Skip to main content
The Paradime SDK provides CLI commands to interact with GCP Dataproc, allowing you to submit jobs to Dataproc clusters and list available clusters with real-time monitoring capabilities.
🔑 API Access RequiredYou will need a GCP service account JSON key file with permissions to submit Dataproc jobs and list clusters. The service account key file path, project ID, and location can be provided as flags or set via environment variables.🔧 Cluster Configuration
  • Ensure the target Dataproc cluster exists and is running in the specified project and region.
  • Confirm the service account has the necessary permissions to submit jobs to the cluster.
  • Verify that any GCS paths referenced by --main-file or --job-file are accessible to the cluster.

Submit a Dataproc Job

Submit a job to a Dataproc cluster.

CLI Command

Options

Recommended SetupFor security and convenience, set your GCP credentials as environment variables:

Examples

List Dataproc Clusters

List all Dataproc clusters in the specified project and region.

CLI Command

Options

Usage Examples

Environment Variable Reference

Workflow Integration

These GCP Dataproc CLI commands are designed to integrate seamlessly into your data pipeline workflows. For more information about integrating them into your Paradime workflows, see the Bolt Schedules documentation.