Return-Path: Delivered-To: apmail-hadoop-chukwa-commits-archive@minotaur.apache.org Received: (qmail 71029 invoked from network); 10 Jul 2010 16:14:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Jul 2010 16:14:17 -0000 Received: (qmail 11543 invoked by uid 500); 10 Jul 2010 16:14:17 -0000 Delivered-To: apmail-hadoop-chukwa-commits-archive@hadoop.apache.org Received: (qmail 11514 invoked by uid 500); 10 Jul 2010 16:14:17 -0000 Mailing-List: contact chukwa-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-commits@hadoop.apache.org Received: (qmail 11506 invoked by uid 99); 10 Jul 2010 16:14:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jul 2010 16:14:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Jul 2010 16:14:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 774A623889CB; Sat, 10 Jul 2010 16:13:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r962868 - /hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/admin.xml Date: Sat, 10 Jul 2010 16:13:21 -0000 To: chukwa-commits@hadoop.apache.org From: eyang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100710161321.774A623889CB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: eyang Date: Sat Jul 10 16:13:21 2010 New Revision: 962868 URL: http://svn.apache.org/viewvc?rev=962868&view=rev Log: CHUKWA-492. Correction to database setup instruction. (Bernd Fondermann via Eric Yang) Modified: hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/admin.xml Modified: hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/admin.xml URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/admin.xml?rev=962868&r1=962867&r2=962868&view=diff ============================================================================== --- hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/admin.xml (original) +++ hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/admin.xml Sat Jul 10 16:13:21 2010 @@ -350,7 +350,7 @@ Configure and then copy the my.cnf file ./scripts/mysql_install_db ./bin/mysqld_safe& ./bin/mysqladmin -u root create <clustername> -./bin/mysql -u root <clustername> < $CHUKWA_HOME/conf/database_create_table +./bin/mysql -u root <clustername> < $CHUKWA_HOME/conf/database_create_tables.sql

Edit the CHUKWA_HOME/conf/jdbc.conf configuration file.

@@ -393,17 +393,11 @@ Refresh to the Chukwa Cluster Configurat -->
-Set Up HICC -

The Hadoop Infrastructure Care Center (HICC) is the Chukwa web user interface. To set up HICC, do the following:

-
    -
  • Download apache-tomcat 6.0.18+ from Apache Tomcat and decompress the tarball to CHUKWA_HOME/opt.
  • -
  • Copy CHUKWA_HOME/hicc.war to apache-tomcat-6.0.18/webapps.
  • -
  • Start up HICC by running:
  • -
-$CHUKWA_HOME/bin/hicc.sh start -
    -
  • Point your favorite browser to: http://<server>:8080/hicc
  • -
+Running HICC +

The Hadoop Infrastructure Care Center (HICC) is the Chukwa web user interface. HICC is started by invoking

+bin/chukwa hicc +

Once the webcontainer with HICC has been started, point your favorite browser to:

+http://<server>:8080/hicc