Skip to content

A quick and dirty CDH cluster skeleton using Docker for Testing

Notifications You must be signed in to change notification settings

Ranjandas/Dirty-CDH-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dirty-CDH-Docker

Pre-requisites

  • Docker Client and Server
  • Docker Compose

Quick and dirty steps to setup

  • clone this repo

  • go to the cloned directory cd Dirty-CDH-Docker

  • build the agent docker image cd agent && docker build -t cloudera-agent . && cd ..

  • build the manager docker image cd manager && docker build -t cloudera-manager . && cd ..

  • run using docker compose docker-compose up -d && docker logs -f

About

A quick and dirty CDH cluster skeleton using Docker for Testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages