Learn R Programming

AzureSMR (version 0.2.6)

azureHiveSQL: Submit SQL command to Hive Service.

Description

Submit SQL command to Hive Service.

Usage

azureHiveSQL(azureActiveContext, CMD, clustername, hdiAdmin, hdiPassword,
  path = "wasb:///tmp/", verbose = FALSE)

Arguments

azureActiveContext

A container used for caching variables used by AzureSMR, created by createAzureContext()

CMD

SQl COmmand String

clustername

Cluster name, used for HDI and Spark clusters. See azureCreateHDI()

hdiAdmin

HDInsight admin username. See azureCreateHDI()

hdiPassword

HDInsight admin password. See azureCreateHDI()

path

path

verbose

Print Tracing information (Default False)

See Also

Other Hive functions: azureHiveStatus