Thanks for the reply, Once you run MR with driver in Oozie as java action, how do we get the Job counters,
Thanks, Vishal On Sat, Jul 19, 2014 at 12:11 AM, Harsh J <[email protected]> wrote: > 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 >
