Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-22409 update branch-1 ref guide for Hadoop, Java, and HBase version support #239

Merged
merged 27 commits into from
Jun 29, 2019
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
9cdd2af
HBASE-13915 remove EOL versions from config prereq section
busbey Jun 16, 2015
7d96b7e
HBASE-13911 update java/hadoop prereqs for 1.2
busbey Jun 16, 2015
e4a911b
HBASE-13221 List Hadoop 2.6 as unsupported due to HADOOP-11710.
busbey Sep 1, 2015
162f544
HBASE-15007 update docs to list Hadoop 2.6.1+ as cool.
busbey Dec 29, 2015
e91e975
HBASE-14810 Update Hadoop support description to explain "not tested"…
Jan 28, 2016
59925b7
HBASE-17502 Document hadoop pre-2.6.1 and Java 1.8 Kerberos problem i…
jerryjch Jan 21, 2017
c0f0283
HBASE-17847 update docs to cover guidance on recent Hadoop releases.
busbey Mar 29, 2017
d31062b
HBASE-16215 clean up of ref guide and site for EOM versions.
busbey Apr 12, 2017
4082461
HBASE-18421 update hadoop prerequisites docs to call out 2.8.1
chia7712 Sep 10, 2017
fa6be26
HBASE-19526 Update hadoop version to 3.0 GA
apeksharma Dec 18, 2017
6b65686
HBASE-20072 remove 1.1 release line from the prerequisite tables.
busbey Feb 24, 2018
003568e
HBASE-19983 update Hadoop support matrix for Hadoop releases 2.8.2+ a…
busbey Mar 23, 2018
9ac71e0
HBASE-20264 add Javas 9 and 10 to the prerequisites table and add a n…
busbey Mar 23, 2018
0014bb8
HBASE-20260 Remove old content from book
madrob Mar 22, 2018
6d955d1
HBASE-17554 Figure 2.0.0 Hadoop Version Support; update refguide
saintstack Apr 10, 2018
017a574
HBASE-20502 Document necessity of YARN-7190 and non-production for Ha…
madrob Apr 27, 2018
df602f6
HBASE-21091 Update Hadoop and Java "supported" versions tables
joshelser Sep 4, 2018
b1ad70d
HBASE-21295 Update compatibility matrices
petersomogyi Jan 9, 2019
0ec9f32
HBASE-22321 Add 1.5 release line to the Hadoop supported versions table
apurtell Apr 29, 2019
a88563d
HBASE-22405 Update Ref Guide for EOL of Hadoop 2.7
busbey May 13, 2019
c8178e0
WIP fixup to remove hadoop3 stuff
busbey May 14, 2019
d94051f
WIP fixup removing repo branch status update
busbey May 14, 2019
3a3f468
WIP fixup removing formatting fix
busbey May 14, 2019
67426ef
WIP mentioning java 7 for gc logs.
busbey May 14, 2019
65494ae
WIP fixup removing config blob for standalone-over-hdfs since that se…
busbey May 14, 2019
429d4ed
WIP fix canary help based on review feedback from Peter.
busbey Jun 13, 2019
edf99bb
WIP update hbase command help based on review feedback from Andrew.
busbey Jun 13, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
HBASE-17847 update docs to cover guidance on recent Hadoop releases.
Signed-off-by: Michael Stack <stack@apache.org>
(cherry picked from commit b290d14)

 Conflicts:
	src/main/asciidoc/_chapters/configuration.adoc
busbey committed Jun 13, 2019
commit c0f0283ba2a6c8500a2dab4e716292a9a39b6344
10 changes: 9 additions & 1 deletion src/main/asciidoc/_chapters/configuration.adoc
Original file line number Diff line number Diff line change
@@ -202,6 +202,8 @@ See link:http://wiki.apache.org/hadoop/Distributions%20and%20Commercial%20Suppor
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 drops support for Hadoop 1.0, deprecates use of Hadoop 1.1+, and HBase 1.0 will not support Hadoop 1.x.

Hadoop 3.x is still in early access releases and has not yet been sufficiently tested by the HBase community for production use cases.
====

Use the following legend to interpret this table:
@@ -249,7 +251,13 @@ data loss. This patch is present in Apache Hadoop releases 2.6.1+.
.Hadoop 2.7.x
[TIP]
====
Hadoop version 2.7.0 is not tested or supported as the Hadoop PMC has explicitly labeled that release as not being stable.
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].)
====

.Hadoop 2.8.x
[TIP]
====
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].)
====

.Replace the Hadoop Bundled With HBase!