Skip to content

GoogleCloudPlatform/dataproc-templates

Repository files navigation

Java Build Status Java Dataproc Serverless Integration Tests Status Java Dataproc Cluster Integration Tests Status

Python Build Status Python Dataproc Serverless Integration Test Status Python Dataproc Cluster Integration Tests Status

Dataproc Templates

Dataproc templates are designed to address various in-cloud data tasks, including data import/export/backup/restore and bulk API operations. These templates leverage the power of Google Cloud's Dataproc, supporting both Dataproc Serverless and Dataproc clusters.

Google provides this collection of pre-implemented Dataproc templates as a reference and for easy customization. (Video Link)

Open in Cloud Shell

Dataproc Templates (Java - Spark)

Please refer to the Dataproc Templates (Java - Spark) README for more information

Dataproc Templates (Python - PySpark)

Please refer to the Dataproc Templates (Python - PySpark) README for more information

Dataproc Templates (Notebooks)

Please refer to the Dataproc Templates (Notebooks) README for more information

Getting Started

  1. Clone this repository

     git clone https://github.com/GoogleCloudPlatform/dataproc-templates.git
    
  2. Obtain authentication credentials

    Create local credentials by running the following command and following the oauth2 flow (read more about the command here.

     gcloud auth application-default login
    

    Or manually set the GOOGLE_APPLICATION_CREDENTIALS environment variable to point to a service account key JSON file path.

    Learn more at Setting Up Authentication for Server to Server Production Applications.

Note: Application Default Credentials is able to implicitly find the credentials as long as the application is running on Compute Engine, Kubernetes Engine, App Engine, or Cloud Functions.

  1. Executing a Template

    Follow the specific guide, depending on your use case:

Flow diagram

Below flow diagram shows execution flow for Dataproc Templates:

Dataproc templates flow diagram

Contributing

See the contributing instructions to get started contributing.

License

All solutions within this repository are provided under the Apache 2.0 license. Please see the LICENSE file for more detailed terms and conditions.

Disclaimer

This repository and its contents are not an official Google Product.

Contact

Share your feedback, ideas, thoughts feedback-form

Questions, issues, and comments should be directed to dataproc-templates-support-external@googlegroups.com