Author: stack
Date: Tue Nov 10 05:06:24 2009
New Revision: 834347

URL: http://svn.apache.org/viewvc?rev=834347&view=rev
Log:
HBASE-1904 Add tutorilal for installing HBase on Windows using Cygwin as a test 
and development environment

Modified:
    hadoop/hbase/trunk/CHANGES.txt
    hadoop/hbase/trunk/src/docs/src/documentation/content/xdocs/site.xml
    hadoop/hbase/trunk/src/docs/src/documentation/content/xdocs/tabs.xml
    hadoop/hbase/trunk/src/java/overview.html

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=834347&r1=834346&r2=834347&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Tue Nov 10 05:06:24 2009
@@ -174,6 +174,8 @@
    HBASE-1829  Make use of start/stop row in TableInputFormat
                (Lars George via Stack)
    HBASE-1867  Tool to regenerate an hbase table from the data files
+   HBASE-1904  Add tutorilal for installing HBase on Windows using Cygwin as
+               a test and development environment (Wim Van Leuven via Stack)
 
   OPTIMIZATIONS
    HBASE-410   [testing] Speed up the test suite

Modified: hadoop/hbase/trunk/src/docs/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/docs/src/documentation/content/xdocs/site.xml?rev=834347&r1=834346&r2=834347&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/docs/src/documentation/content/xdocs/site.xml 
(original)
+++ hadoop/hbase/trunk/src/docs/src/documentation/content/xdocs/site.xml Tue 
Nov 10 05:06:24 2009
@@ -36,6 +36,7 @@
     <started   label="Getting Started"    href="ext:api/started" />
     <api       label="API Docs"           href="ext:api/index" />
     <api       label="HBase Metrics"      href="metrics.html" />
+    <api       label="HBase on Windows"   href="cygwin.html" />
     <wiki      label="Wiki"               href="ext:wiki" />
     <faq       label="FAQ"                href="ext:faq" />
     <lists     label="Mailing Lists"      href="ext:lists" />

Modified: hadoop/hbase/trunk/src/docs/src/documentation/content/xdocs/tabs.xml
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/docs/src/documentation/content/xdocs/tabs.xml?rev=834347&r1=834346&r2=834347&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/docs/src/documentation/content/xdocs/tabs.xml 
(original)
+++ hadoop/hbase/trunk/src/docs/src/documentation/content/xdocs/tabs.xml Tue 
Nov 10 05:06:24 2009
@@ -32,5 +32,4 @@
   <tab label="Project" href="http://hadoop.apache.org/hbase/"; />
   <tab label="Wiki" href="http://wiki.apache.org/hadoop/Hbase"; />
   <tab label="HBase Documentation" dir="" />  
-  
 </tabs>

Modified: hadoop/hbase/trunk/src/java/overview.html
URL: 
http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/java/overview.html?rev=834347&r1=834346&r2=834347&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/java/overview.html (original)
+++ hadoop/hbase/trunk/src/java/overview.html Tue Nov 10 05:06:24 2009
@@ -103,22 +103,12 @@
 </ul>
 
 <h3><a name="windows">Windows</a></h3>
-<p>If you are running HBase on Windows, you must install <a 
href="http://cygwin.com/";>Cygwin</a>.
-Additionally, it is <em>strongly recommended</em> that you add or append to 
the following
-environment variables. If you install Cygwin in a location that is not 
<code>C:\cygwin</code> you
-should modify the following appropriately.</p>
-
-<blockquote>
-<pre>
-HOME=c:\cygwin\home\jim
-ANT_HOME=(wherever you installed ant)
-JAVA_HOME=(wherever you installed java) 
-PATH=C:\cygwin\bin;%JAVA_HOME%\bin;%ANT_HOME%\bin; other windows stuff 
-SHELL=/bin/bash
-</pre>
-</blockquote>
-
-<p>For additional information, see the <a 
href="http://hadoop.apache.org/common/docs/current/quickstart.html";>Hadoop 
Quick Start Guide</a></p>
+If you are running HBase on Windows, you must install
+<a href="http://cygwin.com/";>Cygwin</a>
+to have a *nix-like environment for the shell scripts. The full details
+are explained in 
+the <a href="../cygwin.html">Windows Installation</a>
+guide.
 
 
 <h2><a name="getting_started" >Getting Started</a></h2>


Reply via email to