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

    https://github.com/apache/spark/pull/3523#discussion_r21353961
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkEnv.scala ---
    @@ -156,7 +156,7 @@ object SparkEnv extends Logging {
         assert(conf.contains("spark.driver.port"), "spark.driver.port is not 
set on the driver!")
         val hostname = conf.get("spark.driver.host")
         val port = conf.get("spark.driver.port").toInt
    -    create(conf, SparkContext.DRIVER_IDENTIFIER, hostname, port, true, 
isLocal, listenerBus)
    +    create(conf, SparkContext.DRIVER_IDENTIFIER, hostname, port, isDriver 
= true, isLocal, listenerBus)
    --- End diff --
    
    This line failed `scalastyle` because it's too long.


---
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