Menyiapkan project

Dokumen ini menjelaskan cara menyiapkan Google Cloud project dan virtual machine (VM) Compute Engine.

Menyiapkan project Google Cloud

  1. 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.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  3. Make sure that billing is enabled for your Google Cloud project.

  4. Enable the Google Cloud Dataproc API.

    Enable the API

  5. Install the Google Cloud CLI.
  6. If you're using an external identity provider (IdP), you must first sign in to the gcloud CLI with your federated identity.

  7. To initialize the gcloud CLI, run the following command:

    gcloud init
  8. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  9. Make sure that billing is enabled for your Google Cloud project.

  10. Enable the Google Cloud Dataproc API.

    Enable the API

  11. Install the Google Cloud CLI.
  12. If you're using an external identity provider (IdP), you must first sign in to the gcloud CLI with your federated identity.

  13. To initialize the gcloud CLI, run the following command:

    gcloud init

Apakah Anda Memerlukan Kredensial? Anda hanya memerlukan kredensial jika berencana memanggil Dataproc API secara langsung dari aplikasi atau dari browser. Jika berencana menggunakan konsol Google Cloud atau Google Cloud CLI untuk membuat dan mengelola cluster serta mengirimkan tugas, Anda hanya perlu login ke SDK dengan perintah gcloud init.

Opsional: Menyiapkan VM

Jika Anda berencana menjalankan gcloud CLI dari instance virtual machine (VM) Compute Engine, VM harus disiapkan untuk mengakses layanan Google Cloud .

Untuk menguji apakah VM Anda disiapkan dengan benar, jalankan gcloud compute instances describe YOUR_VM_INSTANCE_NAME dari command line. Akun layanan harus dicantumkan yang menyertakan cakupan https://www.googleapis.com/auth/cloud-platform. Untuk informasi selengkapnya tentang cara menyiapkan VM, lihat Membuat VM yang menggunakan akun layanan yang dikelola pengguna.