Dataproc Metastore API を使用する代わりに、Google Cloud CLI の gcloud metastore
コマンドを使用して Dataproc Metastore サービスを管理、アクセスすることもできます。
このページでは、Google Cloud CLI の使用を開始する方法について説明します。これにより、Cloud SDK を使用して Dataproc Metastore と情報のやりとりができます。
始める前に
- 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
Google Cloud CLI のスタートガイド
gcloud CLI を使用するにあたっては、Google Cloud CLI のドキュメントをご覧ください。--help
フラグを使用すると、ツール、リソース、コマンドについてのヘルプを表示できます。
gcloud metastore --help
Google Cloud CLI リファレンスでも --help
フラグで表示できます。
ローカル クライアントでデフォルト構成のプロパティを設定する
ほとんどの gcloud metastore
コマンドでは、--location
フラグを使用するか、デフォルトのロケーションを設定することで指定するロケーションが必要です。また、Dataproc Metastore サービスのためにデフォルトのプロジェクトと階層を設定することもできます。
- デフォルトのプロジェクトを設定するには、次のコマンドを実行します。
gcloud config set project PROJECT_ID
ここで、PROJECT_ID は、Dataproc Metastore サービスが属する Google Cloud プロジェクトの ID です。
- Dataproc Metastore のロケーションを構成するには、次のコマンドを実行します。
gcloud config set metastore/location LOCATION
ここで、LOCATION は、
us-central1
などのサポートされているリージョンです。 - Dataproc Metastore 階層を構成するには、次のコマンドを実行します。
gcloud config set metastore/tier TIER
ここで、TIER には、新しいサービスの容量を設定します。
- 省略可: gcloud CLI の構成を一覧表示するには、次のコマンドを実行します。
gcloud config list