Skip to content

Commit

Permalink
HBASE-20072 remove 1.1 release line from the prerequisite tables.
Browse files Browse the repository at this point in the history
Signed-off-by: Ted Yu <[email protected]>
  • Loading branch information
busbey committed Mar 6, 2018
1 parent ff7f5ec commit 7889df3
Showing 1 changed file with 15 additions and 19 deletions.
34 changes: 15 additions & 19 deletions src/main/asciidoc/_chapters/configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ This section lists required services and some required system configuration.
|yes
|yes
|1.1
|yes
|Running with JDK 8 will work but is not well tested.
|===
NOTE: HBase will neither build nor compile with Java 6.
Expand Down Expand Up @@ -206,22 +202,22 @@ Use the following legend to interpret this table:
* "X" = not supported
* "NT" = Not tested
[cols="1,1,1,1,1", options="header"]
[cols="1,1,1,1", options="header"]
|===
| | HBase-1.1.x | HBase-1.2.x | HBase-1.3.x | HBase-2.0.x
|Hadoop-2.0.x-alpha | X | X | X | X
|Hadoop-2.1.0-beta | X | X | X | X
|Hadoop-2.2.0 | NT | X | X | X
|Hadoop-2.3.x | NT | X | X | X
|Hadoop-2.4.x | S | S | S | X
|Hadoop-2.5.x | S | S | S | X
|Hadoop-2.6.0 | X | X | X | X
|Hadoop-2.6.1+ | NT | S | S | S
|Hadoop-2.7.0 | X | X | X | X
|Hadoop-2.7.1+ | NT | S | S | S
|Hadoop-2.8.0 | X | X | X | X
|Hadoop-2.8.1 | X | X | X | X
|Hadoop-3.0.0 | NT | NT | NT | NT
| | HBase-1.2.x | HBase-1.3.x | HBase-2.0.x
|Hadoop-2.0.x-alpha | X | X | X
|Hadoop-2.1.0-beta | X | X | X
|Hadoop-2.2.0 | X | X | X
|Hadoop-2.3.x | X | X | X
|Hadoop-2.4.x | S | S | X
|Hadoop-2.5.x | S | S | X
|Hadoop-2.6.0 | X | X | X
|Hadoop-2.6.1+ | S | S | S
|Hadoop-2.7.0 | X | X | X
|Hadoop-2.7.1+ | S | S | S
|Hadoop-2.8.0 | X | X | X
|Hadoop-2.8.1 | X | X | X
|Hadoop-3.0.0 | NT | NT | NT
|===
.Hadoop Pre-2.6.1 and JDK 1.8 Kerberos
Expand Down

0 comments on commit 7889df3

Please sign in to comment.