AzureSMR/man/azureHiveSQL.Rd

31 строка
1005 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/AzureHive.R
\name{azureHiveSQL}
\alias{azureHiveSQL}
\title{Submit SQL command to Hive Service.}
\usage{
azureHiveSQL(azureActiveContext, CMD, clustername, hdiAdmin, hdiPassword,
path = "wasb:///tmp/", verbose = FALSE)
}
\arguments{
\item{azureActiveContext}{A container used for caching variables used by \code{AzureSMR}, created by \code{\link[=createAzureContext]{createAzureContext()}}}
\item{CMD}{SQl COmmand String}
\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{path}{path}
\item{verbose}{If TRUE, prints verbose messages}
}
\description{
Submit SQL command to Hive Service.
}
\seealso{
Other Hive functions: \code{\link{azureHiveStatus}}
}