Az.HDInsight
The topics in this section document the Azure PowerShell cmdlets for Microsoft Azure HDInsight in the Azure Resource Manager (ARM) framework. These cmdlets are used to manage HDInsight clusters and the jobs that run on them. The cmdlets exist in the Microsoft.Azure.Commands.HDInsight namespace.
HDInsight
| Add-AzHDInsightClusterIdentity |
Adds a cluster identity to a cluster configuration object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Add-AzHDInsightComponentVersion |
Adds a version for a service running in a cluster to a cluster configuration object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Add-AzHDInsightConfigValue |
Adds a Hadoop configuration value customization and/or a Hive shared library customization to a cluster configuration object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Add-AzHDInsightMetastore |
Adds a SQL Database to serve as a Hive or Oozie metastore to a cluster configuration object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Add-AzHDInsightScriptAction |
Adds a script action to a cluster configuration object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Add-AzHDInsightSecurityProfile |
Adds a security profile to a cluster configuration object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Add-AzHDInsightStorage |
Adds an Azure Storage key to a cluster configuration object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Disable-AzHDInsightAzureMonitor |
Disables Azure Monitor in a specified HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Disable-AzHDInsightMonitoring |
Disables the Classic Azure Monitor logs integration on an HDInsight cluster and relevant logs will stop flowing to the monitoring workspace specified during enable. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Enable-AzHDInsightAzureMonitor |
Enables Azure Monitor in a specified HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Enable-AzHDInsightMonitoring |
Enables the Classic Azure Monitor logs integration on an HDInsight cluster and relevant logs will be sent to the monitoring workspace specified during enable. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzHDInsightAzureMonitor |
Gets the azure monitor status of a specified HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzHDInsightCluster |
Gets and lists all of the Azure HDInsight clusters associated with the current subscription or a specified resource group, or retrieves a specific cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzHDInsightClusterAutoscaleConfiguration |
Gets the autoscale configuration of HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzHDInsightHost |
Lists the hosts of the HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzHDInsightJob |
Gets the list of jobs from a cluster and lists them in reverse chronological order, or retrieves a specific job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzHDInsightJobOutput |
Gets the log output for a job from the storage account associated with a specified cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzHDInsightMonitoring |
Gets the status of the Classic Azure Monitor logs integration on an HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzHDInsightPersistedScriptAction |
Gets the persisted script actions for a cluster and lists them in chronological order, or gets details for a specified persisted script action. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzHDInsightProperty |
Gets properties about the HDInsight service, such as available locations and capacity. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Get-AzHDInsightScriptActionHistory |
Gets the script action history for a cluster and lists it in reverse chronological order, or gets details of a previously executed script action. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Invoke-AzHDInsightHiveJob |
Submits a Hive query to an HDInsight cluster and retrieves query results in one operation. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzHDInsightCluster |
Creates an Azure HDInsight cluster in the specified resource group for the current subscription. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzHDInsightClusterAutoscaleConfiguration |
Creates a non-persisted object that describes the autoscale configuration of an Azure HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzHDInsightClusterAutoscaleScheduleCondition |
Creates Schedule-based autoscale condition. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzHDInsightClusterConfig |
Creates a non-persisted cluster configuration object that describes an Azure HDInsight cluster configuration. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzHDInsightHiveJobDefinition |
Creates a Hive job object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzHDInsightIPConfiguration |
Creates the IP configuration of private link configuration. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzHDInsightMapReduceJobDefinition |
Creates a MapReduce job object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzHDInsightPigJobDefinition |
Creates a Pig job object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzHDInsightPrivateLinkConfiguration |
Creates the private link configuration of the HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzHDInsightSqoopJobDefinition |
Creates a Sqoop job object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| New-AzHDInsightStreamingMapReduceJobDefinition |
Creates a Streaming MapReduce job object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Remove-AzHDInsightCluster |
Removes the specified HDInsight cluster from the current subscription. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Remove-AzHDInsightClusterAutoscaleConfiguration |
Removes the autoscale configuration of the HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Remove-AzHDInsightPersistedScriptAction |
Removes an persisted script action from an HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Restart-AzHDInsightHost |
Restarts the specific hosts of HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Set-AzHDInsightClusterAutoscaleConfiguration |
Sets the autoscale configuration of an Azure HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Set-AzHDInsightClusterDiskEncryptionKey |
Rotates the disk encryption key of the specified HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Set-AzHDInsightClusterSize |
Sets the number of Worker nodes in a specified cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Set-AzHDInsightDefaultStorage |
Sets the default Storage account setting in a cluster configuration object. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Set-AzHDInsightGatewayCredential |
Sets the gateway HTTP credentials of an Azure HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Set-AzHDInsightPersistedScriptAction |
Sets a previously executed script action to be a persisted script action. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Start-AzHDInsightJob |
Starts a defined Azure HDInsight job on a specified cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Stop-AzHDInsightJob |
Stops a specified running job on a cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Submit-AzHDInsightScriptAction |
Submits a new script action to an Azure HDInsight cluster. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Use-AzHDInsightCluster |
Selects a cluster to be used with the Invoke-RmAzureHDInsightHiveJob cmdlet. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |
| Wait-AzHDInsightJob |
Waits for the completion or failure of a specified job. Note This is the previous version of our documentation. Please consult the most recent version for up-to-date information. |