azureRunScriptAction: Run script action on HDI cluster.

Description Usage Arguments Value References See Also

Description

Run script action on HDI cluster.

Usage

1
2
3
4
azureRunScriptAction(azureActiveContext, scriptname, scriptURL,
  headNode = TRUE, workerNode = FALSE, edgeNode = FALSE, clustername,
  resourceGroup, parameters = "", subscriptionID, wait = TRUE,
  verbose = FALSE)

Arguments

azureActiveContext

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

scriptname

Identifier for Custom action script operation

scriptURL

URL to custom action script

headNode

install on head nodes

workerNode

install on worker nodes

edgeNode

install on worker nodes

clustername

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

resourceGroup

Name of the resource group

parameters

parameters

subscriptionID

Subscription ID. This is obtained automatically by azureAuthenticate() when only a single subscriptionID is available via Active Directory

wait

If TRUE, runs script action synchronously, i.e. waits for successfull completion. If FALSE, submits the action asynchronously

verbose

If TRUE, prints verbose messages

Value

Returns Success Message

References

https://docs.microsoft.com/en-us/rest/api/hdinsight/hdinsight-cluster#run-script-actions-on-a-running-cluster-linux-cluster-only

See Also

Other HDInsight functions: azureCreateHDI, azureDeleteHDI, azureHDIConf, azureListHDI, azureResizeHDI, azureScriptActionHistory


Microsoft/AzureSMR documentation built on July 7, 2019, 11:25 p.m.