Skip to content

Commit

Permalink
[ZEPPELIN-5834] Remove last references to Hadoop 2.6 as JDK11 is not …
Browse files Browse the repository at this point in the history
…supported.

### What is this PR for?
This PR updates Hadoop 2.6 dependencies to 2.7.

### What type of PR is it?
Improvement

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-5834

### How should this be tested?
* CI

### Questions:
* Does the licenses files need to update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Philipp Dallig <[email protected]>

Closes apache#4484 from Reamer/hadoop_jdk11 and squashes the following commits:

88d3d47 [Philipp Dallig] Remove last references to Hadoop 2.6 as JDK11 is not supported.
  • Loading branch information
Reamer committed Oct 20, 2022
1 parent 6a4fcdc commit 7a370ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!--library versions-->
<interpreter.name>hbase</interpreter.name>
<hbase.hbase.version>2.4.12</hbase.hbase.version>
<hbase.hadoop.version>${hadoop2.6.version}</hbase.hadoop.version>
<hbase.hadoop.version>${hadoop2.7.version}</hbase.hadoop.version>
<jruby.version>1.6.8</jruby.version>
<protobuf.version>2.5.0</protobuf.version>
<jline.version>2.12.1</jline.version>
Expand Down
2 changes: 1 addition & 1 deletion livy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<!--test library versions-->
<livy.version>0.7.1-incubating</livy.version>
<spark.version>2.1.0</spark.version>
<hadoop.version>${hadoop2.6.version}</hadoop.version>
<hadoop.version>${hadoop2.7.version}</hadoop.version>
</properties>

<dependencies>
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
<micrometer.version>1.6.0</micrometer.version>

<hadoop2.7.version>2.7.7</hadoop2.7.version>
<hadoop2.6.version>2.6.5</hadoop2.6.version>
<hadoop3.0.version>3.0.3</hadoop3.0.version>
<hadoop3.1.version>3.1.3</hadoop3.1.version>
<hadoop3.2.version>3.2.0</hadoop3.2.version>
Expand Down

0 comments on commit 7a370ea

Please sign in to comment.