AzureSMR/man/azureSparkNewSession.Rd

34 строки
1022 B
Plaintext
Исходник Обычный вид История

2016-08-03 08:03:55 +03:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/AzureSpark.R
\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{
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
\item{clustername}{Cluster name, used for HDI and Spark clusters. See \code{\link[=azureCreateHDI]{azureCreateHDI()}}}
2016-08-03 08:03:55 +03:00
\item{hdiAdmin}{HDInsight admin username}
2016-08-03 08:03:55 +03:00
\item{hdiPassword}{HDInsight admin password}
2016-08-03 08:03:55 +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{
Other Spark functions: \code{\link{azureSparkCMD}},
\code{\link{azureSparkJob}},
\code{\link{azureSparkListJobs}},
\code{\link{azureSparkListSessions}},
\code{\link{azureSparkShowURL}},
\code{\link{azureSparkStopSession}}
2016-12-17 00:18:42 +03:00
}