You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2008/10/30 23:38:15 UTC

svn commit: r709270 - in /hadoop/hbase/trunk: CHANGES.txt src/java/overview.html

Author: stack
Date: Thu Oct 30 15:38:14 2008
New Revision: 709270

URL: http://svn.apache.org/viewvc?rev=709270&view=rev
Log:
HBASE-973 [doc] In getting started, make it clear that hbase needs to create its directory in hdfs

Modified:
    hadoop/hbase/trunk/CHANGES.txt
    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=709270&r1=709269&r2=709270&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Thu Oct 30 15:38:14 2008
@@ -53,6 +53,8 @@
    HBASE-970   Update the copy/rename scripts to go against change API
    HBASE-966   HBASE-748 misses some writes
    HBASE-971   Fix the failing tests on Hudson
+   HBASE-973   [doc] In getting started, make it clear that hbase needs to
+               create its directory in hdfs
 
   IMPROVEMENTS
    HBASE-901   Add a limit to key length, check key and value length on client side

Modified: hadoop/hbase/trunk/src/java/overview.html
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/java/overview.html?rev=709270&r1=709269&r2=709270&view=diff
==============================================================================
--- hadoop/hbase/trunk/src/java/overview.html (original)
+++ hadoop/hbase/trunk/src/java/overview.html Thu Oct 30 15:38:14 2008
@@ -91,6 +91,10 @@
   ...
 </configuration>
 </pre>
+<p>Note: Let hbase create the directory.  If you don't, you'll get warning saying hbase
+needs a migration run because the directory is missing files expected by hbase (it'll
+create them if you let it).
+</p>
 
 <h3><a name="fully-distrib">Fully-Distributed Operation</a></h3>
 For running a fully-distributed operation on more than one host, the following configurations