AzureSMR/man/azureHiveSQL.Rd

31 строка
1005 B
Plaintext
Исходник Обычный вид История

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