Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 889 Bytes

File metadata and controls

33 lines (22 loc) · 889 Bytes

Custom Cloudera Quickstart image

This image is based on cloudera/quickstart image, with :

  • parcels enabled (instead of Linux packages)
  • Kafka enabled (downloaded from a parcel)
  • Kerberos enabled or not
  • a user "simpleuser" for testing stuff

This image is just made for testing purpose and is a WIP, so please use carefully and at your own risk.

Build image

Before building the image (./build.sh), please download CDH and Kafka parcels on your local environment and put them on parcels/CDH and parcels/KAFKA directories (read README.md inside those folders).

Run

To run the image :

./run_with_kerberos.sh
./run_without_kerberos.sh

docker-quickstart-custom will be launched. This could be quite long (10-15 minutes) to enable all services with configuration.

To run a simple bash (without launching startup script) :

./run_simple_bash.sh