We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5ff3e commit ac54b29Copy full SHA for ac54b29
core/src/main/scala/org/apache/spark/deploy/master/ZooKeeperPersistenceEngine.scala
@@ -20,11 +20,11 @@ package org.apache.spark.deploy.master
20
import scala.collection.JavaConversions._
21
22
import akka.serialization.Serialization
23
-
24
import org.apache.curator.framework.CuratorFramework
25
-import org.apache.spark.{Logging, SparkConf}
26
import org.apache.zookeeper.CreateMode
27
+import org.apache.spark.{Logging, SparkConf}
+
28
class ZooKeeperPersistenceEngine(serialization: Serialization, conf: SparkConf)
29
extends PersistenceEngine
30
with Logging
0 commit comments