[
https://issues.apache.org/jira/browse/HADOOP-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12564343#action_12564343
]
Hadoop QA commented on HADOOP-2690:
-----------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12374444/jar-test_v2.patch
against trunk revision 616796.
@author +1. The patch does not contain any @author tags.
javadoc +1. The javadoc tool did not generate any warning messages.
javac +1. The applied patch does not generate any new javac compiler
warnings.
release audit +1. The applied patch does not generate any new release
audit warnings.
findbugs +1. The patch does not introduce any new Findbugs warnings.
core tests +1. The patch passed core unit tests.
contrib tests +1. The patch passed contrib unit tests.
Test results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1715/testReport/
Findbugs warnings:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1715/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1715/artifact/trunk/build/test/checkstyle-errors.html
Console output:
http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1715/console
This message is automatically generated.
> Adding support into build.xml to build a special hadoop jar file that has the
> MiniDFSCluster and MiniMRCluster classes among others necessary for building
> and running the unit tests of Pig on the local mini cluster
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-2690
> URL: https://issues.apache.org/jira/browse/HADOOP-2690
> Project: Hadoop Core
> Issue Type: Improvement
> Components: build
> Affects Versions: 0.17.0
> Reporter: Xu Zhang
> Assignee: Enis Soztutar
> Fix For: 0.17.0
>
> Attachments: AddTestUtilsJarTarget.patch, build.xml,
> hadoop-0.16.0-dev-test-utils.jar, jar-test_v1.patch, jar-test_v2.patch
>
>
> In order to build Pig and run its unit tests with ant, Pig needs to be built
> and run against a hadoop jar file that not only has the MiniDFSCluster and
> MiniMRCluster classes but also has classes from several 3rd party libraries.
> I added a target to the build.xml file of Hadoop for that purpose (see the
> "Compile code for Pig" section in the attached build.xml). I also attached
> the resulted hadoop jar with this report.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.