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 Apache Wiki <wi...@apache.org> on 2011/08/19 17:42:15 UTC

[Hadoop Wiki] Update of "Chukwa_Quick_Start" by EricYang

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "Chukwa_Quick_Start" page has been changed by EricYang:
http://wiki.apache.org/hadoop/Chukwa_Quick_Start?action=diff&rev1=43&rev2=44

  == Pre-requisites ==
  Chukwa should work on any POSIX platform, but GNU/Linux is the only production platform that has been tested extensively. Chukwa has also been used successfully on Mac OS X, which several members of the Chukwa team use for development.
  
- The only absolute software requirements are Java 1.6 or better and Hadoop 0.20+. HICC, the Chukwa visualization interface, requires HBase 0.20.6.
+ The only absolute software requirements are Java 1.6 or better and Hadoop 0.20.203+. HICC, the Chukwa visualization interface, requires HBase 0.90.3.
  
  The Chukwa cluster management scripts rely on ssh; these scripts, however, are not required if you have some alternate mechanism for starting and stopping daemons.
  
@@ -24, +24 @@

  {{http://people.apache.org/~eyang/docs/chukwa-0.5-arch.png}}
  
  == Compiling and installing Chukwa ==
-  1. Copy hbase-0.20.6.jar, hbase-0.20.6-test.jar and HBASE_HOME/lib/zookeeper-*.jar to CHUKWA_HOME/lib
+  1. Copy hbase-0.90.3.jar, hbase-0.90.3-test.jar and HBASE_HOME/lib/zookeeper-*.jar to CHUKWA_HOME/lib
   1. To compile Chukwa, just say ''ant tar'' in the project root directory.
   1. Extract the compiled tar file from build/chukwa-0.x.y.tar.gz to the Chukwa root directory.
  
@@ -81, +81 @@

  For data analytics with pig, there are some additional environment setup.  Pig does not use the same environment variable name as Hadoop, therefore make sure the following environment are setup correctly:
  
   1. export PIG_CLASSPATH=$HADOOP_CONF_DIR:$HBASE_CONF_DIR
-  1. Setup a cron job for "pig -Dpig.additional.jars=${HBASE_HOME}/hbase-0.20.6.jar:${PIG_PATH}/pig.jar ${CHUKWA_HOME}/script/pig/ClusterSummary.pig" to run periodically
+  1. Setup a cron job for "pig -Dpig.additional.jars=${HBASE_HOME}/hbase-0.90.3.jar:${PIG_PATH}/pig.jar ${CHUKWA_HOME}/script/pig/ClusterSummary.pig" to run periodically
  
  == Set Up HICC ==
  The Hadoop Infrastructure Care Center (HICC) is the Chukwa web user interface. To set up HICC, do the following: