Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Dokumen ini menjelaskan cara menyiapkan Google Cloud project dan
virtual machine (VM) Compute Engine.
Menyiapkan project Google Cloud
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.
To initialize the gcloud CLI, run the following command:
gcloudinit
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.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-04-02 UTC."],[[["This document provides instructions on setting up a Google Cloud project and a Compute Engine virtual machine (VM)."],["Credentials are only necessary when directly calling Dataproc APIs from an application or browser, not when using the Google Cloud console or the gcloud CLI."],["If utilizing a Compute Engine VM to run gcloud CLI, it must be configured to access Google Cloud services, with a service account that includes the `https://www.googleapis.com/auth/cloud-platform` scope."],["Cloud Shell can be used as an alternative to setting up a personal VM, as it automatically provisions a VM with the necessary scopes to run gcloud CLI commands."]]],[]]