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.
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.
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.
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.
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.
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.
-
Looking for Partner Resources? Head to PartnerResources.
-
Setting Up Cloudera? Visit ClouderaSetup.
-
Exploring Data Services? Start with DataServicesLabs.
-
Need Hands-On Practice? Check out End2EndLabs.
-
Interested in Automation? Explore PSEAutomation.
This repository uses Git submodules to manage multiple projects. Depending on your workflow, follow the instructions below:
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
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
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
Each folder contains detailed documentation to guide you through its content.
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.