Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by AriRabkin: http://wiki.apache.org/hadoop/Chukwa_Console_Integration_Guide ------------------------------------------------------------------------------ == Install Chukwa Console == Chukwa HICC UI is a Java web application running on top of the Tomcat application server. Here is the steps required to get it up and running. + * Make sure you have mysql installed and running. These directions assume that a user root exists, with no password. * Building the HICC war file (hicc.war). * Check out the Chukwa source code from Hadoop distribution. (You can get the source code as part of the Hadoop Apache SVN repository [http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/ here] ) * Make sure you have Java JDK and Ant installed in your system. For detail installation instruction, please read the readme.txt file in the distribution. To build the HICC component alone, do the following @@ -41, +42 @@ * make a directory for chukwa data and chukwa configuration. You can put it anywhere you want. For this example, I will put them in ~/ * mkdir ~/chukwa * mkdir ~/chukwa/conf - * echo "test=jdbc:myqsl://localhost/test?user=root" > ~/chukwa/conf/jdbc.conf + * echo "test=jdbc:mysql://localhost/test?user=root" > ~/chukwa/conf/jdbc.conf * export CHUKWA_CONF_DIR=~/chukwa/conf * mkdir ~/chukwa/data * mkdir ~/chukwa/data/descriptors
