Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

How to pass dependencies to TableMapReduceUtil.addDependencyJars and addHbaseDependencyJars

avatar
Explorer

 

I am trying to run Hbase Table mapper job that uses TableMapReduceUtil.initMapperJob in oozie it is not able to resolve dependencies and trowing error 

main() threw exception, java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/CompatibilityFactory

 tried to addCachefile(local path URI) to conf and addResource(Path) to conf still not able to get past this error, can someone help how to add this dependency to job or conf 

 

Thanks!

1 ACCEPTED SOLUTION

avatar
Explorer

Needed to add dependent jar in the lib .... that fixed the issue ...don't have to use this method (TableMapReduceUtil.addDependencyJars) in driver code.

 

View solution in original post

1 REPLY 1

avatar
Explorer

Needed to add dependent jar in the lib .... that fixed the issue ...don't have to use this method (TableMapReduceUtil.addDependencyJars) in driver code.