hadoop-metrics.properties 838 B

12345678910111213141516171819202122232425
  1. # Configuration of the "dfs" context for null
  2. dfs.class=org.apache.hadoop.metrics.spi.NullContext
  3. # Configuration of the "mapred" context for null
  4. mapred.class=org.apache.hadoop.metrics.spi.NullContext
  5. # Configuration of the "dfs" context for file
  6. #dfs.class=org.apache.hadoop.metrics.file.FileContext
  7. #dfs.period=10
  8. #dfs.fileName=/tmp/dfsmetrics.log
  9. # Configuration of the "mapred" context for file
  10. #mapred.class=org.apache.hadoop.metrics.file.FileContext
  11. #mapred.period=10
  12. #mapred.fileName=/tmp/mrmetrics.log
  13. # Configuration of the "dfs" context for ganglia
  14. # dfs.class=org.apache.hadoop.metrics.ganglia.GangliaContext
  15. # dfs.period=10
  16. # dfs.servers=localhost:8649
  17. # Configuration of the "mapred" context for ganglia
  18. # mapred.class=org.apache.hadoop.metrics.ganglia.GangliaContext
  19. # mapred.period=10
  20. # mapred.servers=localhost:8649