aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChen Chao <crazyjvm@gmail.com>2014-05-31 00:06:49 -0700
committerReynold Xin <rxin@apache.org>2014-05-31 00:06:49 -0700
commit9ecc40d3aeff0eb113f16df55f4249d8143f37f1 (patch)
tree99e38c8f34d558ba9b5ea0db74b07b22dd1d1240 /core
parentcf989601d0e784e1c3507720e64636891fe28292 (diff)
downloadspark-9ecc40d3aeff0eb113f16df55f4249d8143f37f1.tar.gz
spark-9ecc40d3aeff0eb113f16df55f4249d8143f37f1.tar.bz2
spark-9ecc40d3aeff0eb113f16df55f4249d8143f37f1.zip
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
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/org/apache/spark/SparkContext.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/scala/org/apache/spark/SparkContext.scala b/core/src/main/scala/org/apache/spark/SparkContext.scala
index 03ceff8bf1..d941aea9d7 100644
--- a/core/src/main/scala/org/apache/spark/SparkContext.scala
+++ b/core/src/main/scala/org/apache/spark/SparkContext.scala
@@ -76,8 +76,8 @@ class SparkContext(config: SparkConf) extends Logging {
* :: DeveloperApi ::
* 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
- * be generated using [[org.apache.spark.scheduler.InputFormatInfo.computePreferredLocations]]
+ * @param preferredNodeLocationData used in YARN mode to select nodes to launch containers on.
+ * Can be generated using [[org.apache.spark.scheduler.InputFormatInfo.computePreferredLocations]]
* from a list of input files or InputFormats for the application.
*/
@DeveloperApi