From d46c899468c8ee58d35bbac43d9e52b9863848a4 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 19 Sep 2012 22:34:51 +0000 Subject: [PATCH] HBASE-5536 Make it clear that hbase 0.96 requires hadoop 1.0.0 at least; we will no longer work on older versions git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1387805 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/configuration.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/docbkx/configuration.xml b/src/docbkx/configuration.xml index d1ec9178be4..a5046544417 100644 --- a/src/docbkx/configuration.xml +++ b/src/docbkx/configuration.xml @@ -270,7 +270,14 @@ to ensure well-formedness of your document after an edit session. Praveen Kumar has written a complimentary article, Building Hadoop and HBase for HBase Maven application development. -Cloudera have dfs.support.append set to true by default.. +Cloudera have dfs.support.append set to true by default.. + Please use the most up-to-date Hadoop possible. + HBase 0.96.0 will require Hadoop 1.0.0 at a minimum + 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?. + + Or use the Cloudera or @@ -278,7 +285,9 @@ to ensure well-formedness of your document after an edit session. Cloudera' CDH3 is Apache Hadoop 0.20.x plus patches including all of the branch-0.20-append - additions needed to add a durable sync. Use the released, most recent version of CDH3. + additions needed to add a durable sync. Use the released, most recent version of CDH3. In CDH, append + support is enabled by default so you do not need to make the above mentioned edits to + hdfs-site.xml or to hbase-site.xml. MapR includes a commercial, reimplementation of HDFS.