Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Kudu Docker Slim

Slim docker image for Apache Kudu based on CentOS 7 and RPM from kudu-rpm

Image can be found on DockerHub

Alternatives

There is also an image with Kudu based on Ubuntu Xenial, maintained by Apache.

Getting Started

docker run -d --rm --name apache-kudu --net=host mweindel/kudu-docker-slim

If using the host network is no option, you can use something like

docker run -d --rm --name apache-kudu -p 18050:8050 -p 18051:8051 -p 17050:7050 -p 17051:7050 \
  -e KUDU_MASTER_EXTRA_OPTS='--webserver_advertised_addresses my-docker-host:18051 --rpc_advertised_addresses my-docker-host:17051' \
  -e KUDU_TSERVER_EXTRA_OPTS='--webserver_advertised_addresses my-docker-host:18050 --rpc_advertised_addresses my-docker-host:17050' \
  mweindel/kudu-docker-slim

Building

docker build . -t mweindel/kudu-docker-slim

About

Lightweight docker container with Apache Kudu

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages