Github user Gschiavon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19793#discussion_r153131125
  
    --- Diff: 
core/src/test/scala/org/apache/spark/deploy/rest/SubmitRestProtocolSuite.scala 
---
    @@ -86,6 +86,8 @@ class SubmitRestProtocolSuite extends SparkFunSuite {
         message.clientSparkVersion = "1.2.3"
         message.appResource = "honey-walnut-cherry.jar"
         message.mainClass = "org.apache.spark.examples.SparkPie"
    +    message.appArgs = Array("hdfs://tmp/auth")
    +    message.environmentVariables = Map("SPARK_SCALA_VERSION" -> "2.11")
    --- End diff --
    
    In this case it's just a name, I could change it in order to make it clear!


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to