You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2013/08/29 21:31:52 UTC

[jira] [Created] (HADOOP-9919) Rewrite hadoop-metrics2.properties

Akira AJISAKA created HADOOP-9919:
-------------------------------------

             Summary: Rewrite hadoop-metrics2.properties
                 Key: HADOOP-9919
                 URL: https://issues.apache.org/jira/browse/HADOOP-9919
             Project: Hadoop Common
          Issue Type: Bug
          Components: conf
    Affects Versions: 2.1.0-beta
            Reporter: Akira AJISAKA


The config for JobTracker and TaskTracker (comment outed) still exists in hadoop-metrics2.properties as follows:

{code}
#jobtracker.sink.file_jvm.context=jvm
#jobtracker.sink.file_jvm.filename=jobtracker-jvm-metrics.out
#jobtracker.sink.file_mapred.context=mapred
#jobtracker.sink.file_mapred.filename=jobtracker-mapred-metrics.out

#tasktracker.sink.file.filename=tasktracker-metrics.out
{code}

These lines should be removed and a config for NodeManager should be added instead.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira