You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by bi...@apache.org on 2010/12/11 00:27:12 UTC

svn commit: r1044535 - /incubator/chukwa/trunk/conf/chukwa-collector-conf.xml.template

Author: billgraham
Date: Fri Dec 10 23:27:12 2010
New Revision: 1044535

URL: http://svn.apache.org/viewvc?rev=1044535&view=rev
Log:
CHUKWA-566. Removing hbase.zookeeper.quorum from collector conf and documenting how it should be in hbase-site.xml

Modified:
    incubator/chukwa/trunk/conf/chukwa-collector-conf.xml.template

Modified: incubator/chukwa/trunk/conf/chukwa-collector-conf.xml.template
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/conf/chukwa-collector-conf.xml.template?rev=1044535&r1=1044534&r2=1044535&view=diff
==============================================================================
--- incubator/chukwa/trunk/conf/chukwa-collector-conf.xml.template (original)
+++ incubator/chukwa/trunk/conf/chukwa-collector-conf.xml.template Fri Dec 10 23:27:12 2010
@@ -45,6 +45,9 @@
   </property>
 -->
 
+<!-- When writing to HBase, uncomment the following parameters. If you're running
+HBase in distributed mode, you'll also need to copy your hbase-site.xml file with
+your hbase.zookeeper.quorum setting to the conf/ dir. -->
 <!-- HBaseWriter parameters
   <property>
     <name>chukwaCollector.pipeline</name>
@@ -58,18 +61,6 @@
   </property>
 
   <property>
-    <name>hbase.zookeeper.quorum</name>
-    <value>localhost</value>
-    <description>Comma separated list of servers in the ZooKeeper Quorum.
-    For example, "host1.mydomain.com,host2.mydomain.com,host3.mydomain.com".
-    By default this is set to localhost for local and pseudo-distributed modes
-    of operation. For a fully-distributed setup, this should be set to a full
-    list of ZooKeeper quorum servers. If HBASE_MANAGES_ZK is set in hbase-env.sh
-    this is the list of servers which we will start/stop ZooKeeper on.
-    </description>
-  </property>
-
-  <property>
     <name>hbase.writer.verify.schema</name>
     <value>false</value>
     <description>Verify HBase Table schema with demux parser schema, log