You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2013/03/18 20:30:15 UTC

[jira] [Created] (HBASE-8140) TableMapReduceUtils#addDependencyJar fails when nested inside another MR job

Nick Dimiduk created HBASE-8140:
-----------------------------------

             Summary: TableMapReduceUtils#addDependencyJar fails when nested inside another MR job
                 Key: HBASE-8140
                 URL: https://issues.apache.org/jira/browse/HBASE-8140
             Project: HBase
          Issue Type: Bug
          Components: mapreduce
            Reporter: Nick Dimiduk
            Assignee: Nick Dimiduk


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira