hadoop-metrics.properties
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:1k
源码类别:

网格计算

开发平台:

Java

  1. # Configuration of the "dfs" context for null
  2. dfs.class=org.apache.hadoop.metrics.spi.NullContext
  3. # Configuration of the "dfs" context for file
  4. #dfs.class=org.apache.hadoop.metrics.file.FileContext
  5. #dfs.period=10
  6. #dfs.fileName=/tmp/dfsmetrics.log
  7. # Configuration of the "dfs" context for ganglia
  8. # dfs.class=org.apache.hadoop.metrics.ganglia.GangliaContext
  9. # dfs.period=10
  10. # dfs.servers=localhost:8649
  11. # Configuration of the "mapred" context for null
  12. mapred.class=org.apache.hadoop.metrics.spi.NullContext
  13. # Configuration of the "mapred" context for file
  14. #mapred.class=org.apache.hadoop.metrics.file.FileContext
  15. #mapred.period=10
  16. #mapred.fileName=/tmp/mrmetrics.log
  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
  21. # Configuration of the "jvm" context for null
  22. jvm.class=org.apache.hadoop.metrics.spi.NullContext
  23. # Configuration of the "jvm" context for file
  24. #jvm.class=org.apache.hadoop.metrics.file.FileContext
  25. #jvm.period=10
  26. #jvm.fileName=/tmp/jvmmetrics.log
  27. # Configuration of the "jvm" context for ganglia
  28. # jvm.class=org.apache.hadoop.metrics.ganglia.GangliaContext
  29. # jvm.period=10
  30. # jvm.servers=localhost:8649