I am trying to run oozie workflow with hive action. After its running, the workflow became suspended and stuck there, viewing the job log. it have error of java.lang.NoClassDefFoundError: org/apache/hadoop/hive/conf/HiveCon.
I tried to run the hive from shell action, it get stuck in the running state. The hadoop map-reduce job 100% completed map but reduce is 0% completed. Viewing the log for the map, it keeps printing Heart beat indefinitely.
Can you help me ?