Skip to content
Snippets Groups Projects
Commit 4d009dca authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Removing use in test

parent 3c254f2e
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,6 @@ import org.apache.spark.storage.{BlockId, StorageLevel, TestBlockId} ...@@ -26,8 +26,6 @@ import org.apache.spark.storage.{BlockId, StorageLevel, TestBlockId}
import org.apache.spark.util.Utils import org.apache.spark.util.Utils
class CheckpointSuite extends FunSuite with LocalSparkContext with Logging { class CheckpointSuite extends FunSuite with LocalSparkContext with Logging {
initLogging()
var checkpointDir: File = _ var checkpointDir: File = _
val partitioner = new HashPartitioner(2) val partitioner = new HashPartitioner(2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment