source: hadoop4win-setup/my_packages/hadoop/conf-examples/hadoop-metrics.properties @ 129

Last change on this file since 129 was 129, checked in by jazz, 14 years ago
  • dos2unix/unix2dos cause problem
  • Property svn:executable set to *
File size: 1.2 KB
Line 
1# Configuration of the "dfs" context for null
2dfs.class=org.apache.hadoop.metrics.spi.NullContext
3
4# Configuration of the "dfs" context for file
5#dfs.class=org.apache.hadoop.metrics.file.FileContext
6#dfs.period=10
7#dfs.fileName=/tmp/dfsmetrics.log
8
9# Configuration of the "dfs" context for ganglia
10# dfs.class=org.apache.hadoop.metrics.ganglia.GangliaContext
11# dfs.period=10
12# dfs.servers=localhost:8649
13
14
15# Configuration of the "mapred" context for null
16mapred.class=org.apache.hadoop.metrics.spi.NullContext
17
18# Configuration of the "mapred" context for file
19#mapred.class=org.apache.hadoop.metrics.file.FileContext
20#mapred.period=10
21#mapred.fileName=/tmp/mrmetrics.log
22
23# Configuration of the "mapred" context for ganglia
24# mapred.class=org.apache.hadoop.metrics.ganglia.GangliaContext
25# mapred.period=10
26# mapred.servers=localhost:8649
27
28
29# Configuration of the "jvm" context for null
30jvm.class=org.apache.hadoop.metrics.spi.NullContext
31
32# Configuration of the "jvm" context for file
33#jvm.class=org.apache.hadoop.metrics.file.FileContext
34#jvm.period=10
35#jvm.fileName=/tmp/jvmmetrics.log
36
37# Configuration of the "jvm" context for ganglia
38# jvm.class=org.apache.hadoop.metrics.ganglia.GangliaContext
39# jvm.period=10
40# jvm.servers=localhost:8649
Note: See TracBrowser for help on using the repository browser.