Docker image for building Apache Kudu from sources.
The (very fat) container image can be found on DockerHub mweindel/apache-kudu
If you only want to run Apache Kudu, please consider the image from project kudu-docker-slim instead.
docker run -d --rm --name apache-kudu -p 7051:7051 -p 7050:7050 -p 8051:8051 -p 8050:8050 mweindel/apache-kudu
docker build . -t mweindel/apache-kudu
docker tag mweindel/apache-kudu mweindel/apache-kudu:1.15.0