From 7bb1affa75d647d3574fff3f0b51f2ce62283749 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Sun, 23 Sep 2012 14:55:01 +0000 Subject: [PATCH] Edit of config section git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1389070 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/configuration.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/docbkx/configuration.xml b/src/docbkx/configuration.xml index 52572f7ec27..3d1286f1dc9 100644 --- a/src/docbkx/configuration.xml +++ b/src/docbkx/configuration.xml @@ -62,7 +62,7 @@ to ensure well-formedness of your document after an edit session. Just like Hadoop, HBase requires java 6 from Oracle. Usually you'll want to use the latest version available except the problematic - u18 (u24 is the latest version as of this writing). + u18.
Operating System @@ -73,7 +73,9 @@ to ensure well-formedness of your document after an edit session. sshd must be running to use Hadoop's scripts to manage remote Hadoop and HBase daemons. You must be able to ssh to all nodes, including your local node, using passwordless login (Google - "ssh passwordless login"). + "ssh passwordless login"). If on mac osx, see the section, + SSH: Setting up Remote Desktop and Enabling Self-Login + on the hadoop wiki.
@@ -273,7 +275,6 @@ to ensure well-formedness of your document after an edit session. Cloudera have dfs.support.append set to true by default.. Please use the most up-to-date Hadoop possible. HBase 0.96.0 requires Hadoop 1.0.0 at a minimum - HBase 0.96.0 supports Hadoop 2.0.x As of HBase 0.96.x, Hadoop 1.0.x at least is required. We will no longer run properly on older Hadoops such as 0.20.205 or branch-0.20-append. Do not move to 0.96.x if you cannot upgrade your HadoopSee HBase, mail # dev - DISCUSS: Have hbase require at least hadoop 1.0.0 in hbase 0.96.0?.