Skip to content
Snippets Groups Projects
Commit edd82c58 authored by Mridul Muralidharan's avatar Mridul Muralidharan
Browse files

Use method, not variable

parent 1a0da892
No related branches found
No related tags found
No related merge requests found
......@@ -401,7 +401,7 @@ class JavaSparkContext(val sc: SparkContext) extends JavaSparkContextVarargsWork
sc.setCheckpointDir(dir)
}
def getCheckpointDir = sc.checkpointDir.getOrElse(null)
def getCheckpointDir = sc.getCheckpointDir.getOrElse(null)
protected def checkpointFile[T](path: String): JavaRDD[T] = {
implicit val cm: ClassTag[T] =
......
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