aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ash <andrew@andrewash.com>2017-04-17 17:56:33 -0700
committerReynold Xin <rxin@databricks.com>2017-04-17 17:56:33 -0700
commit0075562dd2551a31c35ca26922d6bd73cdb78ea4 (patch)
tree34610fd1628d722e092eee11af8627c766cd6f04
parente5fee3e4f853f906f0b476bb04ee35a15f1ae650 (diff)
downloadspark-0075562dd2551a31c35ca26922d6bd73cdb78ea4.tar.gz
spark-0075562dd2551a31c35ca26922d6bd73cdb78ea4.tar.bz2
spark-0075562dd2551a31c35ca26922d6bd73cdb78ea4.zip
Typo fix: distitrbuted -> distributed
## What changes were proposed in this pull request? Typo fix: distitrbuted -> distributed ## How was this patch tested? Existing tests Author: Andrew Ash <andrew@andrewash.com> Closes #17664 from ash211/patch-1.
-rw-r--r--resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala b/resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
index 424bbca123..b817570c0a 100644
--- a/resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
+++ b/resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
@@ -577,7 +577,7 @@ private[spark] class Client(
).foreach { case (flist, resType, addToClasspath) =>
flist.foreach { file =>
val (_, localizedPath) = distribute(file, resType = resType)
- // If addToClassPath, we ignore adding jar multiple times to distitrbuted cache.
+ // If addToClassPath, we ignore adding jar multiple times to distributed cache.
if (addToClasspath) {
if (localizedPath != null) {
cachedSecondaryJarLinks += localizedPath