Skip to content
Snippets Groups Projects
Commit 823f1eef authored by Yuming Wang's avatar Yuming Wang Committed by Sean Owen
Browse files

[SPARK-13933][BUILD] Update hadoop-2.7 profile's curator version to 2.7.1

## What changes were proposed in this pull request?

Update hadoop-2.7 profile's curator version to 2.7.1, more see [SPARK-13933](https://issues.apache.org/jira/browse/SPARK-13933).

## How was this patch tested?

manual tests

Author: Yuming Wang <wgyumg@gmail.com>

Closes #18247 from wangyum/SPARK-13933.
parent eb3ea3a0
No related branches found
No related tags found
No related merge requests found
...@@ -47,9 +47,9 @@ commons-net-2.2.jar ...@@ -47,9 +47,9 @@ commons-net-2.2.jar
commons-pool-1.5.4.jar commons-pool-1.5.4.jar
compress-lzf-1.0.3.jar compress-lzf-1.0.3.jar
core-1.1.2.jar core-1.1.2.jar
curator-client-2.6.0.jar curator-client-2.7.1.jar
curator-framework-2.6.0.jar curator-framework-2.7.1.jar
curator-recipes-2.6.0.jar curator-recipes-2.7.1.jar
datanucleus-api-jdo-3.2.6.jar datanucleus-api-jdo-3.2.6.jar
datanucleus-core-3.2.10.jar datanucleus-core-3.2.10.jar
datanucleus-rdbms-3.2.9.jar datanucleus-rdbms-3.2.9.jar
......
...@@ -2532,6 +2532,7 @@ ...@@ -2532,6 +2532,7 @@
<id>hadoop-2.7</id> <id>hadoop-2.7</id>
<properties> <properties>
<hadoop.version>2.7.3</hadoop.version> <hadoop.version>2.7.3</hadoop.version>
<curator.version>2.7.1</curator.version>
</properties> </properties>
</profile> </profile>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment