[
https://issues.apache.org/jira/browse/MAPREDUCE-4238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272608#comment-13272608
]
Thomas Graves commented on MAPREDUCE-4238:
------------------------------------------
Thanks for the review Bobby. The data_join jar is already packaged into the
hadoop tar.gz:
$ tar -ztvf hadoop-3.0.0-SNAPSHOT.tar.gz | grep datajoin
hadoop-3.0.0-SNAPSHOT/share/hadoop/tools/lib/hadoop-datajoin-3.0.0-SNAPSHOT.jar
I'm removing the extra findbug-exclude from the pom. There was also 2 findbugs
errors that I'm fixing. The errors are:
Bx Method
org.apache.hadoop.contrib.utils.join.JobBase.addLongValue(Object, long) invokes
inefficient new Long(long) constructor; use Long.valueOf(long) instead
Bx Method
org.apache.hadoop.contrib.utils.join.JobBase.setLongValue(Object, long) invokes
inefficient new Long(long) constructor; use Long.valueOf(long) instead
Will upload new patch shortly.
> mavenize data_join
> ------------------
>
> Key: MAPREDUCE-4238
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-4238
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Components: mrv2
> Affects Versions: 0.23.3
> Reporter: Thomas Graves
> Assignee: Thomas Graves
> Priority: Critical
> Attachments: MAPREDUCE-4238.patch, MAPREDUCE-4238.sh
>
>
> mavenize the contrib data_join package
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira