Skip to content

Custom Cloudera Quickstart Docker image (parcels, Kafka, security)

Notifications You must be signed in to change notification settings

norbjd/docker-cloudera-quickstart-custom

Repository files navigation

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

About

Custom Cloudera Quickstart Docker image (parcels, Kafka, security)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages