Skip to main content

Google Cloud Dataproc API client library

Project description

ga pypi versions

Google Cloud Dataproc API: Manages Hadoop-based clusters and jobs on Google Cloud Platform.

Quick Start

In order to use this library, you first need to go through the following steps:

  1. Select or create a Cloud Platform project.

  2. Enable billing for your project.

  3. Enable the Google Cloud Dataproc API.

  4. Setup Authentication.

Installation

Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.

With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.

Supported Python Versions

Python >= 3.5

Deprecated Python Versions

Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

Mac/Linux

pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-dataproc

Windows

pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-dataproc

Example Usage

from google.cloud import dataproc_v1

client = dataproc_v1.ClusterControllerClient()

project_id = ''
region = ''


# Iterate over all results
for element in client.list_clusters(project_id, region):
    # process element
    pass

# Or iterate over results one page at a time
for page in client.list_clusters(project_id, region).pages:
    for element in page:
        # process element
        pass

Next Steps

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

google-cloud-dataproc-1.1.3.tar.gz (252.7 kB view details)

Uploaded Source

Built Distribution

google_cloud_dataproc-1.1.3-py2.py3-none-any.whl (290.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file google-cloud-dataproc-1.1.3.tar.gz.

File metadata

  • Download URL: google-cloud-dataproc-1.1.3.tar.gz
  • Upload date:
  • Size: 252.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.0

File hashes

Hashes for google-cloud-dataproc-1.1.3.tar.gz
Algorithm Hash digest
SHA256 241bd057260cbc198c585b7672583623a0a5fe43e7e0af753897a7b1814ffc7a
MD5 bc3e705fc4824ce6de7aa824923274d4
BLAKE2b-256 38d281a73020a6f075c32bcdea08414bb4f697055ca55082b095428ce5dc458c

See more details on using hashes here.

Provenance

File details

Details for the file google_cloud_dataproc-1.1.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for google_cloud_dataproc-1.1.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ff0920f4e67f17127c7466a9c8f63097f66be5cd6ebcb105986790299dc4add4
MD5 89a24dc71836ca795bad5c37336847cf
BLAKE2b-256 3b33707fa63e5b2a0fec167bf5d81d13fee1d8f7ad9160c98a454f8bcdcfe3fc

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page