Replies: 1
Hi All,
I am running Hive Queries through Oozie. In the Hive queries usedHive hints. When I run Hive hints query through Hive Hive CLI it works but when run it through Oozie – Hive action it fails.
Basically it is not able to find my custom InputFormat class.
I get ClassNoutFoundException for my custom InputFormat class and below exception stack trace
java.io.IOException: java.lang.NullPointerException
at ……FetchOperator.getNextRow(FetchOperator.java:341)
Please Help.
Thanks,
vavkkishore