|
@@ -42,3 +42,13 @@ jvm.class=org.apache.hadoop.metrics.spi.NullContext
|
|
|
|
|
|
# Configuration of the "ugi" context for null
|
|
# Configuration of the "ugi" context for null
|
|
ugi.class=org.apache.hadoop.metrics.spi.NullContext
|
|
ugi.class=org.apache.hadoop.metrics.spi.NullContext
|
|
|
|
+
|
|
|
|
+# Configuration of the "ugi" context for file
|
|
|
|
+#ugi.class=org.apache.hadoop.metrics.file.FileContext
|
|
|
|
+#ugi.period=10
|
|
|
|
+#ugi.fileName=/tmp/ugimetrics.log
|
|
|
|
+
|
|
|
|
+# Configuration of the "ugi" context for ganglia
|
|
|
|
+# ugi.class=org.apache.hadoop.metrics.ganglia.GangliaContext
|
|
|
|
+# ugi.period=10
|
|
|
|
+# ugi.servers=localhost:8649
|