Skip to content

Instantly share code, notes, and snippets.

@dharkum
Last active January 3, 2016 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dharkum/8455537 to your computer and use it in GitHub Desktop.
Save dharkum/8455537 to your computer and use it in GitHub Desktop.
#############################################################################
### Please edit the values of the parameters below for your configuration ###
#############################################################################
$subscriptionName = "<Your Azure Subscription Name>"
$clusterName = "MyHDICluster" # HDInsight Cluster Name
############################################################################
### End Edits ###
############################################################################
Select-AzureSubscription -SubscriptionName $subscriptionName
Use-AzureHDInsightCluster $clusterName -Subscription (Get-AzureSubscription -Current).SubscriptionId
Invoke-Hive -File "wasb://install@myprimarystorage.blob.core.windows.net/MyUDFQuery.hql"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment