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!