smoltis / cloudera-qs

Cloudera in Docker Quickstart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

Make sure your Docker Desktop is configured with at least 8GB of RAM. This is a reqirement for Cloudera Express. All the default service ports are exposed to the localhost.

Run to start:

. start.sh

It will take a few minutes for the container to start. One can keep an eye on the logs, like so:

docker-compose logs -f cloudera

http://localhost:7180 Username: cloudera Password: cloudera

https://localhost:8889 for quickstart tutorial

References:

Known issues:

If you observe a 'Clock Offset' issue:

docker exec -it cloudera bash

then run

service ntpd start

About

Cloudera in Docker Quickstart


Languages

Language:Shell 65.4%Language:Dockerfile 34.6%