Skip to content

oxtoacart/docker-cloudera-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-cloudera-quickstart

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

*UPDATED FOR LATEST VERSION - CDH5.3.2

*Under development.

#Instructions

##Install To install the docker-cloudera-quickstart from docker-hub, simply use the following command:

docker pull caioquirino/docker-cloudera-quickstart

##Use To start an instance in BACKGROUND (as daemon):

docker run -i -t -d caioquirino/docker-cloudera-quickstart

To start an instance in FOREGROUND:

docker run -i -t caioquirino/docker-cloudera-quickstart

To open more terminal instances for the running instance:

docker ps
docker exec -i -t CONTAINER_ID bash -l

#Links

Pull the image on Docker Hub

Github page

Checklist of components:

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

Cloudera Documentation

#Please report any issue or feedback if possible.

About

Docker Cloudera Quick Start Image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%