Sebagai alternatif penggunaan Dataproc Metastore API,
Anda dapat mengelola dan mengakses layanan Dataproc Metastore
menggunakan perintah gcloud metastore
Google Cloud CLI.
Halaman ini menjelaskan cara mulai menggunakan Google Cloud CLI, sehingga Anda dapat menggunakannya untuk berinteraksi dengan Metastore Dataproc.
Sebelum memulai
- 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.
-
Enable the Dataproc Metastore 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.
-
Enable the Dataproc Metastore API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
Mulai menggunakan Google Cloud CLI
Untuk memulai gcloud CLI, tinjau
Dokumentasi Google Cloud CLI.
Anda bisa mendapatkan bantuan untuk alat, resource, dan perintah menggunakan flag --help
:
gcloud metastore --help
Referensi Google Cloud CLI juga memberikan informasi yang ditampilkan oleh flag --help
.
Menetapkan properti konfigurasi default di klien lokal Anda
Sebagian besar perintah gcloud metastore
memerlukan lokasi, yang Anda tentukan menggunakan
flag --location
atau dengan menetapkan lokasi default. Anda juga dapat menetapkan
project dan tingkat default untuk layanan Dataproc Metastore.
- Untuk menetapkan project default, jalankan perintah berikut:
gcloud config set project PROJECT_ID
dengan PROJECT_ID adalah ID project Google Cloud tempat layanan Dataproc Metastore berada.
- Untuk mengonfigurasi lokasi Dataproc Metastore, jalankan perintah berikut:
gcloud config set metastore/location LOCATION
dengan LOCATION adalah region yang didukung seperti
us-central1
. - Untuk mengonfigurasi tingkat Dataproc Metastore, jalankan perintah berikut:
gcloud config set metastore/tier TIER
dengan TIER menetapkan kapasitas layanan baru.
- Opsional: Untuk mencantumkan konfigurasi gcloud CLI, jalankan perintah berikut:
gcloud config list
Langkah selanjutnya
- Perintah gcloud Dataproc Metastore
- Mengaktifkan API
- Panduan memulai untuk men-deploy Dataproc Metastore