Skip to content

Commit b290d14

Browse files
committed
HBASE-17847 update docs to cover guidance on recent Hadoop releases.
Signed-off-by: Michael Stack <[email protected]>
1 parent f159557 commit b290d14

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/main/asciidoc/_chapters/configuration.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ See link:http://wiki.apache.org/hadoop/Distributions%20and%20Commercial%20Suppor
215215
Hadoop 2.x is faster and includes features, such as short-circuit reads, which will help improve your HBase random read profile.
216216
Hadoop 2.x also includes important bug fixes that will improve your overall HBase experience.
217217
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.
218+
219+
Hadoop 3.x is still in early access releases and has not yet been sufficiently tested by the HBase community for production use cases.
218220
====
219221
220222
Use the following legend to interpret this table:
@@ -241,6 +243,8 @@ Use the following legend to interpret this table:
241243
|Hadoop-2.6.1+ | NT | NT | NT | NT | S | S | S
242244
|Hadoop-2.7.0 | X | X | X | X | X | X | X
243245
|Hadoop-2.7.1+ | NT | NT | NT | NT | S | S | S
246+
|Hadoop-2.8.0 | X | X | X | X | X | X | X
247+
|Hadoop-3.0.0-alphax | NT | NT | NT | NT | NT | NT | NT
244248
|===
245249
246250
.Hadoop Pre-2.6.1 and JDK 1.8 Kerberos
@@ -264,7 +268,13 @@ data loss. This patch is present in Apache Hadoop releases 2.6.1+.
264268
.Hadoop 2.7.x
265269
[TIP]
266270
====
267-
Hadoop version 2.7.0 is not tested or supported as the Hadoop PMC has explicitly labeled that release as not being stable.
271+
Hadoop version 2.7.0 is not tested or supported as the Hadoop PMC has explicitly labeled that release as not being stable. (reference the link:https://s.apache.org/hadoop-2.7.0-announcement[announcement of Apache Hadoop 2.7.0].)
272+
====
273+
274+
.Hadoop 2.8.x
275+
[TIP]
276+
====
277+
Hadoop version 2.8.0 is not tested or supported as the Hadoop PMC has explicitly labeled that release as not being stable. (reference the link:https://s.apache.org/hadoop-2.8.0-announcement[announcement of Apache Hadoop 2.8.0].)
268278
====
269279

270280
.Replace the Hadoop Bundled With HBase!

0 commit comments

Comments
 (0)