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

    https://github.com/apache/spark/pull/18382#discussion_r123420890
  
    --- Diff: R/pkg/R/context.R ---
    @@ -295,6 +295,23 @@ setCheckpointDirSC <- function(sc, dirName) {
       invisible(callJMethod(sc, "setCheckpointDir", 
suppressWarnings(normalizePath(dirName))))
     }
     
    +#' Set a human readable description of the current job.
    +#'
    +#' Set a description that is shown as a job description in UI.
    +#'
    +#' @rdname setJobDescription
    +#' @param value The job description of the current job.
    +#' @export
    +#' @examples
    +#'\dontrun{
    +#' setJobDescription("This is an example job.")
    +#'}
    +#' @note setJobDescription since 2.3.0
    +setJobDescription <- function(value) {
    --- End diff --
    
    and this should probably go to 
https://github.com/apache/spark/blob/422aa67d1bb84f913b06e6d94615adb6557e2870/R/pkg/R/sparkR.R#L536


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to