Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sephiroth-Lin committed Apr 22, 2015
1 parent d012cde commit 5d9bcb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ private[spark] class Client(
* This sets up the launch environment, java options, and the command for launching the AM.
*/
private def createContainerLaunchContext(newAppResponse: GetNewApplicationResponse)
: ContainerLaunchContext = {
: ContainerLaunchContext = {
logInfo("Setting up container launch context for our AM")

val appId = newAppResponse.getApplicationId
Expand Down Expand Up @@ -695,7 +695,7 @@ object Client extends Logging {
new Client(args, sparkConf).run()
}

// Alias for the Spark assembly jar, the user jar and PySpark archives
// Alias for the Spark assembly jar and the user jar
val SPARK_JAR: String = "__spark__.jar"
val APP_JAR: String = "__app__.jar"

Expand Down

0 comments on commit 5d9bcb6

Please sign in to comment.