[
https://issues.apache.org/jira/browse/HADOOP-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579643#action_12579643
]
Chris Douglas commented on HADOOP-2939:
---------------------------------------
There are two sections of the diff that don't seem related:
{noformat}
@@ -178,7 +184,6 @@
<mkdir dir="${build.webapps}/job/WEB-INF"/>
<mkdir dir="${build.webapps}/dfs/WEB-INF"/>
<mkdir dir="${build.webapps}/datanode/WEB-INF"/>
- <mkdir dir="${build.webapps}/history/WEB-INF"/>
<mkdir dir="${build.examples}"/>
<mkdir dir="${build.anttasks}"/>
<mkdir dir="${build.dir}/c++"/>
@@ -274,13 +279,6 @@
</jsp-compile>
<jsp-compile
- uriroot="${src.webapps}/history"
- outputdir="${build.src}"
- package="org.apache.hadoop.mapred"
- webxml="${build.webapps}/history/WEB-INF/web.xml">
- </jsp-compile>
-
- <jsp-compile
uriroot="${src.webapps}/datanode"
outputdir="${build.src}"
package="org.apache.hadoop.dfs"
{noformat}
This was part of HADOOP-2901, which was recently committed; the patch no longer
applies cleanly. Could you regenerate it?
> Make the Hudson patch process an executable ant target
> ------------------------------------------------------
>
> Key: HADOOP-2939
> URL: https://issues.apache.org/jira/browse/HADOOP-2939
> Project: Hadoop Core
> Issue Type: Improvement
> Components: test
> Reporter: Nigel Daley
> Assignee: Nigel Daley
> Priority: Minor
> Fix For: 0.17.0
>
> Attachments: HADOOP-2939.patch, HADOOP-2939.patch
>
>
> The automatic Hadoop patch testing does some fairly intricate processing. It
> would be useful if this was exposed to the developers as an ant target.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.