An open API service indexing awesome lists of open source software.

https://github.com/norbjd/docker-cloudera-quickstart-custom

Custom Cloudera Quickstart Docker image (parcels, Kafka, security)
https://github.com/norbjd/docker-cloudera-quickstart-custom

cloudera cloudera-manager docker kafka kerberos parcels

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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 :

```sh
./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) :

```sh
./run_simple_bash.sh
```