File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
yarn/src/main/scala/org/apache/spark/deploy/yarn Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,7 @@ private[spark] class Client(
380380 * This sets up the launch environment, java options, and the command for launching the AM.
381381 */
382382 private def createContainerLaunchContext (newAppResponse : GetNewApplicationResponse )
383- : ContainerLaunchContext = {
383+ : ContainerLaunchContext = {
384384 logInfo(" Setting up container launch context for our AM" )
385385
386386 val appId = newAppResponse.getApplicationId
@@ -695,7 +695,7 @@ object Client extends Logging {
695695 new Client (args, sparkConf).run()
696696 }
697697
698- // Alias for the Spark assembly jar, the user jar and PySpark archives
698+ // Alias for the Spark assembly jar and the user jar
699699 val SPARK_JAR : String = " __spark__.jar"
700700 val APP_JAR : String = " __app__.jar"
701701
You can’t perform that action at this time.
0 commit comments