Skip to content

parrot-stream/docker-kudu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kudu


Description


This image runs Apache Kudu included in the Cloudera CDH distribution.

You can pull it with:

docker pull parrotstream/kudu

You can also find other images based on different Apache Kudu releases, using a different tag in the following form:

docker pull parrotstream/kudu:[kudu-release]-[cdh-release]

Stop with Docker Compose:

docker-compose -p parrot up

IMPORTANT: You need the ntpd daemon running on the host. To install it:

apt-get install ntp (Debian, Ubuntu)
yum install ntp     (RedHat, Centos)

sudo service ntp start

Once started you'll be able to access to the following UIs:

Kudu Web UIs URL
Kudu Master http://localhost:8051
Kudu Tablet Server http://localhost:8050

Available tags:

About

Scripts to build a Docker image with Apache Kudu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published