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

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

The reason putting the full filepath name is, it is a little troublesome to 
find the fullpath of the output directory when using default property(relative 
path).
The output directory is configurable, right.
I'll change all the filename properties as well, sorry, I forgot to change 
these below properties.

{code}
#nodemanager.sink.file_jvm.filename=jobtracker-jvm-metrics.out
#nodemanager.sink.file_mapred.filename=jobtracker-mapred-metrics.out
{code}
                
> 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
>            Assignee: Akira AJISAKA
>         Attachments: HADOOP-9919.2.patch, 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