Renamed setCurrentJobDescription to setJobDescription.

This commit is contained in:
Reynold Xin 2013-08-14 18:40:53 -07:00
parent 3886b54933
commit 290e3e6e65

View file

@ -279,7 +279,7 @@ class SparkContext(
}
/** Set a human readable description of the current job. */
def setCurrentJobDescription(value: String) {
def setJobDescription(value: String) {
setLocalProperty(SparkContext.SPARK_JOB_DESCRIPTION, value)
}