文件最后提交记录最后更新时间
5 天前
5 天前
5 天前
5 天前
README.md

Quick reference

hudi | openEuler

Apache Hudi is an open data lakehouse platform, built on a high-performance open table format to ingest, index, store, serve, transform and manage your data across multiple cloud data environments.

Learn more on Apache Hudi | An Open Source Data Lake Platform | Apache Hudi.

Supported tags and respective Dockerfile links

The tag of each hudi docker image is consist of the version of hudi and the version of basic image. The details are as follows

Tags Currently Architectures
1.1.1-oe2403sp4 hudi 1.1.1 on openEuler 24.03-lts-sp4 amd64, arm64
1.1.1-oe2403sp3 hudi 1.1.1 on openEuler 24.03-lts-sp3 amd64, arm64

Usage

To launch the Hudi CLI:

docker run -it openeuler/hudi:{Tag}

Once inside the CLI, connect to a Hudi table:

connect --path /path/to/hudi/table

To start a bash shell instead of the CLI:

docker run -it --entrypoint /bin/bash openeuler/hudi:{Tag}

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.