You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Varun Saxena (JIRA)" <ji...@apache.org> on 2015/07/22 21:13:04 UTC

[jira] [Created] (YARN-3958) TestYarnConfigurationFields should be moved to hadoop-yarn-api

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)