hadoop-metrics.properties 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. # Pick one: Ganglia 3.0 (former) or Ganglia 3.1 (latter)
  9. # dfs.class=org.apache.hadoop.metrics.ganglia.GangliaContext
  10. # dfs.class=org.apache.hadoop.metrics.ganglia.GangliaContext31
  11. # dfs.period=10
  12. # dfs.servers=localhost:8649
  13. # Configuration of the "mapred" context for null
  14. mapred.class=org.apache.hadoop.metrics.spi.NullContext
  15. # Configuration of the "mapred" context for file
  16. #mapred.class=org.apache.hadoop.metrics.file.FileContext
  17. #mapred.period=10
  18. #mapred.fileName=/tmp/mrmetrics.log
  19. # Configuration of the "mapred" context for ganglia
  20. # Pick one: Ganglia 3.0 (former) or Ganglia 3.1 (latter)
  21. # mapred.class=org.apache.hadoop.metrics.ganglia.GangliaContext
  22. # mapred.class=org.apache.hadoop.metrics.ganglia.GangliaContext31
  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 file
  28. #jvm.class=org.apache.hadoop.metrics.file.FileContext
  29. #jvm.period=10
  30. #jvm.fileName=/tmp/jvmmetrics.log
  31. # Configuration of the "jvm" context for ganglia
  32. # jvm.class=org.apache.hadoop.metrics.ganglia.GangliaContext
  33. # jvm.period=10
  34. # jvm.servers=localhost:8649
  35. # Configuration of the "rpc" context for null
  36. rpc.class=org.apache.hadoop.metrics.spi.NullContext
  37. # Configuration of the "rpc" context for file
  38. #rpc.class=org.apache.hadoop.metrics.file.FileContext
  39. #rpc.period=10
  40. #rpc.fileName=/tmp/rpcmetrics.log
  41. # Configuration of the "rpc" context for ganglia
  42. # rpc.class=org.apache.hadoop.metrics.ganglia.GangliaContext
  43. # rpc.period=10
  44. # rpc.servers=localhost:8649