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/12 00:29:03 UTC

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

     [ https://issues.apache.org/jira/browse/HADOOP-10682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira AJISAKA updated HADOOP-10682:
-----------------------------------

    Description: 
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".

  was:
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".


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