You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2009/05/12 18:41:52 UTC

svn commit: r773972 - /hadoop/chukwa/trunk/default.properties

Author: eyang
Date: Tue May 12 16:41:52 2009
New Revision: 773972

URL: http://svn.apache.org/viewvc?rev=773972&view=rev
Log:
CHUKWA-228.  Added rpm.hdfsusage.uid option to run HDFS usage as a separate user. (Cheng Zhang via Eric Yang)

Modified:
    hadoop/chukwa/trunk/default.properties

Modified: hadoop/chukwa/trunk/default.properties
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/default.properties?rev=773972&r1=773971&r2=773972&view=diff
==============================================================================
--- hadoop/chukwa/trunk/default.properties (original)
+++ hadoop/chukwa/trunk/default.properties Tue May 12 16:41:52 2009
@@ -16,6 +16,7 @@
 rpm.conf.dir=/usr/local/chukwa/conf
 hadoop.conf=/usr/local/hadoop
 rpm.uid=chukwa
+rpm.hdfsusage.uid=chukwa
 rpm.gid=users
 test.exclude=TestDatabase*
 CHUKWA_LOG_DIR=/usr/local/chukwa/var/log