sparkR.uiWebUrl {SparkR}R Documentation

Get the URL of the SparkUI instance for the current active SparkSession

Description

Get the URL of the SparkUI instance for the current active SparkSession.

Usage

sparkR.uiWebUrl()

Value

the SparkUI URL, or NA if it is disabled, or not started.

Note

sparkR.uiWebUrl since 2.1.1

Examples

## Not run: 
##D sparkR.session()
##D url <- sparkR.uiWebUrl()
## End(Not run)

[Package SparkR version 2.3.1 Index]