Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.23 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.23 KB

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: