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

    https://github.com/apache/spark/pull/2711#discussion_r19253416
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/SparkSubmitDriverBootstrapper.scala 
---
    @@ -130,6 +121,14 @@ private[spark] object SparkSubmitDriverBootstrapper {
         // Start the driver JVM
         val filteredCommand = command.filter(_.nonEmpty)
         val builder = new ProcessBuilder(filteredCommand)
    +    val env = builder.environment()
    +
    +    // SPARK_SUBMIT_LIBRARY_PATH is already captured in JAVA_OPTS
    --- End diff --
    
    This comment should be inside the `if` case


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