Varun Saxena created YARN-3958:
----------------------------------
Summary: TestYarnConfigurationFields should be moved to
hadoop-yarn-api
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
Currently TestYarnConfigurationFields is present in hadoop-yarn-common. But 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)