aboutsummaryrefslogtreecommitdiff
path: root/project
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 /project
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 'project')
-rw-r--r--project/SparkBuild.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index f0d2e74148..220894affb 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -277,7 +277,7 @@ object SparkBuild extends Build {
"org.apache.hadoop" % hadoopClient % hadoopVersion excludeAll(excludeJackson, excludeNetty, excludeAsm, excludeCglib, excludeCommonsLogging, excludeSLF4J),
"org.apache.avro" % "avro" % "1.7.4",
"org.apache.avro" % "avro-ipc" % "1.7.4" excludeAll(excludeNetty),
- "org.apache.zookeeper" % "zookeeper" % "3.4.5" excludeAll(excludeNetty),
+ "org.apache.curator" % "curator-recipes" % "2.4.0" excludeAll(excludeNetty),
"com.codahale.metrics" % "metrics-core" % "3.0.0",
"com.codahale.metrics" % "metrics-jvm" % "3.0.0",
"com.codahale.metrics" % "metrics-json" % "3.0.0",