설정 단계
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Enable the Google Cloud Dataproc API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Enable the Google Cloud Dataproc API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
사용자 인증 정보가 필요한가요? 애플리케이션이나 브라우저에서 직접 Dataproc API를 호출할 계획인 경우에만 사용자 인증 정보가 필요합니다. Google Cloud 콘솔 또는 Google Cloud CLI를 사용하여 클러스터를 만들고 관리하며 작업을 제출할 계획인 경우 gcloud init
명령어를 사용하여 SDK에 로그인하면 됩니다.
VM 설정(선택사항)
Compute Engine 가상 머신(VM) 인스턴스에서 gcloud CLI를 실행할 계획인 경우 Google Cloud 서비스에 액세스할 수 있도록 VM을 설정해야 합니다.
VM이 제대로 설정되어 있는지 테스트하려면 명령줄에서 gcloud compute instances describe your-vm-instance-name
을 실행하세요. https://www.googleapis.com/auth/cloud-platform
범위를 포함하는 서비스 계정이 나열되어야 합니다. VM 설정에 대한 자세한 내용은 사용자 관리형 서비스 계정을 사용하는 VM 만들기를 참조하세요.