This Repo is cloned from https://github.com/caioquirino/docker-cloudera-quickstart and modification Many thanks caioquirino.
Docker Cloudera Quick Start Image
Cloudera Hadoop 5 (CDH5)
Now you can run the Cloudera Quick Start image without all the overhead of a Virtual Machine. Just use docker-cloudera-quickstart Image.
Based on Ubuntu 14.04 (Trusty LTS)
Works with Cloudera CDH 5
#Instructions
##Install To install the docker-cloudera-quickstart from docker-hub, simply use the following command:
docker pull thanhson1085/docker-cloudera-quickstart
##Use To start an instance in BACKGROUND (as daemon):
docker run -i -t -d thanhson1085/docker-cloudera-quickstart
To start an instance in FOREGROUND:
docker run -i -t thanhson1085/docker-cloudera-quickstart
To open more terminal instances for the running instance:
docker ps
docker exec -i -t CONTAINER_ID bash -l
#Links
#Test MapReduce with WordCount example Refer to: http://hadoop.apache.org/docs/current/hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html
Apache Hadoop (Common, HDFS, MapReduce, YARN)
Apache HBase
Apache ZooKeeper
Apache Oozie
Apache Hive
Hue (Apache licensed)
Apache Flume
Cloudera Impala (Apache licensed)
Apache Sentry
Apache Sqoop
Cloudera Search (Apache licensed)
Apache Spark
OpenJDK7
Content type
Image
Digest
sha256:278f818a9…
Size
-
Last updated
over 11 years ago
docker pull thanhson1085/docker-cloudera-quickstart