[jira] [Commented] (YARN-1104) NMs to support rolling logs of stdout stderr

2014-05-15 Thread Xuan Gong (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13998397#comment-13998397
 ] 

Xuan Gong commented on YARN-1104:
-

Start to work on it. Will provide a proposal soon.

 NMs to support rolling logs of stdout  stderr
 --

 Key: YARN-1104
 URL: https://issues.apache.org/jira/browse/YARN-1104
 Project: Hadoop YARN
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.1.0-beta
Reporter: Steve Loughran
Assignee: Xuan Gong

 Currently NMs stream the stdout and stderr streams of a container to a file. 
 For longer lived processes those files need to be rotated so that the log 
 doesn't overflow



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (YARN-1104) NMs to support rolling logs of stdout stderr

2014-01-15 Thread Steve Loughran (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13871834#comment-13871834
 ] 

Steve Loughran commented on YARN-1104:
--

in Hoya we're setting up log4j for rolling logs, both in the AM and in deployed 
HBase containers. We'll have to see how well this works with long-lived, busy 
clusters. 

YARN- highlights how the web UI can't handle big logs

 NMs to support rolling logs of stdout  stderr
 --

 Key: YARN-1104
 URL: https://issues.apache.org/jira/browse/YARN-1104
 Project: Hadoop YARN
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.1.0-beta
Reporter: Steve Loughran

 Currently NMs stream the stdout and stderr streams of a container to a file. 
 For longer lived processes those files need to be rotated so that the log 
 doesn't overflow



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (YARN-1104) NMs to support rolling logs of stdout stderr

2014-01-14 Thread Zhijie Shen (JIRA)

[ 
https://issues.apache.org/jira/browse/YARN-1104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13871774#comment-13871774
 ] 

Zhijie Shen commented on YARN-1104:
---

I agree for long living services, stdout and stderr files need to be rotated. 
However, I'm not sure it's good idea to wire them to log, which may mix 
stdout/stderr output together with log. If some messages are really considered 
as log, why not writing them directly into log, instead of pushing them to 
stdout/stderr?

 NMs to support rolling logs of stdout  stderr
 --

 Key: YARN-1104
 URL: https://issues.apache.org/jira/browse/YARN-1104
 Project: Hadoop YARN
  Issue Type: Sub-task
  Components: nodemanager
Affects Versions: 2.1.0-beta
Reporter: Steve Loughran

 Currently NMs stream the stdout and stderr streams of a container to a file. 
 For longer lived processes those files need to be rotated so that the log 
 doesn't overflow



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)