Skip to content

Commit

Permalink
additional version fixes for shaded hadoop
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsu98 committed Mar 1, 2023
1 parent 0539f14 commit 622482d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- The following paths need to be defined here as well as in the parent pom so that mvn can -->
<!-- run properly from sub-project directories -->
<build.path>${project.parent.parent.basedir}/build</build.path>
<ufs.hadoop.version>2.9.2</ufs.hadoop.version>
<ufs.hadoop.version>3.3.1</ufs.hadoop.version>
<failIfNoTests>false</failIfNoTests>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion underfs/hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<!-- run properly from sub-project directories -->
<build.path>${project.parent.parent.basedir}/build</build.path>
<!-- Decouple hadoop versions between north and south bound -->
<ufs.hadoop.version>2.9.2</ufs.hadoop.version>
<ufs.hadoop.version>3.3.1</ufs.hadoop.version>
<lib.jar.name>${project.artifactId}-${ufs.hadoop.version}-${project.version}.jar</lib.jar.name>
</properties>

Expand Down

0 comments on commit 622482d

Please sign in to comment.