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 2011/05/19 06:36:17 UTC

svn commit: r1124534 - in /hbase/trunk: CHANGES.txt src/docbkx/getting_started.xml

Author: stack
Date: Thu May 19 04:36:17 2011
New Revision: 1124534

URL: http://svn.apache.org/viewvc?rev=1124534&view=rev
Log:
HBASE-3897 Docs (notsoquick guide) suggest invalid XML

Modified:
    hbase/trunk/CHANGES.txt
    hbase/trunk/src/docbkx/getting_started.xml

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1124534&r1=1124533&r2=1124534&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Thu May 19 04:36:17 2011
@@ -105,6 +105,7 @@ Release 0.91.0 - Unreleased
                HBASE-1861 (Aaron T. Myers)
    HBASE-3876  TestCoprocessorInterface.testCoprocessorInterface broke on
                jenkins and local
+   HBASE-3897  Docs (notsoquick guide) suggest invalid XML (Philip Zeyliger)
 
   IMPROVEMENTS
    HBASE-3290  Max Compaction Size (Nicolas Spiegelberg via Stack)  

Modified: hbase/trunk/src/docbkx/getting_started.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/getting_started.xml?rev=1124534&r1=1124533&r2=1124534&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/getting_started.xml (original)
+++ hbase/trunk/src/docbkx/getting_started.xml Thu May 19 04:36:17 2011
@@ -514,7 +514,7 @@ stopping hbase...............</programli
   &lt;property&gt;
     &lt;name&gt;dfs.replication&lt;/name&gt;
     &lt;value&gt;1&lt;/value&gt;
-    &lt;description&gt;The replication count for HLog &amp; HFile storage. Should not be greater than HDFS datanode count.
+    &lt;description&gt;The replication count for HLog and HFile storage. Should not be greater than HDFS datanode count.
     &lt;/description&gt;
   &lt;/property&gt;
   ...