Apache Kudu build from source (CentOS 7)
10K+
Docker image for building Apache Kudu from sources.
The (very fat) container image can be found on DockerHub usuresearch/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 usuresearch/apache-kudu:1.8.0
docker build . -t usuresearch/apache-kudu
docker tag usuresearch/apache-kudu usuresearch/apache-kudu:1.8.0
Content type
Image
Digest
Size
570.6 MB
Last updated
almost 8 years ago
docker pull usuresearch/apache-kudu