The official impala docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current impala docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Impala is a modern, massively-distributed, massively-parallel, C++ query engine that lets you analyze, transform and combine data from a variety of data sources. This image is the base environment with impala compiled.
Learn more about Impala on Impala Website.
The tag of each impala docker image is consist of the version of impala and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 4.4.1-oe2403lts | Apache impala 4.4.1 on openEuler 24.03-LTS | amd64, arm64 |
| 4.5.0-oe2403sp2 | Apache impala 4.5.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} based on their requirements.
Pull the openeuler/impala image from docker
docker pull openeuler/impala:{Tag}
Start a impala instance
docker run -d --name my-impala openeuler/impala:{Tag}
View container running logs
docker logs -f my-impala
To get an interactive shell
docker run -it --name my-impala openeuler/impala:{Tag} bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:864dc9195…
Size
13.2 GB
Last updated
about 1 year ago
docker pull openeuler/impalaPulls:
9
Last week