Skip to content

Commit 9ecc40d

Browse files
CrazyJvmrxin
authored andcommitted
correct tiny comment error
Author: Chen Chao <[email protected]> Closes apache#928 from CrazyJvm/patch-8 and squashes the following commits: 144328b [Chen Chao] correct tiny comment error
1 parent cf98960 commit 9ecc40d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/scala/org/apache/spark/SparkContext.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ class SparkContext(config: SparkConf) extends Logging {
7676
* :: DeveloperApi ::
7777
* Alternative constructor for setting preferred locations where Spark will create executors.
7878
*
79-
* @param preferredNodeLocationData used in YARN mode to select nodes to launch containers on. Ca
80-
* be generated using [[org.apache.spark.scheduler.InputFormatInfo.computePreferredLocations]]
79+
* @param preferredNodeLocationData used in YARN mode to select nodes to launch containers on.
80+
* Can be generated using [[org.apache.spark.scheduler.InputFormatInfo.computePreferredLocations]]
8181
* from a list of input files or InputFormats for the application.
8282
*/
8383
@DeveloperApi

0 commit comments

Comments
 (0)