[
https://issues.apache.org/jira/browse/HBASE-9165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13824002#comment-13824002
]
Nick Dimiduk commented on HBASE-9165:
-------------------------------------
I stood up a pseudo-distributed hadoop on my laptop, built the tarball from
0.94.14-SNAPSHOT, and launched PerformanceEvaluation sequentialWrite 2. In the
job launch logs I see
{noformat}
13/11/15 11:36:46 DEBUG mapreduce.TableMapReduceUtil: For class
com.google.common.collect.ImmutableSet, using jar
/private/tmp/hbase-0.94.14-SNAPSHOT/lib/guava-11.0.2.jar
{noformat}
The submitted job.xml file contains the following value for "tmpjars":
{noformat}
file:/private/tmp/hbase-0.94.14-SNAPSHOT/hbase-0.94.14-SNAPSHOT.jar,file:/private/tmp/hbase-0.94.14-SNAPSHOT/lib/protobuf-java-2.4.0a.jar,file:/private/tmp/hbase-0.94.14-SNAPSHOT/lib/zookeeper-3.4.5.jar,file:/private/tmp/hbase-0.94.14-SNAPSHOT/lib/guava-11.0.2.jar,file:/private/tmp/hbase-0.94.14-SNAPSHOT/lib/hadoop-core-1.0.4.jar,file:/private/tmp/hbase-0.94.14-SNAPSHOT/hbase-0.94.14-SNAPSHOT-tests.jar
{noformat}
I think we're good :)
> Improvements to addDependencyJars
> ---------------------------------
>
> Key: HBASE-9165
> URL: https://issues.apache.org/jira/browse/HBASE-9165
> Project: HBase
> Issue Type: Sub-task
> Components: mapreduce
> Affects Versions: 0.95.2
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Fix For: 0.98.0, 0.96.1, 0.94.14
>
> Attachments:
> 0001-HBASE-9165-mapreduce-Modularize-building-dependency-.patch,
> 0001-HBASE-9165-mapreduce-Modularize-building-dependency-.patch,
> 0001-HBASE-9165-mapreduce-Modularize-building-dependency-.patch,
> HBASE-9165-0.94.00.patch, HBASE-9165-0.96.00.patch, HBASE-9165.02.patch
>
>
> The way we support adding HBase dependencies to a MapReduce job in
> {{TableMapReduceUtils#addDependencyJars(job)}} is a bit monolithic. Advanced
> users need a way to add HBase and its dependencies to their job without us
> snooping around for ouput formats and the like (see PIG-3285). We can also
> benefit from a little more code reuse between our {{mapred}} and
> {{mapreduce}} namespaces.
--
This message was sent by Atlassian JIRA
(v6.1#6144)