[ https://issues.apache.org/jira/browse/HADOOP-10682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Akira AJISAKA resolved HADOOP-10682. ------------------------------------ Resolution: Not a Problem It's caused by the change of HADOOP-10468. Regarding the issue, we should set the property case sensitive from 2.5.0. Closing. > Metrics are not output in trunk > ------------------------------- > > Key: HADOOP-10682 > URL: https://issues.apache.org/jira/browse/HADOOP-10682 > Project: Hadoop Common > Issue Type: Bug > Components: metrics > Reporter: Akira AJISAKA > > Metrics are not output in trunk by the following configuration: > {code} > *.sink.file.class=org.apache.Hadoop.metrics2.sink.FileSink > *.period=10 > namenode.sink.file.filename=namenode-metrics.out > {code} > The below change worked well. > {code} > - namenode.sink.file.filename=namenode-metrics.out > + NameNode.sink.file.filename=namenode-metrics.out > {code} > It means that an old configuration doesn't work on trunk. We should fix it or > document to use "NameNode". -- This message was sent by Atlassian JIRA (v6.2#6252)