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

    https://github.com/apache/spark/pull/19793#discussion_r153080692
  
    --- 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 --
    
    we might be able to set this here - we need to have it working with 
multiple versions of scala


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to