Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.