Skip to content

Instantly share code, notes, and snippets.

@lambdaofgod
Last active December 31, 2016 10:05
Show Gist options
  • Save lambdaofgod/1c36e568e1bdffb681f87c1222263599 to your computer and use it in GitHub Desktop.
Save lambdaofgod/1c36e568e1bdffb681f87c1222263599 to your computer and use it in GitHub Desktop.
running cloudera from docker

Run container

docker run --hostname=quickstart.cloudera --privileged=true -t -i -p 8888:8888 -p 80:80 -p 7180:7180 -p 18080:18080 -p 50070:50070 cloudera/quickstart /usr/bin/docker-quickstart

see where all these ports came from

go to localhost

run manager (in container)

/home/cloudera/cloudera-manager --express # (or --enterprise)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment