Sign inSign up

openeuler/kudu

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

10K+

openeuler/kudu repository overview

Quick reference

Kudu | openEuler

Current kudu docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Apache Kudu is an open source distributed data storage engine that makes fast analytics on fast and changing data easy.

Learn more on Kudu website.

The tag of each kudu docker image consists of the version of kudu and the version of base image. The details are as follows

TagsCurrentlyArchitectures
1.18.0-oe2403sp4kudu 1.18.0 on openEuler 24.03-LTS-SP4amd64, arm64
1.18.0-oe2403sp2kudu 1.18.0 on openEuler 24.03-LTS-SP2amd64, arm64
1.17.1-oe2403ltsApache kudu 1.17.1 on openEuler 24.03-LTSamd64, arm64

Usage

Here, users can select the {Tag} by requirements.

  • Pull the openeuler/kudu image

    docker pull openeuler/kudu:{Tag}
    
  • Run kudu container

    You can use the following command to find out how to run it:

    docker run --name my-kudu openeuler/kudu:{Tag} help
    

    You will see something like this

    Supported commands:
    master     - Start a Kudu Master
    tserver    - Start a Kudu TServer
    kudu       - Run the Kudu CLI
    help       - print useful information and exit
    
    Other commands can be specified to run shell commands.
    ...
    

    Above shows the supported commands, you can use this container following kudu documentation.

  • View container running logs

    docker logs -f my-kudu
    
  • To get an interactive shell

    docker exec -it my-kudu /bin/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:91af11cef

Size

427.2 MB

Last updated

2 months ago

docker pull openeuler/kudu

This week's pulls

Pulls:

1

Last week