文件最后提交记录最后更新时间
1 年前
8 天前
8 天前
8 天前
8 天前
README

Quick reference

parquet | openEuler

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

Apache Parquet is an open source, column-oriented data file format designed for efficient data storage and retrieval. It provides high performance compression and encoding schemes to handle complex data in bulk and is supported in many programming language and analytics tools.

For more information about parquet, please visit https://parquet.apache.org/.

Supported tags and respective Dockerfile links

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

Tags Currently Architectures
2.12.0-oe2403sp4 parquet 2.12.0 on openEuler 24.03-LTS-SP4 amd64, arm64
2.12.0-oe2403sp1 parquet 2.12.0 on openEuler 24.03-LTS-SP1 amd64, arm64
2.11.0-oe2403sp1 Apache Parquet 2.11.0 on openEuler 24.03-LTS-SP1 amd64, arm64

Usage

Users should start a parquet instance by following command:

docker run -it --name parquet openeuler/parquet:latest

If someone needs to use the complete functions, please visit http://parquet.apache.org/ for setting up parquet.

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.