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

    https://github.com/apache/spark/pull/21589#discussion_r203235747
  
    --- Diff: R/pkg/R/context.R ---
    @@ -437,3 +437,33 @@ setCheckpointDir <- function(directory) {
       sc <- getSparkContext()
       invisible(callJMethod(sc, "setCheckpointDir", 
suppressWarnings(normalizePath(directory))))
     }
    +
    +#' Total number of CPU cores of all executors registered in the cluster at 
the moment
    +#' and potentially available to jobs submitted via the Spark context.
    +#'
    --- End diff --
    
    and `This method is experimental, and its behavior can be changed in the 
next releases.` too.


---

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

Reply via email to