Skip to content

Scripts to build a Docker image with Apache Impala.

Notifications You must be signed in to change notification settings

zhangweibin/docker-impala

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Scripts to build a Docker image with Apache Impala.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 87.3%
  • Dockerfile 12.7%