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)
- Host: GitHub
- URL: https://github.com/norbjd/docker-cloudera-quickstart-custom
- Owner: norbjd
- Created: 2017-12-18T20:49:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T16:57:36.000Z (about 8 years ago)
- Last Synced: 2025-01-21T19:40:13.873Z (about 1 year ago)
- Topics: cloudera, cloudera-manager, docker, kafka, kerberos, parcels
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```