[
https://issues.apache.org/jira/browse/YARN-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14642811#comment-14642811
]
Hudson commented on YARN-3958:
------------------------------
FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #258 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/258/])
YARN-3958. TestYarnConfigurationFields should be moved to hadoop-yarn-api
module. Contributed by Varun Saxena. (aajisaka: rev
42d4e0ae99d162fde52902cb86e29f2c82a084c8)
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfigurationFields.java
* hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/pom.xml
*
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/conf/TestYarnConfigurationFields.java
* hadoop-yarn-project/CHANGES.txt
> TestYarnConfigurationFields should be moved to hadoop-yarn-api module
> ---------------------------------------------------------------------
>
> Key: YARN-3958
> URL: https://issues.apache.org/jira/browse/YARN-3958
> Project: Hadoop YARN
> Issue Type: Bug
> Affects Versions: 2.7.0
> Reporter: Varun Saxena
> Assignee: Varun Saxena
> Fix For: 2.8.0
>
> Attachments: YARN-3958.01.patch, YARN-3958.02.patch,
> YARN-3958.03.patch
>
>
> Currently TestYarnConfigurationFields is present in hadoop-yarn-common. The
> test is for checking whether all the configurations declared in
> YarnConfiguration exist in yarn-default.xml or not.
> But as YarnConfiguration is in hadoop-yarn-api, if somebody changes this
> file, it is not necessary that this test will be run. So if the developer
> misses to update yarn-default.xml and patch is committed, it will lead to
> unnecessary test failures after commit.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)