Menyiapkan project

Langkah penyiapan

  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. To initialize the gcloud CLI, run the following command:

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

    Go to project selector

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

  9. Enable the Google Cloud Dataproc API.

    Enable the API

  10. Install the Google Cloud CLI.
  11. 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.

Menyiapkan VM (opsional)

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.