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

------------------------------------------------------------------------------
- 
  == Introduction ==
  This document will provide a high level overview of the Chukwa Console (aka 
HICC) and what it can provide to the developer. Then it will describe how to 
setup the Chukwa system and integrate with the Chukwa console as a management 
portal. It is targeted to developers who just want to use the Chukwa web UI 
component to display their own data set.
  
@@ -10, +9 @@

  - TBD. Describe the Pros and Cons of Chukwa Console.
  
  == Install Chukwa Console ==
-  * Building the HICC war file.
+  * Building the HICC war file (hicc.war).
-  ** Check out the Chukwa source try from Hadoop distribution. (You can view 
the source as part of the Hadoop Apache SVN repository 
[http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/ here] )
+    * Check out the Chukwa source try from Hadoop distribution. (You can view 
the source 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 and Ant installed in your system. Please read at 
the readme.txt file in the distribution for build information. To build the 
HICC component, 
+    * Make sure you have Java and Ant installed in your system. Please read at 
the readme.txt file in the distribution for build information. To build the 
HICC component, 
-  *** cd chukwa/trunk
+      * cd chukwa/trunk
-  *** ant
+      * ant
-  ** After the build, you will find the hicc.war in the build directory. 
+    * 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
+      ** unzip the tomcat package
+    * copy hicc.war to the '''tomcat/webapps''' directory
  
  == Add Your Own Component ==
  - TBD

Reply via email to