Skip to content

Commit 68f3a26

Browse files
authored
HBASE-28477 Update ref guide about the EOL for branch-2.4 (#6049)
Signed-off-by: Yi Mei <[email protected]>
1 parent 305f2ce commit 68f3a26

2 files changed

Lines changed: 29 additions & 26 deletions

File tree

src/main/asciidoc/_chapters/community.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ If this list goes out of date or you can't reach the listed person, reach out to
165165
166166
| 2.4
167167
| Andrew Purtell
168-
| Check the https://hbase.apache.org/downloads.html[download] page
169-
| *NOT YET*
168+
| 2.4.18
169+
| June 2024
170170
171171
| 2.5
172172
| Andrew Purtell

src/main/asciidoc/_chapters/configuration.adoc

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -294,16 +294,19 @@ use Apache Hadoop, or a vendor's distribution of Hadoop. No distinction is made
294294
link:https://cwiki.apache.org/confluence/display/HADOOP2/Distributions+and+Commercial+Support[the Hadoop wiki]
295295
for information about vendors of Hadoop.
296296
297-
.Hadoop 2.x is recommended.
297+
.Hadoop 3.x is recommended.
298298
[TIP]
299299
====
300-
Hadoop 2.x is faster and includes features, such as short-circuit reads (see
301-
<<perf.hdfs.configs.localread>>), which will help improve your HBase random read profile. Hadoop
302-
2.x also includes important bug fixes that will improve your overall HBase experience. HBase does
303-
not support running with earlier versions of Hadoop. See the table below for requirements specific
304-
to different HBase versions.
300+
Comparing to Hadoop 1.x, Hadoop 2.x is faster and includes features, such as short-circuit reads
301+
(see <<perf.hdfs.configs.localread>>), which will help improve your HBase random read profile.
302+
Hadoop 2.x also includes important bug fixes that will improve your overall HBase experience. HBase
303+
does not support running with earlier versions of Hadoop. See the table below for requirements
304+
specific to different HBase versions.
305+
306+
Today, Hadoop 3.x is recommended as the last Hadoop 2.x release 2.10.2 was released years ago, and
307+
there is no release for Hadoop 2.x for a very long time, although the Hadoop community does not
308+
officially EOL Hadoop 2.x yet.
305309

306-
Hadoop 3.x is still in early access releases and has not yet been sufficiently tested by the HBase community for production use cases.
307310
====
308311
309312
Use the following legend to interpret these tables:
@@ -315,29 +318,29 @@ link:https://hadoop.apache.org/cve_list.html[CVEs] so we drop the support in new
315318
316319
.Hadoop version support matrix for active release lines
317320
318-
[cols="1,2*^.^", options="header"]
321+
[cols="1,1*^.^", options="header"]
319322
|===
320-
| | HBase-2.4.x | HBase-2.5.x
321-
|Hadoop-2.10.[0-1] | icon:check-circle[role="green"] | icon:times-circle[role="red"]
322-
|Hadoop-2.10.2+ | icon:check-circle[role="green"] | icon:check-circle[role="green"]
323-
|Hadoop-3.1.0 | icon:times-circle[role="red"] | icon:times-circle[role="red"]
324-
|Hadoop-3.1.1+ | icon:check-circle[role="green"] | icon:times-circle[role="red"]
325-
|Hadoop-3.2.[0-2] | icon:check-circle[role="green"] | icon:times-circle[role="red"]
326-
|Hadoop-3.2.3+ | icon:check-circle[role="green"] | icon:check-circle[role="green"]
327-
|Hadoop-3.3.[0-1] | icon:check-circle[role="green"] | icon:times-circle[role="red"]
328-
|Hadoop-3.3.2+ | icon:check-circle[role="green"] | icon:check-circle[role="green"]
323+
| | HBase-2.5.x
324+
|Hadoop-2.10.[0-1] | icon:times-circle[role="red"]
325+
|Hadoop-2.10.2+ | icon:check-circle[role="green"]
326+
|Hadoop-3.1.0 | icon:times-circle[role="red"]
327+
|Hadoop-3.1.1+ | icon:times-circle[role="red"]
328+
|Hadoop-3.2.[0-2] | icon:times-circle[role="red"]
329+
|Hadoop-3.2.3+ | icon:check-circle[role="green"]
330+
|Hadoop-3.3.[0-1] | icon:times-circle[role="red"]
331+
|Hadoop-3.3.2+ | icon:check-circle[role="green"]
329332
|===
330333
331334
.Hadoop version support matrix for EOM 2.3+ release lines
332335
333-
[cols="1,1*^.^", options="header"]
336+
[cols="1,2*^.^", options="header"]
334337
|===
335-
| | HBase-2.3.x
336-
|Hadoop-2.10.x | icon:check-circle[role="green"]
337-
|Hadoop-3.1.0 | icon:times-circle[role="red"]
338-
|Hadoop-3.1.1+ | icon:check-circle[role="green"]
339-
|Hadoop-3.2.x | icon:check-circle[role="green"]
340-
|Hadoop-3.3.x | icon:check-circle[role="green"]
338+
| | HBase-2.3.x | HBase-2.4.x
339+
|Hadoop-2.10.x | icon:check-circle[role="green"] | icon:check-circle[role="green"]
340+
|Hadoop-3.1.0 | icon:times-circle[role="red"] | icon:times-circle[role="red"]
341+
|Hadoop-3.1.1+ | icon:check-circle[role="green"] | icon:check-circle[role="green"]
342+
|Hadoop-3.2.x | icon:check-circle[role="green"] | icon:check-circle[role="green"]
343+
|Hadoop-3.3.x | icon:check-circle[role="green"] | icon:check-circle[role="green"]
341344
|===
342345
343346
.Hadoop version support matrix for EOM 2.x release lines

0 commit comments

Comments
 (0)