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 2010/12/14 19:06:55 UTC

svn commit: r1049199 - /hbase/trunk/src/docbkx/book.xml

Author: stack
Date: Tue Dec 14 18:06:55 2010
New Revision: 1049199

URL: http://svn.apache.org/viewvc?rev=1049199&view=rev
Log:
Reference 'how to build' hadoop

Modified:
    hbase/trunk/src/docbkx/book.xml

Modified: hbase/trunk/src/docbkx/book.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/src/docbkx/book.xml?rev=1049199&r1=1049198&r2=1049199&view=diff
==============================================================================
--- hbase/trunk/src/docbkx/book.xml (original)
+++ hbase/trunk/src/docbkx/book.xml Tue Dec 14 18:06:55 2010
@@ -291,7 +291,11 @@ Usually you'll want to use the latest ve
     HBase will lose data unless it is running on an HDFS that has a durable <code>sync</code>.
  Currently only the <link xlink:href="http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-append/">branch-0.20-append</link>
  branch has this attribute.  No official releases have been made from this branch as of this writing
- so you will have to build your own Hadoop from the tip of this branch or you could use
+ so you will have to build your own Hadoop from the tip of this branch <footnote>
+     <para>Scroll down in the Hadoop <link xlink:href="http://wiki.apache.org/hadoop/HowToRelease">How To Release</link> to the section
+         Build Requirements for instruction on how to build Hadoop.
+     </para>
+ </footnote> or you could use
  Cloudera's <link xlink:href="http://archive.cloudera.com/docs/">CDH3</link>.
  CDH has the 0.20-append patches needed to add a durable sync (As of this writing
  CDH3 is still in beta.  Either CDH3b2 or CDH3b3 will suffice).