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{azureSparkNewSession}
|
|
|
|
\alias{azureSparkNewSession}
|
2016-12-17 00:18:42 +03:00
|
|
|
\title{Create new Spark Session.}
|
2016-08-03 08:03:55 +03:00
|
|
|
\usage{
|
2016-12-20 12:10:43 +03:00
|
|
|
azureSparkNewSession(azureActiveContext, clustername, hdiAdmin, hdiPassword,
|
|
|
|
kind = "spark", verbose = FALSE)
|
2016-08-03 08:03:55 +03:00
|
|
|
}
|
|
|
|
\arguments{
|
2017-05-23 23:39:39 +03:00
|
|
|
\item{azureActiveContext}{A container used for caching variables used by \code{AzureSMR}}
|
2016-08-03 08:03:55 +03:00
|
|
|
|
2017-05-21 22:41:51 +03:00
|
|
|
\item{clustername}{Cluster name, used for HDI and Spark clusters. See \code{\link[=azureCreateHDI]{azureCreateHDI()}}}
|
2016-08-03 08:03:55 +03:00
|
|
|
|
2016-12-21 15:26:53 +03:00
|
|
|
\item{hdiAdmin}{HDInsight admin username}
|
2016-08-03 08:03:55 +03:00
|
|
|
|
2016-12-21 15:26:53 +03:00
|
|
|
\item{hdiPassword}{HDInsight admin password}
|
2016-08-03 08:03:55 +03:00
|
|
|
|
2016-12-21 15:26:53 +03:00
|
|
|
\item{kind}{HDinsight kind: "hadoop","spark" or "pyspark"}
|
2016-08-03 08:03:55 +03:00
|
|
|
|
2016-11-07 20:13:24 +03:00
|
|
|
\item{verbose}{Print Tracing information (Default False)}
|
2016-08-03 08:03:55 +03:00
|
|
|
}
|
2016-12-17 00:18:42 +03:00
|
|
|
\description{
|
|
|
|
Create new Spark Session.
|
|
|
|
}
|
|
|
|
\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{azureSparkShowURL}},
|
|
|
|
\code{\link{azureSparkStopSession}}
|
2016-12-17 00:18:42 +03:00
|
|
|
}
|