hadoop-metrics.properties 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 "dfs" context for /metrics
  12. dfs.class=org.apache.hadoop.metrics.spi.NoEmitMetricsContext
  13. # Configuration of the "mapred" context for null
  14. #mapred.class=org.apache.hadoop.metrics.spi.NullContext
  15. # Configuration of the "mapred" context for /metrics
  16. mapred.class=org.apache.hadoop.metrics.spi.NoEmitMetricsContext
  17. # Configuration of the "mapred" context for file
  18. #mapred.class=org.apache.hadoop.metrics.file.FileContext
  19. #mapred.period=10
  20. #mapred.fileName=/tmp/mrmetrics.log
  21. # Configuration of the "mapred" context for ganglia
  22. # mapred.class=org.apache.hadoop.metrics.ganglia.GangliaContext
  23. # mapred.period=10
  24. # mapred.servers=localhost:8649
  25. # Configuration of the "jvm" context for null
  26. #jvm.class=org.apache.hadoop.metrics.spi.NullContext
  27. # Configuration of the "jvm" context for /metrics
  28. jvm.class=org.apache.hadoop.metrics.spi.NoEmitMetricsContext
  29. # Configuration of the "jvm" context for file
  30. #jvm.class=org.apache.hadoop.metrics.file.FileContext
  31. #jvm.period=10
  32. #jvm.fileName=/tmp/jvmmetrics.log
  33. # Configuration of the "jvm" context for ganglia
  34. # jvm.class=org.apache.hadoop.metrics.ganglia.GangliaContext
  35. # jvm.period=10
  36. # jvm.servers=localhost:8649
  37. # Configuration of the "rpc" context for null
  38. #rpc.class=org.apache.hadoop.metrics.spi.NullContext
  39. # Configuration of the "rpc" context for /metrics
  40. rpc.class=org.apache.hadoop.metrics.spi.NoEmitMetricsContext
  41. # Configuration of the "rpc" context for file
  42. #rpc.class=org.apache.hadoop.metrics.file.FileContext
  43. #rpc.period=10
  44. #rpc.fileName=/tmp/rpcmetrics.log
  45. # Configuration of the "rpc" context for ganglia
  46. # rpc.class=org.apache.hadoop.metrics.ganglia.GangliaContext
  47. # rpc.period=10
  48. # rpc.servers=localhost:8649