This is an automated email from the ASF dual-hosted git repository. pdallig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 7a370eae0d [ZEPPELIN-5834] Remove last references to Hadoop 2.6 as JDK11 is not supported. 7a370eae0d is described below commit 7a370eae0dcf0c3b8b9957b02840dad65aa25a34 Author: Philipp Dallig <philipp.dal...@gmail.com> AuthorDate: Thu Oct 13 14:31:34 2022 +0200 [ZEPPELIN-5834] Remove last references to Hadoop 2.6 as JDK11 is not 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 <philipp.dal...@gmail.com> Closes #4484 from Reamer/hadoop_jdk11 and squashes the following commits: 88d3d4724 [Philipp Dallig] Remove last references to Hadoop 2.6 as JDK11 is not supported. --- hbase/pom.xml | 2 +- livy/pom.xml | 2 +- pom.xml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hbase/pom.xml b/hbase/pom.xml index 3154a6da58..ca0e4978c2 100644 --- a/hbase/pom.xml +++ b/hbase/pom.xml @@ -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> diff --git a/livy/pom.xml b/livy/pom.xml index bd62775888..477b53c863 100644 --- a/livy/pom.xml +++ b/livy/pom.xml @@ -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> diff --git a/pom.xml b/pom.xml index 7cd9562804..ea0eb18bf5 100644 --- a/pom.xml +++ b/pom.xml @@ -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>