Skip to main content

Google Cloud Dataproc API client library

Project description

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.

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

Preview

ClusterControllerClient

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, options=CallOptions(page_token=INITIAL_PAGE)):
    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-0.1.2.tar.gz (52.0 kB view details)

Uploaded Source

Built Distribution

google_cloud_dataproc-0.1.2-py2.py3-none-any.whl (52.6 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for google-cloud-dataproc-0.1.2.tar.gz
Algorithm Hash digest
SHA256 8accd900d5708c69b60840e1a6558ab8ea73de2a9340304fa5a7342303b0ae2e
MD5 b31f99fd5f740216992d9e66171953c1
BLAKE2b-256 bba136297688f9b6667bda9aeeacd550685c43ae746bc564b2c94df060a4eee6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for google_cloud_dataproc-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 523b41a04565a61ce28159a29adc84255b039074ab3eddb8254c81606ff92c92
MD5 9e0a015a4d2ca0b7d01ce958ae75322f
BLAKE2b-256 164641d4194a2c28b30e0931af36a2be7823ee2a21cb39598f8796792f37f086

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