aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorRaymond Liu <raymond.liu@intel.com>2014-02-24 23:20:38 -0800
committerAaron Davidson <aaron@databricks.com>2014-02-24 23:20:38 -0800
commitc852201ce95c7c982ff3794c114427eb33e92922 (patch)
tree35a14cde2a51f33528959c1e608e216a0207240f /pom.xml
parent1f4c7f7ecc9d2393663fc4d059e71fe4c70bad84 (diff)
downloadspark-c852201ce95c7c982ff3794c114427eb33e92922.tar.gz
spark-c852201ce95c7c982ff3794c114427eb33e92922.tar.bz2
spark-c852201ce95c7c982ff3794c114427eb33e92922.zip
For SPARK-1082, Use Curator for ZK interaction in standalone cluster
Author: Raymond Liu <raymond.liu@intel.com> Closes #611 from colorant/curator and squashes the following commits: 7556aa1 [Raymond Liu] Address review comments af92e1f [Raymond Liu] Fix coding style 964f3c2 [Raymond Liu] Ignore NodeExists exception 6df2966 [Raymond Liu] Rewrite zookeeper client code with curator
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 3a530685b8..4f1e8398d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,9 +393,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
- <version>3.4.5</version>
+ <groupId>org.apache.curator</groupId>
+ <artifactId>curator-recipes</artifactId>
+ <version>2.4.0</version>
<exclusions>
<exclusion>
<groupId>org.jboss.netty</groupId>