Welcome! ようこそ! 歡迎訪問!

My IP Address

软件下载中心

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.4.6 Index]