The official apache kudu docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, 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
| Tags | Currently | Architectures |
|---|---|---|
| 1.18.0-oe2403sp4 | kudu 1.18.0 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 1.18.0-oe2403sp2 | kudu 1.18.0 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 1.17.1-oe2403lts | Apache kudu 1.17.1 on openEuler 24.03-LTS | amd64, arm64 |
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
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:91af11cef…
Size
427.2 MB
Last updated
2 months ago
docker pull openeuler/kuduPulls:
1
Last week