Run script action on HDI cluster.
azureRunScriptAction(azureActiveContext, scriptname, scriptURL,
headNode = TRUE, workerNode = FALSE, edgeNode = FALSE, clustername,
resourceGroup, parameters = "", subscriptionID, wait = TRUE,
verbose = FALSE)
A container used for caching variables used by AzureSMR
, created by createAzureContext()
Identifier for Custom action script operation
URL to custom action script
install on head nodes
install on worker nodes
install on worker nodes
Cluster name, used for HDI and Spark clusters. See azureCreateHDI()
Name of the resource group
parameters
Subscription ID. This is obtained automatically by azureAuthenticate()
when only a single subscriptionID is available via Active Directory
If TRUE, runs script action synchronously, i.e. waits for successfull completion. If FALSE, submits the action asynchronously
Print Tracing information (Default False)
A container used for caching variables used by AzureSMR
, created by createAzureContext()
Identifier for Custom action script operation
URL to custom action script
install on head nodes
install on worker nodes
install on worker nodes
Cluster name, used for HDI and Spark clusters. See azureCreateHDI()
Name of the resource group
parameters
Subscription ID. This is obtained automatically by azureAuthenticate()
when only a single subscriptionID is available via Active Directory
If TRUE, runs script action synchronously, i.e. waits for successfull completion. If FALSE, submits the action asynchronously
Print Tracing information (Default False)
Returns Success Message
https://docs.microsoft.com/en-us/rest/api/hdinsight/hdinsight-cluster#run-script-actions-on-a-running-cluster-linux-cluster-only
Other HDInsight functions: azureCreateHDI
,
azureDeleteHDI
, azureHDIConf
,
azureListHDI
, azureResizeHDI
,
azureScriptActionHistory