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-08-10 11:06:33 +03:00
|
|
|
\item{azureActiveContext}{A container used for caching variables used by `AzureSMR`, created by [createAzureContext()]}
|
2016-12-17 18:49:53 +03:00
|
|
|
|
|
|
|
\item{CMD}{SQl COmmand String}
|
|
|
|
|
2017-08-10 11:06:33 +03:00
|
|
|
\item{clustername}{Cluster name, used for HDI and Spark clusters. See [azureCreateHDI()]}
|
2016-12-17 18:49:53 +03:00
|
|
|
|
2017-08-10 11:06:33 +03:00
|
|
|
\item{hdiAdmin}{HDInsight admin username. See [azureCreateHDI()]}
|
2016-12-17 18:49:53 +03:00
|
|
|
|
2017-08-10 11:06:33 +03:00
|
|
|
\item{hdiPassword}{HDInsight admin password. See [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
|
|
|
|
|
|
|
\item{verbose}{Print Tracing information (Default False)}
|
|
|
|
}
|
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
|
|
|
}
|
2017-08-10 11:06:33 +03:00
|
|
|
|