From 30328c347bb9974f551fea2d3e9b19c6a9cd25a9 Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Mon, 13 Jan 2014 15:58:39 -0800 Subject: Updated JavaStreamingContext to make scaladoc compile. `sbt/sbt doc` used to fail. This fixed it. --- .../org/apache/spark/streaming/api/java/JavaStreamingContext.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'streaming/src') diff --git a/streaming/src/main/scala/org/apache/spark/streaming/api/java/JavaStreamingContext.scala b/streaming/src/main/scala/org/apache/spark/streaming/api/java/JavaStreamingContext.scala index a2f0b88cb0..108950466a 100644 --- a/streaming/src/main/scala/org/apache/spark/streaming/api/java/JavaStreamingContext.scala +++ b/streaming/src/main/scala/org/apache/spark/streaming/api/java/JavaStreamingContext.scala @@ -132,7 +132,7 @@ class JavaStreamingContext(val ssc: StreamingContext) { * Re-creates a StreamingContext from a checkpoint file. * @param path Path to the directory that was specified as the checkpoint directory */ - def this(path: String) = this(new StreamingContext(path)) + def this(path: String) = this(new StreamingContext(path, new Configuration)) /** * Re-creates a StreamingContext from a checkpoint file. -- cgit v1.2.3