2009-05-19 04:30:38 +00:00
|
|
|
# Configuration of the "dfs" context for null
|
|
|
|
dfs.class=org.apache.hadoop.metrics.spi.NullContext
|
|
|
|
|
|
|
|
# Configuration of the "dfs" context for file
|
|
|
|
#dfs.class=org.apache.hadoop.metrics.file.FileContext
|
|
|
|
#dfs.period=10
|
|
|
|
#dfs.fileName=/tmp/dfsmetrics.log
|
|
|
|
|
|
|
|
# Configuration of the "dfs" context for ganglia
|
2009-09-02 22:01:34 +00:00
|
|
|
# Pick one: Ganglia 3.0 (former) or Ganglia 3.1 (latter)
|
2009-05-19 04:30:38 +00:00
|
|
|
# dfs.class=org.apache.hadoop.metrics.ganglia.GangliaContext
|
2009-09-02 22:01:34 +00:00
|
|
|
# dfs.class=org.apache.hadoop.metrics.ganglia.GangliaContext31
|
2009-05-19 04:30:38 +00:00
|
|
|
# dfs.period=10
|
|
|
|
# dfs.servers=localhost:8649
|
|
|
|
|
|
|
|
|
|
|
|
# Configuration of the "mapred" context for null
|
|
|
|
mapred.class=org.apache.hadoop.metrics.spi.NullContext
|
|
|
|
|
|
|
|
# Configuration of the "mapred" context for file
|
|
|
|
#mapred.class=org.apache.hadoop.metrics.file.FileContext
|
|
|
|
#mapred.period=10
|
|
|
|
#mapred.fileName=/tmp/mrmetrics.log
|
|
|
|
|
|
|
|
# Configuration of the "mapred" context for ganglia
|
2009-09-02 22:01:34 +00:00
|
|
|
# Pick one: Ganglia 3.0 (former) or Ganglia 3.1 (latter)
|
2009-05-19 04:30:38 +00:00
|
|
|
# mapred.class=org.apache.hadoop.metrics.ganglia.GangliaContext
|
2009-09-02 22:01:34 +00:00
|
|
|
# mapred.class=org.apache.hadoop.metrics.ganglia.GangliaContext31
|
2009-05-19 04:30:38 +00:00
|
|
|
# mapred.period=10
|
|
|
|
# mapred.servers=localhost:8649
|
|
|
|
|
|
|
|
|
|
|
|
# Configuration of the "jvm" context for null
|
2009-09-02 22:01:34 +00:00
|
|
|
#jvm.class=org.apache.hadoop.metrics.spi.NullContext
|
2009-05-19 04:30:38 +00:00
|
|
|
|
|
|
|
# Configuration of the "jvm" context for file
|
|
|
|
#jvm.class=org.apache.hadoop.metrics.file.FileContext
|
|
|
|
#jvm.period=10
|
|
|
|
#jvm.fileName=/tmp/jvmmetrics.log
|
|
|
|
|
|
|
|
# Configuration of the "jvm" context for ganglia
|
|
|
|
# jvm.class=org.apache.hadoop.metrics.ganglia.GangliaContext
|
|
|
|
# jvm.period=10
|
|
|
|
# jvm.servers=localhost:8649
|
|
|
|
|
|
|
|
# Configuration of the "rpc" context for null
|
|
|
|
rpc.class=org.apache.hadoop.metrics.spi.NullContext
|
|
|
|
|
|
|
|
# Configuration of the "rpc" context for file
|
|
|
|
#rpc.class=org.apache.hadoop.metrics.file.FileContext
|
|
|
|
#rpc.period=10
|
|
|
|
#rpc.fileName=/tmp/rpcmetrics.log
|
|
|
|
|
|
|
|
# Configuration of the "rpc" context for ganglia
|
|
|
|
# rpc.class=org.apache.hadoop.metrics.ganglia.GangliaContext
|
|
|
|
# rpc.period=10
|
|
|
|
# rpc.servers=localhost:8649
|