設定の手順
- 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.
-
Make sure that billing is enabled for your 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.
-
Make sure that billing is enabled for your 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 を作成するをご覧ください。