- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to pass dependencies to TableMapReduceUtil.addDependencyJars and addHbaseDependencyJars
- Labels:
-
Apache HBase
Created on ‎06-04-2016 12:07 AM - edited ‎09-16-2022 03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Created ‎06-08-2016 12:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Needed to add dependent jar in the lib .... that fixed the issue ...don't have to use this method (TableMapReduceUtil.addDependencyJars) in driver code.
Created ‎06-08-2016 12:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Needed to add dependent jar in the lib .... that fixed the issue ...don't have to use this method (TableMapReduceUtil.addDependencyJars) in driver code.
