aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-12-31 00:01:44 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-12-31 00:01:44 -0800
commit4d009dcac61776e455e7757ebf61630614b16fde (patch)
tree6ec86a4a66eb432de5908061346fdfea2f9244e7 /core
parent3c254f2eec87fbb9de4589816102245e01b0d42c (diff)
downloadspark-4d009dcac61776e455e7757ebf61630614b16fde.tar.gz
spark-4d009dcac61776e455e7757ebf61630614b16fde.tar.bz2
spark-4d009dcac61776e455e7757ebf61630614b16fde.zip
Removing use in test
Diffstat (limited to 'core')
-rw-r--r--core/src/test/scala/org/apache/spark/CheckpointSuite.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/test/scala/org/apache/spark/CheckpointSuite.scala b/core/src/test/scala/org/apache/spark/CheckpointSuite.scala
index f25d921d3f..70bfb81661 100644
--- a/core/src/test/scala/org/apache/spark/CheckpointSuite.scala
+++ b/core/src/test/scala/org/apache/spark/CheckpointSuite.scala
@@ -26,8 +26,6 @@ import org.apache.spark.storage.{BlockId, StorageLevel, TestBlockId}
import org.apache.spark.util.Utils
class CheckpointSuite extends FunSuite with LocalSparkContext with Logging {
- initLogging()
-
var checkpointDir: File = _
val partitioner = new HashPartitioner(2)