Configurer un projet

Procédure de configuration

  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

Avez-vous besoin d'identifiants ? Vous n'avez besoin d'identifiants vous prévoyez d'appeler directement les API Dataproc depuis votre application un navigateur. Si vous prévoyez d'utiliser la console Google Cloud ou la Google Cloud CLI pour créer et gérer des clusters et envoyer des tâches, il vous suffit d'être connecté au SDK avec la commande gcloud init.

Configurer une VM (facultatif)

Si vous prévoyez d'exécuter gcloud CLI à partir d'un Compute Engine, la VM doit être configurée pour accéder aux services Google Cloud.

Pour vérifier si votre VM est configurée correctement, exécutez la commande suivante : gcloud compute instances describe your-vm-instance-name depuis la ligne de commande. Vous devez indiquer un compte de service qui inclut le https://www.googleapis.com/auth/cloud-platform. Pour plus d'informations sur la configuration d'une VM, consultez Créez une VM qui utilise un compte de service géré par l'utilisateur.