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

Bump hadoop-common from 2.4.1 to 3.2.3 #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ under the License.
<id>hive-1.0.1</id>
<properties>
<hive.version>1.0.1</hive.version>
<hivemetastore.hadoop.version>2.6.5</hivemetastore.hadoop.version>
<hivemetastore.hadoop.version>3.2.3</hivemetastore.hadoop.version>
<hiverunner.version>3.1.1</hiverunner.version>
<derby.version>10.10.1.1</derby.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion flink-filesystems/flink-swift-fs-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ under the License.

<properties>
<!-- Do not change this without updating the copied Configuration class! -->
<openstackhadoop.hadoop.version>2.8.1</openstackhadoop.hadoop.version>
<openstackhadoop.hadoop.version>3.2.3</openstackhadoop.hadoop.version>
</properties>

<!-- Overwrite hadoop dependency versions inherited from the parent pom dependencyManagement -->
Expand Down
2 changes: 1 addition & 1 deletion flink-filesystems/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ under the License.
<packaging>pom</packaging>

<properties>
<fs.hadoopshaded.version>3.1.0</fs.hadoopshaded.version>
<fs.hadoopshaded.version>3.2.3</fs.hadoopshaded.version>
</properties>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<hadoop.version>2.4.1</hadoop.version>
<hadoop.version>3.2.3</hadoop.version>
<!-- Need to use a user property here because the surefire
forkCount is not exposed as a property. With this we can set
it on the "mvn" commandline in travis. -->
Expand Down Expand Up @@ -153,7 +153,7 @@ under the License.
Hive 2.3.4 relies on Hadoop 2.7.2 and later versions.
For Hadoop 2.7, the minor Hadoop version supported for flink-shaded-hadoop-2-uber is 2.7.5
-->
<hivemetastore.hadoop.version>2.7.5</hivemetastore.hadoop.version>
<hivemetastore.hadoop.version>3.2.3</hivemetastore.hadoop.version>
<japicmp.referenceVersion>1.11.0</japicmp.referenceVersion>
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
</properties>
Expand Down