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: sparkR.session() url <- sparkR.uiWebUrl() ## End(Not run)