Hi, For doing this i have created a shared lib folder for hbase. Also i am setting the following variables in job.properties
oozie.use.system.libpath=true oozie.libpath=<hdfs location> But still my jars are not picked up. I also check the logs, to check the value of "mapred.cache.files" which is also having all my jars. Still I am getting java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/HBaseConfiguration Please let me know if i am missing something basic. Note - I have tried copying all the files in /lib of workflow deployment folder in that case it is working. Thanks and Regards, Amit Bohra On Thu, Oct 25, 2012 at 7:59 PM, amit bohra <[email protected]> wrote: > Hello, > > We are using Oozie as the workflow engine. Currently we are have a few > jobs which are based on HBase M/R. > > For supporting the same one option is to use Java Action. Is that the the > only mechanism apart from writing your custom action? > > Also any side effects of using the same? > > Thanks and Regards, > Amit Bohra >
