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

    https://github.com/apache/spark/pull/14784#discussion_r76032597
  
    --- Diff: R/pkg/R/sparkR.R ---
    @@ -503,6 +507,10 @@ sparkConfToSubmitOps[["spark.driver.memory"]]          
 <- "--driver-memory"
     sparkConfToSubmitOps[["spark.driver.extraClassPath"]]   <- 
"--driver-class-path"
     sparkConfToSubmitOps[["spark.driver.extraJavaOptions"]] <- 
"--driver-java-options"
     sparkConfToSubmitOps[["spark.driver.extraLibraryPath"]] <- 
"--driver-library-path"
    +sparkConfToSubmitOps[["spark.master"]] <- "--master"
    --- End diff --
    
    I'm not sure we should do this. Please see L517 - these are supposed to be 
conf properties that could not be set later


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