You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2009/05/14 03:11:58 UTC

svn commit: r774610 - in /hadoop/chukwa: branches/chukwa-0.1/src/docs/src/documentation/content/xdocs/ trunk/src/docs/src/documentation/content/xdocs/

Author: eyang
Date: Thu May 14 01:11:58 2009
New Revision: 774610

URL: http://svn.apache.org/viewvc?rev=774610&view=rev
Log:
CHUKWA-235. Updated documentation for migrating existing database, and download Chukwa binary. (Corinne Chandel via Eric Yang)

Modified:
    hadoop/chukwa/branches/chukwa-0.1/src/docs/src/documentation/content/xdocs/admin.xml
    hadoop/chukwa/branches/chukwa-0.1/src/docs/src/documentation/content/xdocs/tabs.xml
    hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/admin.xml
    hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/tabs.xml

Modified: hadoop/chukwa/branches/chukwa-0.1/src/docs/src/documentation/content/xdocs/admin.xml
URL: http://svn.apache.org/viewvc/hadoop/chukwa/branches/chukwa-0.1/src/docs/src/documentation/content/xdocs/admin.xml?rev=774610&r1=774609&r2=774610&view=diff
==============================================================================
--- hadoop/chukwa/branches/chukwa-0.1/src/docs/src/documentation/content/xdocs/admin.xml (original)
+++ hadoop/chukwa/branches/chukwa-0.1/src/docs/src/documentation/content/xdocs/admin.xml Thu May 14 01:11:58 2009
@@ -87,10 +87,9 @@
 
 <section>
 <title>Chukwa Binary</title>
-<p>To get a Chukwa distribution, download a recent stable release of Hadoop from one of the Apache Download Mirrors. 
-Nightly build of Chukwa trunk is available from <a href="http://hadoopqa.yst.corp.yahoo.com:8080/hudson/job/chukwa-release/">Hudson</a>.  
+<p>To get a Chukwa distribution, download a recent stable release of Hadoop from one of the Apache Download Mirrors (see 
+ <a href="http://hadoop.apache.org/core/releases.html)./">Hadoop Core Releases</a>.  
 </p>
-<p>You want the file named: chukwa-n.n.n.nnnnnnn.tar.gz</p>
 </section>
 
 <section>
@@ -174,14 +173,32 @@
 mysql -u root -p
 Enter password:
 </source>
-
 <p>From the MySQL shell, enter these commands (replace &#60;username&#62; and &#60;password&#62; with actual values):</p>
-
 <source>
 GRANT REPLICATION SLAVE ON &#42;.&#42; TO &#39;&#60;username&#62;&#39;&#64;&#39;&#37;&#39; IDENTIFIED BY &#39;&#60;password&#62;&#39;;
 FLUSH PRIVILEGES; 
 </source>
 </section>
+
+
+<section>
+<title>Migrate Existing Data From Chukwa 0.1.1</title>
+<p>Start the MySQL shell:</p>
+<source>
+mysql -u root -p
+Enter password:
+</source>
+
+<p>From the MySQL shell, enter these commands (replace &#60;database_name&#62; with an actual value):</p>
+<source>
+use &#60;database_name&#62;
+source /path/to/chukwa/conf/database_create_table.sql
+source /path/to/chukwa/conf/database_upgrade.sql
+</source>
+
+
+</section>
+
 </section>
 
 <section>

Modified: hadoop/chukwa/branches/chukwa-0.1/src/docs/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/hadoop/chukwa/branches/chukwa-0.1/src/docs/src/documentation/content/xdocs/tabs.xml?rev=774610&r1=774609&r2=774610&view=diff
==============================================================================
--- hadoop/chukwa/branches/chukwa-0.1/src/docs/src/documentation/content/xdocs/tabs.xml (original)
+++ hadoop/chukwa/branches/chukwa-0.1/src/docs/src/documentation/content/xdocs/tabs.xml Thu May 14 01:11:58 2009
@@ -30,7 +30,7 @@
    Tabs can be embedded to a depth of two. The second level of tabs will only 
     be displayed when their parent tab is selected.    
   -->
-  <tab label="Project" href="http://hadoop.apache.org/Chukwa" type="visible" /> 
+  <tab label="Project" href="http://hadoop.apache.org/chukwa" type="visible" /> 
   <tab label="Wiki" href="http://wiki.apache.org/hadoop/Chukwa/" type="visible" /> 
   <tab label="Chukwa 0.1.2 Documentation" dir="" type="visible" /> 
 

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=774610&r1=774609&r2=774610&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 Thu May 14 01:11:58 2009
@@ -87,10 +87,9 @@
 
 <section>
 <title>Chukwa Binary</title>
-<p>To get a Chukwa distribution, download a recent stable release of Hadoop from one of the Apache Download Mirrors. 
-Nightly build of Chukwa trunk is available from <a href="http://hadoopqa.yst.corp.yahoo.com:8080/hudson/job/chukwa-release/">Hudson</a>.  
+<p>To get a Chukwa distribution, download a recent stable release of Hadoop from one of the Apache Download Mirrors (see 
+ <a href="http://hadoop.apache.org/core/releases.html)./">Hadoop Core Releases</a>.  
 </p>
-<p>You want the file named: chukwa-n.n.n.nnnnnnn.tar.gz</p>
 </section>
 
 <section>
@@ -174,14 +173,32 @@
 mysql -u root -p
 Enter password:
 </source>
-
 <p>From the MySQL shell, enter these commands (replace &#60;username&#62; and &#60;password&#62; with actual values):</p>
-
 <source>
 GRANT REPLICATION SLAVE ON &#42;.&#42; TO &#39;&#60;username&#62;&#39;&#64;&#39;&#37;&#39; IDENTIFIED BY &#39;&#60;password&#62;&#39;;
 FLUSH PRIVILEGES; 
 </source>
 </section>
+
+
+<section>
+<title>Migrate Existing Data From Chukwa 0.1.1</title>
+<p>Start the MySQL shell:</p>
+<source>
+mysql -u root -p
+Enter password:
+</source>
+
+<p>From the MySQL shell, enter these commands (replace &#60;database_name&#62; with an actual value):</p>
+<source>
+use &#60;database_name&#62;
+source /path/to/chukwa/conf/database_create_table.sql
+source /path/to/chukwa/conf/database_upgrade.sql
+</source>
+
+
+</section>
+
 </section>
 
 <section>

Modified: hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/tabs.xml?rev=774610&r1=774609&r2=774610&view=diff
==============================================================================
--- hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/tabs.xml (original)
+++ hadoop/chukwa/trunk/src/docs/src/documentation/content/xdocs/tabs.xml Thu May 14 01:11:58 2009
@@ -30,7 +30,7 @@
    Tabs can be embedded to a depth of two. The second level of tabs will only 
     be displayed when their parent tab is selected.    
   -->
-  <tab label="Project" href="http://hadoop.apache.org/Chukwa" type="visible" /> 
+  <tab label="Project" href="http://hadoop.apache.org/chukwa" type="visible" /> 
   <tab label="Wiki" href="http://wiki.apache.org/hadoop/Chukwa/" type="visible" /> 
   <tab label="Chukwa 0.1.2 Documentation" dir="" type="visible" />