Resize-AzHdInsightOnAksCluster

Resize an existing Cluster.

Syntax

PowerShell
Resize-AzHdInsightOnAksCluster
      -Name <String>
      -PoolName <String>
      -ResourceGroupName <String>
      [-SubscriptionId <String>]
      -Location <String>
      [-Tag <Hashtable>]
      [-TargetWorkerNodeCount <Int32>]
      [-DefaultProfile <PSObject>]
      [-AsJob]
      [-NoWait]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
PowerShell
Resize-AzHdInsightOnAksCluster
      -Name <String>
      -PoolName <String>
      -ResourceGroupName <String>
      [-SubscriptionId <String>]
      -JsonString <String>
      [-DefaultProfile <PSObject>]
      [-AsJob]
      [-NoWait]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
PowerShell
Resize-AzHdInsightOnAksCluster
      -Name <String>
      -PoolName <String>
      -ResourceGroupName <String>
      [-SubscriptionId <String>]
      -JsonFilePath <String>
      [-DefaultProfile <PSObject>]
      [-AsJob]
      [-NoWait]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
PowerShell
Resize-AzHdInsightOnAksCluster
      -Name <String>
      -ClusterpoolInputObject <IHdInsightOnAksIdentity>
      -Location <String>
      [-Tag <Hashtable>]
      [-TargetWorkerNodeCount <Int32>]
      [-DefaultProfile <PSObject>]
      [-AsJob]
      [-NoWait]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
PowerShell
Resize-AzHdInsightOnAksCluster
      -Name <String>
      -ClusterpoolInputObject <IHdInsightOnAksIdentity>
      -ClusterResizeRequest <IClusterResizeData>
      [-DefaultProfile <PSObject>]
      [-AsJob]
      [-NoWait]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
PowerShell
Resize-AzHdInsightOnAksCluster
      -Name <String>
      -PoolName <String>
      -ResourceGroupName <String>
      [-SubscriptionId <String>]
      -ClusterResizeRequest <IClusterResizeData>
      [-DefaultProfile <PSObject>]
      [-AsJob]
      [-NoWait]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
PowerShell
Resize-AzHdInsightOnAksCluster
      -InputObject <IHdInsightOnAksIdentity>
      -Location <String>
      [-Tag <Hashtable>]
      [-TargetWorkerNodeCount <Int32>]
      [-DefaultProfile <PSObject>]
      [-AsJob]
      [-NoWait]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
PowerShell
Resize-AzHdInsightOnAksCluster
      -InputObject <IHdInsightOnAksIdentity>
      -ClusterResizeRequest <IClusterResizeData>
      [-DefaultProfile <PSObject>]
      [-AsJob]
      [-NoWait]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Resize an existing Cluster.

Examples

Example 1: Resize the number of working nodes in the cluster.

PowerShell
$clusterResourceGroupName = "your-resourceGroup"
$clusterpoolName = "your-clusterpool"
$clusterName = "your-clustername"
$targetWorkerNodeCount = 6
$location = "west us 2"

Resize-AzHdInsightOnAksCluster `
    -ResourceGroupName $clusterResourceGroupName `
    -Location $location `
    -PoolName $clusterpoolName `
    -Name $clusterName `
    -TargetWorkerNodeCount $targetWorkerNodeCount

ApplicationLogStdErrorEnabled               :
ApplicationLogStdOutEnabled                 :
AuthorizationProfileGroupId                 :
AuthorizationProfileUserId                  :
AutoscaleProfileAutoscaleType               :
AutoscaleProfileEnabled                     : False
AutoscaleProfileGracefulDecommissionTimeout :
ClusterType                                 :
ComputeProfileNode                          :
ConnectivityProfileSsh                      :
CoordinatorDebugEnable                      :
CoordinatorDebugPort                        :
CoordinatorDebugSuspend                     :
CoordinatorHighAvailabilityEnabled          :
DeploymentId                                :
FlinkProfileNumReplica                      :
HistoryServerCpu                            : 0
HistoryServerMemory                         : 0
...

Resize the number to 6 of working nodes in the cluster.

Parameters

-AsJob

Run the command as a job

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ClusterpoolInputObject

Identity Parameter

Type:IHdInsightOnAksIdentity
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ClusterResizeRequest

The parameters for resizing a cluster.

Type:IClusterResizeData
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Identity Parameter

Type:IHdInsightOnAksIdentity
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-JsonFilePath

Path of Json file supplied to the Resize operation

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-JsonString

Json string supplied to the Resize operation

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Location

The geo-location where the resource lives

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Name

The name of the HDInsight cluster.

Type:String
Aliases:ClusterName
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-NoWait

Run the command asynchronously

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PoolName

The name of the cluster pool.

Type:String
Aliases:ClusterPoolName
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

The name of the resource group. The name is case insensitive.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-SubscriptionId

The ID of the target subscription. The value must be an UUID.

Type:String
Position:Named
Default value:(Get-AzContext).Subscription.Id
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Tag

Resource tags.

Type:Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-TargetWorkerNodeCount

Target node count of worker node.

Type:Int32
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Outputs