You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2014/06/11 20:56:02 UTC

[jira] [Created] (HADOOP-10682) Metrics are not output in trunk

Akira AJISAKA created HADOOP-10682:
--------------------------------------

             Summary: 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)