36 строки
1.3 KiB
R
36 строки
1.3 KiB
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/AzureSpark.R
|
|
\name{azureSparkCMD}
|
|
\alias{azureSparkCMD}
|
|
\title{Send Spark Statements/comamnds (REPL/Interactive mode).}
|
|
\usage{
|
|
azureSparkCMD(azureActiveContext, CMD, clustername, hdiAdmin, hdiPassword,
|
|
sessionID, verbose = FALSE)
|
|
}
|
|
\arguments{
|
|
\item{azureActiveContext}{A container used for caching variables used by \code{AzureSMR}, created by \code{\link[=createAzureContext]{createAzureContext()}}}
|
|
|
|
\item{CMD}{CMD}
|
|
|
|
\item{clustername}{Cluster name, used for HDI and Spark clusters. See \code{\link[=azureCreateHDI]{azureCreateHDI()}}}
|
|
|
|
\item{hdiAdmin}{HDInsight admin username. See \code{\link[=azureCreateHDI]{azureCreateHDI()}}}
|
|
|
|
\item{hdiPassword}{HDInsight admin password. See \code{\link[=azureCreateHDI]{azureCreateHDI()}}}
|
|
|
|
\item{sessionID}{Spark sessionID. See \code{\link[=azureSparkCMD]{azureSparkCMD()}}}
|
|
|
|
\item{verbose}{Print Tracing information (Default False)}
|
|
}
|
|
\description{
|
|
Send Spark Statements/comamnds (REPL/Interactive mode).
|
|
}
|
|
\seealso{
|
|
Other Spark functions: \code{\link{azureSparkJob}},
|
|
\code{\link{azureSparkListJobs}},
|
|
\code{\link{azureSparkListSessions}},
|
|
\code{\link{azureSparkNewSession}},
|
|
\code{\link{azureSparkShowURL}},
|
|
\code{\link{azureSparkStopSession}}
|
|
}
|