aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorHarvey Feng <harvey@databricks.com>2013-11-23 17:07:19 -0800
committerHarvey Feng <harvey@databricks.com>2013-11-23 17:08:30 -0800
commit4f1c3fa5d7e6fe509b1cea550eaa213a185ec964 (patch)
treeab0793e9b994f0837d4a7e3746942ca5cdae9039 /core
parentab8652f2d3bf4aa28430867a83cad5ca0f9c1091 (diff)
downloadspark-4f1c3fa5d7e6fe509b1cea550eaa213a185ec964.tar.gz
spark-4f1c3fa5d7e6fe509b1cea550eaa213a185ec964.tar.bz2
spark-4f1c3fa5d7e6fe509b1cea550eaa213a185ec964.zip
Hadoop 2.2 YARN API migration for `SPARK_HOME/new-yarn`
Diffstat (limited to 'core')
-rw-r--r--core/src/main/scala/org/apache/spark/SparkContext.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/scala/org/apache/spark/SparkContext.scala b/core/src/main/scala/org/apache/spark/SparkContext.scala
index 42b2985b50..fad54683bc 100644
--- a/core/src/main/scala/org/apache/spark/SparkContext.scala
+++ b/core/src/main/scala/org/apache/spark/SparkContext.scala
@@ -81,7 +81,7 @@ class SparkContext(
val sparkHome: String = null,
val jars: Seq[String] = Nil,
val environment: Map[String, String] = Map(),
- // This is used only by yarn for now, but should be relevant to other cluster types (mesos, etc)
+ // This is used only by YARN for now, but should be relevant to other cluster types (Mesos, etc)
// too. This is typically generated from InputFormatInfo.computePreferredLocations .. host, set
// of data-local splits on host
val preferredNodeLocationData: scala.collection.Map[String, scala.collection.Set[SplitInfo]] =