SparkR (version 2.1.2)

sparkR.uiWebUrl: 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()

Arguments

Value

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

Examples

Run this code
# NOT RUN {
sparkR.session()
url <- sparkR.uiWebUrl()
# }

Run the code above in your browser using DataLab