Ranjandas / Dirty-CDH-Docker

A quick and dirty CDH cluster skeleton using Docker for Testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Shell 100.0%