Get Runtime Config from the current active SparkSession
sparkR.conf.Rd
Get Runtime Config from the current active SparkSession.
To change SparkSession Runtime Config, please see sparkR.session()
.
Examples
if (FALSE) { # \dontrun{
sparkR.session()
allConfigs <- sparkR.conf()
masterValue <- unlist(sparkR.conf("spark.master"))
namedConfig <- sparkR.conf("spark.executor.memory", "0g")
} # }