From f7e9f2386a3bab1599939e98f298d9b8a2affcff Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Wed, 5 Nov 2014 08:48:51 -0800 Subject: [PATCH] HBASE-12397 CopyTable fails to compile with the Hadoop 1 profile This was an issue affecting only the "hadoop-1.0" build profile on the 0.98 branch. A discussion on dev@ determined consensus that build profile should be removed. This change updates the supported Hadoop version matrix in configuration.xml. --- src/main/docbkx/configuration.xml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/src/main/docbkx/configuration.xml b/src/main/docbkx/configuration.xml index ddb860a..74b8e52 100644 --- a/src/main/docbkx/configuration.xml +++ b/src/main/docbkx/configuration.xml @@ -368,7 +368,7 @@ hadoop - nproc 32000 Hadoop 2.x is recommended. Hadoop 2.x is faster and includes features, such as short-circuit reads, which will help improve your HBase random read profile. Hadoop 2.x also includes important bug fixes - that will improve your overall HBase experience. HBase 0.98 deprecates use of Hadoop 1.x, + that will improve your overall HBase experience. HBase 0.98 drops support for Hadoop 1.0, deprecates use of Hadoop 1.1+, and HBase 1.0 will not support Hadoop 1.x. Use the following legend to interpret this table: @@ -411,7 +411,7 @@ hadoop - nproc 32000 HBase-0.92.x HBase-0.94.x HBase-0.96.x - HBase-0.98.x (Support for Hadoop 1.x is deprecated.) + HBase-0.98.x (Support for Hadoop 1.1+ is deprecated.) HBase-1.0.x (Hadoop 1.x is NOT supported) @@ -433,9 +433,7 @@ hadoop - nproc 32000 X - Hadoop-1.0.0-1.0.2 (HBase requires hadoop 1.0.3 at a minimum; there is an - issue where we cannot find KerberosUtil compiling against earlier versions of - Hadoop.) + Hadoop-1.0.x X X X @@ -443,19 +441,11 @@ hadoop - nproc 32000 X - Hadoop-1.0.3+ - S - S - S - X - X - - Hadoop-1.1.x NT S S - X + NT X -- 1.7.12.4 (Apple Git-37)