Description
TableMapReduceUtils#addDependencyJar is used when configuring a mapreduce job to make sure dependencies of the job are shipped to the cluster. The code depends on finding an actual jar file containing the necessary classes. This is not always the case, for instance, when run at the end of another mapreduce job. In that case, dependency jars have already been shipped to the cluster and expanded in the parent job's run folder. Those dependencies are there, just not available as jars.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-8147 Add Integration Test for "The HCat Scenario"
- Closed
-
HBASE-8146 IntegrationTestBigLinkedList does not work on distributed setup
- Closed
-
HBASE-8158 Backport HBASE-8140 "TableMapReduceUtils#addDependencyJar fails when nested inside another MR job"
- Closed
-
HCATALOG-623 Understanding how to use the HBase bulk import feature
- Resolved
- relates to
-
HCATALOG-623 Understanding how to use the HBase bulk import feature
- Resolved