Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
import misplaced
  • Loading branch information
NirmalReddy committed Mar 26, 2014
commit ac54b29e7a2db23b44c94e481cf9f94cdd22a8b3
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ package org.apache.spark.deploy.master
import scala.collection.JavaConversions._

import akka.serialization.Serialization

import org.apache.curator.framework.CuratorFramework
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import org.apache.spark.{Logging, SparkConf}
import org.apache.zookeeper.CreateMode

import org.apache.spark.{Logging, SparkConf}

class ZooKeeperPersistenceEngine(serialization: Serialization, conf: SparkConf)
extends PersistenceEngine
with Logging
Expand Down