2016-08-03 08:03:55 +03:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/AzureHive.R
2016-12-20 12:10:43 +03:00
\name{azureHiveSQL}
\alias{azureHiveSQL}
2016-12-17 00:18:42 +03:00
\title{Submit SQL command to Hive Service.}
2016-08-03 08:03:55 +03:00
\usage{
2016-12-20 12:10:43 +03:00
azureHiveSQL(azureActiveContext, CMD, clustername, hdiAdmin, hdiPassword,
path = "wasb:///tmp/", verbose = FALSE)
2016-08-03 08:03:55 +03:00
}
2016-12-17 18:49:53 +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{CMD}{SQl COmmand String}
2017-09-27 12:04:48 +03:00
\item{clustername}{Cluster name, used for HDI and Spark clusters. See \code{\link[=azureCreateHDI]{azureCreateHDI()}}}
2016-12-17 18:49:53 +03:00
2017-09-27 12:04:48 +03:00
\item{hdiAdmin}{HDInsight admin username. See \code{\link[=azureCreateHDI]{azureCreateHDI()}}}
2016-12-17 18:49:53 +03:00
2017-09-27 12:04:48 +03:00
\item{hdiPassword}{HDInsight admin password. See \code{\link[=azureCreateHDI]{azureCreateHDI()}}}
2016-12-17 18:49:53 +03:00
2016-12-20 12:10:43 +03:00
\item{path}{path}
2016-12-17 18:49:53 +03:00
2017-09-27 12:04:48 +03:00
\item{verbose}{If TRUE, prints verbose messages}
2016-12-17 18:49:53 +03:00
}
2016-12-17 00:18:42 +03:00
\description{
Submit SQL command to Hive Service.
2016-08-03 08:03:55 +03:00
}
2016-12-17 18:49:53 +03:00
\seealso{
2016-12-20 12:10:43 +03:00
Other Hive functions: \code{\link{azureHiveStatus}}
2016-12-17 18:49:53 +03:00
}