Langkah penyiapan
- 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.
-
Di konsol Google Cloud, pada halaman pemilih project, pilih atau buat project Google Cloud.
-
Make sure that billing is enabled for your Google Cloud project.
-
Aktifkan API Google Cloud Dataproc.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
Di konsol Google Cloud, pada halaman pemilih project, pilih atau buat project Google Cloud.
-
Make sure that billing is enabled for your Google Cloud project.
-
Aktifkan API Google Cloud Dataproc.
- Install the Google Cloud CLI.
-
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.