aboutsummaryrefslogtreecommitdiff
path: root/core/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 /core/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 'core/pom.xml')
-rw-r--r--core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 5576b0c3b4..f209704f31 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -55,8 +55,8 @@
<artifactId>avro-ipc</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper</artifactId>
+ <groupId>org.apache.curator</groupId>
+ <artifactId>curator-recipes</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>