[ 
https://issues.apache.org/jira/browse/HADOOP-9919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13754185#comment-13754185
 ] 

Akira AJISAKA commented on HADOOP-9919:
---------------------------------------

I upload a patch to

# remove jobtracker, tasktracker, maptask, and reducetask settings
# add resoucemanager, nodemanager, and mrappmaster settings
# set output path to full-path
# add class settings for splitting metrics examples
                
> 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
>         Attachments: HADOOP-9919.patch
>
>
> 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

Reply via email to