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

    https://github.com/apache/spark/pull/16827#discussion_r99776038
  
    --- Diff: core/src/test/scala/org/apache/spark/SparkConfSuite.scala ---
    @@ -131,9 +131,8 @@ class SparkConfSuite extends SparkFunSuite with 
LocalSparkContext with ResetSyst
       }
     
       test("SparkContext property overriding") {
    -    val conf = new SparkConf(false).setMaster("local").setAppName("My app")
    +    val conf = new SparkConf(false).setAppName("My app")
         sc = new SparkContext("local[2]", "My other app", conf)
    -    assert(sc.master === "local[2]")
         assert(sc.appName === "My other app")
    --- End diff --
    
    remove it, as it can not be overrode.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to