Skip to content

Commit 0075562

Browse files
ash211rxin
authored andcommitted
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 <[email protected]> Closes #17664 from ash211/patch-1.
1 parent e5fee3e commit 0075562

File tree

1 file changed

+1
-1
lines changed
  • resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn

1 file changed

+1
-1
lines changed

resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ private[spark] class Client(
577577
).foreach { case (flist, resType, addToClasspath) =>
578578
flist.foreach { file =>
579579
val (_, localizedPath) = distribute(file, resType = resType)
580-
// If addToClassPath, we ignore adding jar multiple times to distitrbuted cache.
580+
// If addToClassPath, we ignore adding jar multiple times to distributed cache.
581581
if (addToClasspath) {
582582
if (localizedPath != null) {
583583
cachedSecondaryJarLinks += localizedPath

0 commit comments

Comments
 (0)