Skip to content
Snippets Groups Projects
Commit dc041cd3 authored by Reynold Xin's avatar Reynold Xin
Browse files

Merge branch 'scaladoc1' of github.com:rxin/incubator-spark into graphx

parents e2d25d2d 30328c34
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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