Daniel Templeton created YARN-5409:
--------------------------------------

             Summary: container-executor always logs to stdout
                 Key: YARN-5409
                 URL: https://issues.apache.org/jira/browse/YARN-5409
             Project: Hadoop YARN
          Issue Type: Bug
          Components: nodemanager
    Affects Versions: 2.9.0
            Reporter: Daniel Templeton


The container-executor code is written with the intention of having the 
{{LOGFILE}} point to a configurable a stream, but it doesn't appear to ever 
happen.  It's initialized to null in container-executor.c:56 and then set to 
stdout in main.c:71.  In the cases where the output of the container-executor 
is interpreted (e.g. YARN-5373), it would be nice to be able to point the logs 
somewhere other than stdout.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to