From 8164552e35794fc045760c4b64549580d715aa88 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 16 Jul 2010 23:22:04 +0000 Subject: [PATCH] Fixup of 'Getting Started' to point at CHANGES.txt of 0.20-append to get list of patches git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@964978 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/javadoc/overview.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html index f2a3a175c74..62dd5b23d38 100644 --- a/src/main/javadoc/overview.html +++ b/src/main/javadoc/overview.html @@ -56,11 +56,13 @@
  • Java 1.6.x, preferably from Sun. Use the latest version available except u18 (u19 is fine).
  • This version of HBase will only run on Hadoop 0.20.x. HBase will lose data unless it is running on an HDFS that has a durable sync operation. - Currently only the 0.20-append + Currently only the branch-0.20-append 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 install Cloudera's CDH3b2 - when its available; it will have a durable sync).
  • + (or install Cloudera's CDH3 (as of this writing, it is in beta); it has the + 0.20-append patches needed to add a durable sync). + See CHANGES.txt + in branch-0.20.-append to see list of patches involved.
  • ssh must be installed and sshd must be running to use Hadoop's scripts to manage remote Hadoop daemons. You must be able to ssh to all nodes, including your local node, using passwordless login @@ -172,7 +174,7 @@ it should run with one replica only (recommended for pseudo-distributed mode):Related Documentation