/docker-impala

Scripts to build a Docker image with Apache Impala.

Primary LanguageShell

docker-impala


Description


This image runs Cloudera Impala distribution on HDFS.

You can pull it with:

docker pull parrotstream/impala

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

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

Stop with Docker Compose:

docker-compose -p parrot

Setting the project name to parrot with the -p option is useful to share the network created with the containers coming from other Parrot docker-compose.yml configurations.

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

Impala Web UIs URL
Impala State Store Server http://localhost:25010
Impala Catalog Server http://localhost:25020
Impala Server Daemon http://localhost:25000

Available tags: