You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2014/07/21 23:18:38 UTC

[jira] [Created] (HBASE-11557) Counter.class should always be added as dependencyJar

Nick Dimiduk created HBASE-11557:
------------------------------------

             Summary: Counter.class should always be added as dependencyJar
                 Key: HBASE-11557
                 URL: https://issues.apache.org/jira/browse/HBASE-11557
             Project: HBase
          Issue Type: Improvement
          Components: mapreduce
    Affects Versions: 0.98.0
            Reporter: Nick Dimiduk
            Priority: Minor
             Fix For: 0.98.5


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.



--
This message was sent by Atlassian JIRA
(v6.2#6252)