Skip to content

Commit

Permalink
Bump hadoop.version from 2.7.5 to 3.4.1
Browse files Browse the repository at this point in the history
Bumps `hadoop.version` from 2.7.5 to 3.4.1.

Updates `org.apache.hadoop:hadoop-common` from 2.7.5 to 3.4.1

Updates `org.apache.hadoop:hadoop-mapreduce` from 3.2.4 to 3.4.1

Updates `org.apache.hadoop:hadoop-mapreduce-client-core` from 3.2.4 to 3.4.1

---
updated-dependencies:
- dependency-name: org.apache.hadoop:hadoop-common
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.apache.hadoop:hadoop-mapreduce
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.hadoop:hadoop-mapreduce-client-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent f825a49 commit 6cb96fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/reader/hivereader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>jar</packaging>

<properties>
<hadoop.version>2.7.5</hadoop.version>
<hadoop.version>3.4.1</hadoop.version>
<hive.jdbc.version>2.1.1</hive.jdbc.version>
<curator.version>4.2.0</curator.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dbcp2.version>2.11.0</dbcp2.version>
<hive.jdbc.version>3.1.3</hive.jdbc.version>
<influxdbClient.version>2.24</influxdbClient.version>
<hadoop.version>3.2.4</hadoop.version>
<hadoop.version>3.4.1</hadoop.version>
<mongodb.jdbc.version>3.12.14</mongodb.jdbc.version>
<mysql.jdbc.version>8.0.28</mysql.jdbc.version>
<mssql.jdbc.version>9.2.1.jre8</mssql.jdbc.version>
Expand Down

0 comments on commit 6cb96fa

Please sign in to comment.