Skip to content

cloudera/cloudera-partners

Repository files navigation

Cloudera Repository for Partners

Welcome to the Cloudera Repository for Partners! This repository is designed to provide all the resources, tools, and hands-on labs needed for Cloudera’s Data Platform. Below, you’ll find detailed descriptions of the folders within this repository, helping you quickly locate the resources you need based on your requirements.

RepoDiagram

Folders Overview

1. PartnerResources

Description: A comprehensive guide tailored for Cloudera partners. This folder contains everything you need to partner with Cloudera, including registration on the partner portal, getting developer licenses, sales and technical accreditations, blogs, and resources.

When to Use: - For an overview of Cloudera’s partner resources. - If you’re looking for quick access to essential materials to support your journey with Cloudera.

2. ClouderaSetup

Description: This folder contains automation scripts and documentation for onboarding Cloudera Data Platform on public cloud, including AWS, Azure, GCP and on on-premise platforms like VMware and Openshift. It simplifies the deployment process and ensures a smooth setup experience.

When to Use: - If you need to set up Cloudera on a public cloud or on-premise platform for the first time. - For reference on lab/workshop setup for cloud onboarding.

3. DataServicesLabs

Description: Contains hands-on labs for each of Cloudera’s Data Services, including Cloudera Data Flow, Cloudera Data Engineering, Cloudera Data Warehouse, Cloudera AI (earlier known as Cloudera Machine Learning).

When to Use: - If you want to learn and explore individual Cloudera Data Services. - Ideal for gaining practical experience with specific services.

4. EndToEndLabs

Description: This folder contains comprehensive, end-to-end labs designed to showcase integrated workflows using multiple Cloudera Data Services. These labs provide a holistic view of data processing, from ingestion and transformation to analysis and visualization, simulating real-world scenarios.

5. PSEAutomation

Description: This folder contains automation code developed by the PSE (Partner Solutions Engineering) team. It includes Kubernetes operators, Cloudera setup automation, and other reusable automation frameworks designed to simplify deployment, configuration, and management of Cloudera environments.

When to Use: - If you’re looking to explore how different Cloudera Data Services work together in a unified workflow. - Ideal for advanced hands-on sessions, workshops, or exploring real-world implementation scenarios.

How to Navigate This Repository

Determine Your Goal:

Cloning This Repository with Submodules

This repository uses Git submodules to manage multiple projects. Depending on your workflow, follow the instructions below:

1. Clone the entire repository with all submodules

If you want everything (main repo + all submodules in one go):

git clone --recurse-submodules https://github.com/cloudera/cloudera-partners.git

If you already cloned without --recurse-submodules, you can fetch submodules with:

git submodule update --init --recursive

2. Clone only a single submodule (folder)

If you only want to work on a specific submodule without cloning the entire repo:

git clone https://github.com/cloudera/<submodule-repo>.git

Example (replace <submodule-repo> with the actual submodule name):

git clone https://github.com/cloudera/End2EndLabs.git

3. Clone the main repo, then initialize submodules later

If you want to start with just the main repo and then pull submodules as needed:

git clone https://github.com/cloudera/cloudera-partners.git
cd cloudera-partners

# Initialize submodules (but don’t fetch yet)
git submodule init

# Fetch a specific submodule
git submodule update -- End2EndLabs

# Or fetch all submodules
git submodule update --recursive

Pro tip

If submodules ever get out of sync, resync them with:

git submodule sync --recursive

Read the Documentation:

Each folder contains detailed documentation to guide you through its content.

Reach Out for Help:

If you have questions or need assistance, feel free to contact the repository maintainers.

We hope this repository helps you make the most of Cloudera’s offerings. Happy learning and collaboration! 😊


Copyright Notice All material is Copyright (c) 2020-2025 Cloudera, Inc. unless stated otherwise.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 11