[
https://issues.apache.org/jira/browse/MAPREDUCE-6584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15071426#comment-15071426
]
Akira AJISAKA commented on MAPREDUCE-6584:
------------------------------------------
bq. it locks like mvn clean is not called between Pre-patch trunk maven site
verification and Applying patch to trunk.
Agree. I executed the following commands and verified mapred-default.xml was
removed by {{mvn clean}}.
{code}
$ cd hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-core
$ mvn site
$ mvn clean
(snip)
[INFO] Deleting
/Users/aajisaka/git/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/target
[INFO] Deleting
/Users/aajisaka/git/hadoop/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/resources
(includes = [configuration.xsl, mapred-default.xml], excludes = [])
(snip)
{code}
We should call {{mvn clean}} between {{mvn site}} and whitespace check.
> mapred-default.xml has spaces and tabs
> --------------------------------------
>
> Key: MAPREDUCE-6584
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6584
> Project: Hadoop Map/Reduce
> Issue Type: Improvement
> Components: build
> Reporter: Akira AJISAKA
>
> In MAPREDUCE-6583, test-patch reported that mapred-default.xml has many
> trailing whitespaces.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)