Skip to content

Commit 2c4dfb5

Browse files
committed
apacheGH-2943 remove hadoop-2 support
- remove the hadoop-2 profile - set base hadoop 3 version to 3.3.0
1 parent 1e04ec7 commit 2c4dfb5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
<javax.annotation.version>1.3.2</javax.annotation.version>
7575
<spotless.version>2.30.0</spotless.version>
7676
<shade.prefix>shaded.parquet</shade.prefix>
77-
<hadoop.version>3.3.6</hadoop.version>
77+
<!-- Guarantees no newer classes/methods/constants are used by parquet. -->
78+
<hadoop.version>3.3.0</hadoop.version>
7879
<parquet.format.version>2.10.0</parquet.format.version>
7980
<previous.version>1.13.1</previous.version>
8081
<thrift.executable>thrift</thrift.executable>
@@ -635,13 +636,6 @@
635636
</properties>
636637
</profile>
637638

638-
<profile>
639-
<id>hadoop2</id>
640-
<properties>
641-
<hadoop.version>2.7.3</hadoop.version>
642-
</properties>
643-
</profile>
644-
645639
<!-- Profile for tests to have more output -->
646640
<profile>
647641
<id>verbose-test</id>

0 commit comments

Comments
 (0)