2016-08-03 08:03:55 +03:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/AzureSpark.R
2016-12-20 12:10:43 +03:00
\name{azureSparkShowURL}
\alias{azureSparkShowURL}
\title{Show Spark log Output.}
2016-08-03 08:03:55 +03:00
\usage{
2016-12-20 12:10:43 +03:00
azureSparkShowURL(azureActiveContext, URL)
2016-08-03 08:03:55 +03:00
}
\arguments{
2017-09-27 12:04:48 +03:00
\item{azureActiveContext}{A container used for caching variables used by \code{AzureSMR}, created by \code{\link[=createAzureContext]{createAzureContext()}}}
2016-12-17 18:49:53 +03:00
\item{URL}{URL}
2016-08-03 08:03:55 +03:00
}
2016-12-17 00:18:42 +03:00
\description{
2016-12-20 12:10:43 +03:00
Show Spark log Output.
2016-12-17 00:18:42 +03:00
}
\seealso{
2016-12-21 15:26:53 +03:00
Other Spark functions: \code{\link{azureSparkCMD}},
2016-12-20 12:10:43 +03:00
\code{\link{azureSparkJob}},
\code{\link{azureSparkListJobs}},
\code{\link{azureSparkListSessions}},
\code{\link{azureSparkNewSession}},
\code{\link{azureSparkStopSession}}
2016-12-17 00:18:42 +03:00
}