Share via


Remove-AzureHDInsightCluster

구독에서 HDInsight 클러스터를 삭제합니다.

참고

이 설명서에서 참조하는 cmdlet은 Service Management API를 사용하는 레거시 Azure 리소스를 관리하기 위한 것입니다. Azure Resource Manager 리소스를 관리하는 cmdlet은 Az PowerShell 모듈을 참조하세요.

Syntax

Remove-AzureHDInsightCluster
      [-Certificate <X509Certificate2>]
      [-HostedService <String>]
      [-Endpoint <Uri>]
      [-IgnoreSslErrors <Boolean>]
      -Name <String>
      [-Subscription <String>]
      [-Profile <AzureSMProfile>]
      [<CommonParameters>]

Description

이 버전의 Azure PowerShell HDInsight는 더 이상 사용되지 않습니다. 이러한 cmdlet은 2017년 1월 1일까지 제거됩니다. 최신 버전의 Azure PowerShell HDInsight를 사용하세요.

새 HDInsight를 사용하여 클러스터를 만드는 방법에 대한 자세한 내용은 Azure PowerShell(https://azure.microsoft.com/en-us/documentation/articles/hdinsight-hadoop-create-linux-clusters-azure-powershell/)을 사용하여 HDInsight에서 Linux 기반 클러스터 만들기를 참조하세요. Azure PowerShell 및 기타 방법을 사용하여 작업을 제출하는 방법에 대한 자세한 내용은 HDInsight에서 Hadoop 작업 제출(https://azure.microsoft.com/en-us/documentation/articles/hdinsight-submit-hadoop-jobs-programmatically/)을 참조하세요. Azure PowerShell HDInsight에 대한 참조 정보는 Azure HDInsight Cmdlet을 참조 하세요.

Remove-AzureHDInsightCluster cmdlet은 구독에서 지정된 HDInsight 서비스 클러스터를 삭제합니다. 이 작업은 클러스터의 HDFS(Hadoop 분산 파일 시스템)에 저장된 모든 데이터도 삭제합니다. 연결된 Azure Storage 계정에 저장된 데이터는 삭제되지 않습니다.

예제

예제 1: 클러스터 제거

PS C:\>Remove-AzureHDInsightCluster -Name "HDICluster"

이 명령은 HDICluster라는 HDInsight 클러스터를 삭제합니다.

매개 변수

-Certificate

Azure 구독에 대한 관리 인증서를 지정합니다.

Type:X509Certificate2
Aliases:Cert
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Endpoint

Azure에 연결하는 데 사용할 엔드포인트를 지정합니다. 이 매개 변수를 지정하지 않으면 이 cmdlet은 기본 엔드포인트를 사용합니다.

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

-HostedService

기본 네임스페이스를 사용하지 않으려면 HDInsight 서비스의 네임스페이스를 지정합니다.

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

-IgnoreSslErrors

SSL(Secure Sockets Layer) 오류가 무시되는지 여부를 나타냅니다.

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

-Name

제거할 HDInsight 클러스터의 이름을 지정합니다.

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

-Profile

이 cmdlet이 읽는 Azure 프로필을 지정합니다. 프로필을 지정하지 않으면 이 cmdlet은 로컬 기본 프로필에서 읽습니다.

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

-Subscription

제거할 HDInsight 클러스터가 포함된 구독 계정을 지정합니다.

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