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 TerenceKwan: http://wiki.apache.org/hadoop/Chukwa_Console_Integration_Guide ------------------------------------------------------------------------------ * After the build, you will find the '''hicc.war''' in the build/ directory. * Installation * Install [http://tomcat.apache.org/ tomcat] on your server - ** Download the latest tomcat + * Download the latest tomcat - ** unzip the tomcat package + * unzip the tomcat package * copy hicc.war to the '''tomcat/webapps''' directory + * setup configuration + * 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" + * export CHUKWA_CONF_DIR=~/chukwa/conf + * mkdir ~/chukwa/data + * mkdir ~/chukwa/data/descriptors + * cp webapps/hicc/descriptors/* ~/chukwa/data/descriptors + * mkdir /tmp/chukwa/data/views + * cp webapps/hicc/views/* ~/chukwa/data/views + * export CHUKWA_DATA_DIR=~/chukwa/data + * start the tomcat. + * tomcat/bin/catalina.sh start + * check out the web UI + * goto: http://<host>:8080/hicc == Add Your Own Component == - TBD
