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 "Daniel Templeton (JIRA)" <ji...@apache.org> on 2016/08/28 15:33:20 UTC

[jira] [Created] (YARN-5574) TestDistributedShell sets yarn.log.dir in the configuration instead of as a system property

Daniel Templeton created YARN-5574:
--------------------------------------

             Summary: TestDistributedShell sets yarn.log.dir in the configuration instead of as a system property
                 Key: YARN-5574
                 URL: https://issues.apache.org/jira/browse/YARN-5574
             Project: Hadoop YARN
          Issue Type: Bug
          Components: yarn
    Affects Versions: 2.8.0
            Reporter: Daniel Templeton


In the {{setupInternal()}} method, the distributed shell has this line:

{code}
    conf.set("yarn.log.dir", "target");
{code}

Everywhere else that "yarn.log.dir" is used, it's set as a system property.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org