Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-10682

Metrics are not output in trunk

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • metrics
    • None

    Description

      Metrics are not output in trunk by the following configuration:

      *.sink.file.class=org.apache.Hadoop.metrics2.sink.FileSink
      *.period=10
      namenode.sink.file.filename=namenode-metrics.out
      

      The below change worked well.

      - namenode.sink.file.filename=namenode-metrics.out
      + NameNode.sink.file.filename=namenode-metrics.out
      

      It means that an old configuration doesn't work on trunk. We should fix it or document to use "NameNode".

      Attachments

        Activity

          People

            Unassigned Unassigned
            aajisaka Akira Ajisaka
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: