You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2017/06/11 09:05:50 UTC

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

Repository: spark
Updated Branches:
  refs/heads/master eb3ea3a08 -> 823f1eef5


[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 <wg...@gmail.com>

Closes #18247 from wangyum/SPARK-13933.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/823f1eef
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/823f1eef
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/823f1eef

Branch: refs/heads/master
Commit: 823f1eef580763048b08b640090519e884f29c47
Parents: eb3ea3a
Author: Yuming Wang <wg...@gmail.com>
Authored: Sun Jun 11 10:05:47 2017 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Sun Jun 11 10:05:47 2017 +0100

----------------------------------------------------------------------
 dev/deps/spark-deps-hadoop-2.7 | 6 +++---
 pom.xml                        | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/823f1eef/dev/deps/spark-deps-hadoop-2.7
----------------------------------------------------------------------
diff --git a/dev/deps/spark-deps-hadoop-2.7 b/dev/deps/spark-deps-hadoop-2.7
index ab1de3d..9127413 100644
--- a/dev/deps/spark-deps-hadoop-2.7
+++ b/dev/deps/spark-deps-hadoop-2.7
@@ -47,9 +47,9 @@ commons-net-2.2.jar
 commons-pool-1.5.4.jar
 compress-lzf-1.0.3.jar
 core-1.1.2.jar
-curator-client-2.6.0.jar
-curator-framework-2.6.0.jar
-curator-recipes-2.6.0.jar
+curator-client-2.7.1.jar
+curator-framework-2.7.1.jar
+curator-recipes-2.7.1.jar
 datanucleus-api-jdo-3.2.6.jar
 datanucleus-core-3.2.10.jar
 datanucleus-rdbms-3.2.9.jar

http://git-wip-us.apache.org/repos/asf/spark/blob/823f1eef/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6835ea1..5f52407 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2532,6 +2532,7 @@
       <id>hadoop-2.7</id>
       <properties>
         <hadoop.version>2.7.3</hadoop.version>
+        <curator.version>2.7.1</curator.version>
       </properties>
     </profile>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org