We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0956af9 commit ab94aa1Copy full SHA for ab94aa1
yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
@@ -505,7 +505,7 @@ object Client {
505
Path.SEPARATOR + APP_JAR)
506
cachedSecondaryJarLinks.foreach(jarLink =>
507
Apps.addToEnvironment(env, Environment.CLASSPATH.name, Environment.PWD.$() +
508
- Path.SEPARATOR + jarLink))
+ Path.SEPARATOR + jarLink))
509
}
510
511
Path.SEPARATOR + SPARK_JAR)
0 commit comments