What problem does it solve?
This Skill removes the guesswork from building, running, and debugging Spark workloads on Google Cloud Dataproc so data teams can move from source to validated output with fewer failures and fewer manual checks.
Core Features & Use Cases
- Dataproc Workflow Guidance: Supports Spark development for clusters, serverless batches, and interactive sessions with clear execution rules.
- GCP Data Integration: Reads and writes data across BigQuery, BigLake Iceberg catalogs, Google Cloud Storage, and Spanner.
- Validation and Optimization: Emphasizes schema discovery, schema verification before writes, and Spark optimization practices to reduce runtime issues.
- ML on Spark: Covers Spark-based machine learning tasks such as training and inference with supported patterns and platform constraints.
- Use Case: A data engineer can turn a raw dataset into a production-ready Spark notebook that validates schemas, applies the right connector configuration, and writes results safely to the target GCP system.
Quick Start
Use the gcp-spark skill to generate a Dataproc-ready Spark notebook that reads the source data, verifies schemas, applies the required optimizations, and writes the result to the specified GCP destination.