Skip to content
Snippets Groups Projects
Commit 9ecc40d3 authored by Chen Chao's avatar Chen Chao Committed by Reynold Xin
Browse files

correct tiny comment error

Author: Chen Chao <crazyjvm@gmail.com>

Closes #928 from CrazyJvm/patch-8 and squashes the following commits:

144328b [Chen Chao] correct tiny comment error
parent cf989601
No related branches found
No related tags found
No related merge requests found
...@@ -76,8 +76,8 @@ class SparkContext(config: SparkConf) extends Logging { ...@@ -76,8 +76,8 @@ class SparkContext(config: SparkConf) extends Logging {
* :: DeveloperApi :: * :: DeveloperApi ::
* Alternative constructor for setting preferred locations where Spark will create executors. * Alternative constructor for setting preferred locations where Spark will create executors.
* *
* @param preferredNodeLocationData used in YARN mode to select nodes to launch containers on. Ca * @param preferredNodeLocationData used in YARN mode to select nodes to launch containers on.
* be generated using [[org.apache.spark.scheduler.InputFormatInfo.computePreferredLocations]] * Can be generated using [[org.apache.spark.scheduler.InputFormatInfo.computePreferredLocations]]
* from a list of input files or InputFormats for the application. * from a list of input files or InputFormats for the application.
*/ */
@DeveloperApi @DeveloperApi
......
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