Your driver code should ensure loading dependent jars into the (subsequent) Job's dist-cache. In the HBase MR APIs, this is done via the https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.html#addDependencyJars(org.apache.hadoop.mapreduce.Job) call.
On Wed, Jul 16, 2014 at 3:08 AM, Vishal Kapoor <[email protected]> wrote: > I am using Oozie 3.3.2 and am stuck with Class not found when I run my > HBase MR as java action, the jars are in the sharedLib as well as lib under > the workflow folder, but looks like the Mapper being the sub process of the > Java action(HBase MR) does not inherit the class. > > Looking for a workaround. > > Thanks, > Vishal -- Harsh J
