sparkR.uiWebUrl: Get the URL of the SparkUI instance for the current active...

Description Usage Value Note Examples

View source: R/sparkR.R

Description

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

Usage

1

Value

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

Note

sparkR.uiWebUrl since 2.1.1

Examples

1
2
3
4
5
## Not run: 
sparkR.session()
url <- sparkR.uiWebUrl()

## End(Not run)

SparkR documentation built on June 3, 2021, 5:05 p.m.