Skip to content

Commit

Permalink
SPARK-23807 Hadoop 3.1.0 is shipping: profile => "hadoop-3.1" and tes…
Browse files Browse the repository at this point in the history
…t-dependencies.sh knows about it

Change-Id: Ie4906e2f41e9992e803674dce283f03b4dbab67e
  • Loading branch information
steveloughran committed Apr 9, 2018
1 parent 036d92a commit 52a8c28
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion dev/test-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ MVN="build/mvn"
HADOOP_PROFILES=(
hadoop-2.6
hadoop-2.7
hadoop-3
hadoop-3.1
)

# We'll switch the version to a temp. one, publish POMs using that new version, then switch back to
Expand Down
2 changes: 1 addition & 1 deletion hadoop-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
enables store-specific committers.
-->
<profile>
<id>hadoop-3</id>
<id>hadoop-3.1</id>
<dependencies>
<!--
There's now a hadoop-cloud-storage which transitively pulls in the store JARs,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2672,7 +2672,7 @@
</profile>

<profile>
<id>hadoop-3</id>
<id>hadoop-3.1</id>
<properties>
<hadoop.version>3.1.0</hadoop.version>
<curator.version>2.12.0</curator.version>
Expand Down

0 comments on commit 52a8c28

Please sign in to comment.