Get-AzHdInsightOnAksClusterServiceConfig

Lists the config dump of all services running in cluster.

Syntax

PowerShell
Get-AzHdInsightOnAksClusterServiceConfig
   -ClusterName <String>
   -ClusterPoolName <String>
   -ResourceGroupName <String>
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

Description

Lists the config dump of all services running in cluster.

Examples

Example 1: Lists the config dump of all services running in cluster.

PowerShell
$clusterResourceGroupName = "your-resourceGroup"
$clusterpoolName = "your-clusterpool"
$clusterName = "your-clustername"
Get-AzHdInsightOnAksClusterServiceConfig -ResourceGroupName $clusterResourceGroupName -ClusterName $clusterName -ClusterPoolName $clusterpoolName

ComponentName : flink-configs
Content       :
CustomKey     : Microsoft.Azure.PowerShell.Cmdlets.HdInsightOnAks.Models.ServiceConfigListResultPropertiesCustomKe
                ys
DefaultKey    : Microsoft.Azure.PowerShell.Cmdlets.HdInsightOnAks.Models.ServiceConfigListResultPropertiesDefaultK
                eys
FileName      : flink-conf.yaml
Path          :
ServiceName   : flink-operator
Type          : key-value

ComponentName : flink-configs
Content       :
CustomKey     : Microsoft.Azure.PowerShell.Cmdlets.HdInsightOnAks.Models.ServiceConfigListResultPropertiesCustomKe
                ys
DefaultKey    : Microsoft.Azure.PowerShell.Cmdlets.HdInsightOnAks.Models.ServiceConfigListResultPropertiesDefaultK
                eys
FileName      : log4j-console.properties
Path          :
ServiceName   : flink-operator
Type          : key-value

ComponentName : hadoop-configs
Content       :
CustomKey     : Microsoft.Azure.PowerShell.Cmdlets.HdInsightOnAks.Models.ServiceConfigListResultPropertiesCustomKe
                ys
DefaultKey    : Microsoft.Azure.PowerShell.Cmdlets.HdInsightOnAks.Models.ServiceConfigListResultPropertiesDefaultK
                eys
FileName      : core-site.xml
Path          :
ServiceName   : flink-operator
Type          : key-value

ComponentName : flink-client-configs
Content       :
CustomKey     : Microsoft.Azure.PowerShell.Cmdlets.HdInsightOnAks.Models.ServiceConfigListResultPropertiesCustomKe
                ys
DefaultKey    : Microsoft.Azure.PowerShell.Cmdlets.HdInsightOnAks.Models.ServiceConfigListResultPropertiesDefaultK
                eys
FileName      : flink-conf.yaml
Path          :
ServiceName   : flink-operator
Type          : key-value

Lists the config dump of all services running in a flink cluster.

Parameters

-ClusterName

The name of the HDInsight cluster.

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

-ClusterPoolName

The name of the cluster pool.

Type:String
Position:Named
Default value:None
Required:True
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

-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

Outputs