Skip to content

Commit

Permalink
change the file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiXinXiaoLei committed Jan 29, 2015
1 parent f4e7b9e commit adcb14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/SparkContext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@ class SparkContext(config: SparkConf) extends Logging with ExecutorAllocationCli
val cleanedFunc = clean(func)
logInfo("Starting job: " + callSite.shortForm)
if (conf.getBoolean("spark.rddDebug.enable", false)) {
logInfo("toDebugString: " + rdd.toDebugString)
logInfo("RDD.toDebugString:\n" + rdd.toDebugString)
}
dagScheduler.runJob(rdd, cleanedFunc, partitions, callSite, allowLocal,
resultHandler, localProperties.get)
Expand Down

0 comments on commit adcb14f

Please sign in to comment.