文件最后提交记录最后更新时间
7 个月前
7 个月前
7 个月前
7 个月前
README.md

Quick reference

Apache Pig | openEuler

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

Apache Pig is a platform for analyzing large data sets. Pig's language, Pig Latin, lets you specify a sequence of data transformations such as merging data sets, filtering them, and applying functions to records or groups of records. Pig comes with many built-in functions but you can also create your own user-defined functions to do special-purpose processing.

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

Supported tags and respective Dockerfile links

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

Tags Currently Architectures
0.17.0-oe2403sp2 pig 0.17.0 on openEuler 24.03-LTS-SP2 amd64, arm64
0.17.0-oe2403sp1 Apache Pig 0.17.0 on openEuler 24.03-LTS-SP1 amd64, arm64

Usage

Users should start a pig instance by following command:

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

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

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.