You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2011/03/04 05:20:05 UTC

svn commit: r1077488 - /hadoop/common/branches/branch-0.20-security-patches/conf/hadoop-metrics.properties

Author: omalley
Date: Fri Mar  4 04:20:05 2011
New Revision: 1077488

URL: http://svn.apache.org/viewvc?rev=1077488&view=rev
Log:
commit e8952ef0613f4e54730783854fb980f8234a1968
Author: Erik Steffl <st...@yahoo-inc.com>
Date:   Thu Jun 3 16:32:27 2010 -0700

    HADOOP:6808 from https://issues.apache.org/jira/secure/attachment/12446296/HADOOP-6808-0.20.1xx.patch
    
    +++ b/YAHOO-CHANGES.txt
    +    HADOOP-6808. Add comments on how to setup File/Ganglia Context for
    +    kerberos metrics (Erik Steffl)
    +

Modified:
    hadoop/common/branches/branch-0.20-security-patches/conf/hadoop-metrics.properties

Modified: hadoop/common/branches/branch-0.20-security-patches/conf/hadoop-metrics.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/conf/hadoop-metrics.properties?rev=1077488&r1=1077487&r2=1077488&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/conf/hadoop-metrics.properties (original)
+++ hadoop/common/branches/branch-0.20-security-patches/conf/hadoop-metrics.properties Fri Mar  4 04:20:05 2011
@@ -42,3 +42,13 @@ jvm.class=org.apache.hadoop.metrics.spi.
 
 # Configuration of the "ugi" context for null
 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