Details
Description
This is an ergonomic thing. TableMapReduceUtil.initTableSnapshotMapJob adds high-scale-lib.jar to the "tmpjars" for the job but TableMapReduceUtil.addDependencyJars does not include it. This means that hbase mapredcp doesn't pick it up. We should include this jar so that it's picked up by mapredcp.
branch-1 and onward has done away with our dependency on high-scale-lib, so this only applies to 0.98.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-6584 Add HiveHBaseTableSnapshotInputFormat
- Closed