Skip to content

Commit

Permalink
change log info
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiXinXiaoLei committed Feb 10, 2015
1 parent 83c2b32 commit c27ee76
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.logLineage", false)) {
logInfo("RDD.toDebugString:\n" + rdd.toDebugString)
logInfo("RDD.logLineage:\n" + rdd.toDebugString)
}
dagScheduler.runJob(rdd, cleanedFunc, partitions, callSite, allowLocal,
resultHandler, localProperties.get)
Expand Down

0 comments on commit c27ee76

Please sign in to comment.