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

    https://github.com/apache/spark/pull/7872#discussion_r36231875
  
    --- Diff: 
yarn/src/main/scala/org/apache/spark/deploy/yarn/ExecutorRunnable.scala ---
    @@ -146,11 +146,11 @@ class ExecutorRunnable(
         javaOpts += "-Xmx" + executorMemoryString
     
         // Set extra Java options for the executor, if defined
    -    sys.props.get("spark.executor.extraJavaOptions").foreach { opts =>
    -      javaOpts ++= 
Utils.splitCommandString(opts).map(YarnSparkHadoopUtil.escapeForShell)
    -    }
    +    sys.props.get("spark.executor.extraJavaOptions").map(
    --- End diff --
    
    Sorry, I was looking for something like "SelectMany" from .Net and after 
not finding it, I forgot to turn it back. Very sloppy of me, my apologies....


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