Sign inSign up

openeuler/impala

Sponsored OSS

By openeuler

Updated about 1 year ago

Image
0

5.6K

openeuler/impala repository overview

Quick reference

Impala | 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

TagCurrentlyArchitectures
4.4.1-oe2403ltsApache impala 4.4.1 on openEuler 24.03-LTSamd64, arm64
4.5.0-oe2403sp2Apache impala 4.5.0 on openEuler 24.03-LTS-SP2amd64, arm64

Usage

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
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:864dc9195

Size

13.2 GB

Last updated

about 1 year ago

docker pull openeuler/impala

This week's pulls

Pulls:

9

Last week