Skip to content

Commit 5d9bcb6

Browse files
committed
Update
1 parent d012cde commit 5d9bcb6

File tree

1 file changed

+2
-2
lines changed
  • yarn/src/main/scala/org/apache/spark/deploy/yarn

1 file changed

+2
-2
lines changed

yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)