sparkR.uiWebUrl {SparkR} | R Documentation |
Get the URL of the SparkUI instance for the current active SparkSession.
sparkR.uiWebUrl()
the SparkUI URL, or NA if it is disabled, or not started.
sparkR.uiWebUrl since 2.1.1
## Not run:
##D sparkR.session()
##D url <- sparkR.uiWebUrl()
## End(Not run)