Skip to content

Commit

Permalink
GH-2943: Remove hadoop-2 support (#3061)
Browse files Browse the repository at this point in the history
* GH-2943 remove hadoop-2 support

- remove the hadoop-2 profile
- set base hadoop 3 version to 3.3.0

* GH-2943 remove hadoop-2 support

- remove hadoop 2 github action profile
  • Loading branch information
steveloughran authored Nov 26, 2024
1 parent e32ed74 commit 586a354
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 64 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/ci-hadoop2.yml

This file was deleted.

10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
<javax.annotation.version>1.3.2</javax.annotation.version>
<spotless.version>2.30.0</spotless.version>
<shade.prefix>shaded.parquet</shade.prefix>
<hadoop.version>3.3.6</hadoop.version>
<!-- Guarantees no newer classes/methods/constants are used by parquet. -->
<hadoop.version>3.3.0</hadoop.version>
<parquet.format.version>2.10.0</parquet.format.version>
<previous.version>1.13.1</previous.version>
<thrift.executable>thrift</thrift.executable>
Expand Down Expand Up @@ -635,13 +636,6 @@
</properties>
</profile>

<profile>
<id>hadoop2</id>
<properties>
<hadoop.version>2.7.3</hadoop.version>
</properties>
</profile>

<!-- Profile for tests to have more output -->
<profile>
<id>verbose-test</id>
Expand Down

0 comments on commit 586a354

Please sign in to comment.