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

Quick reference

atlas | openEuler

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

Atlas is a scalable and extensible set of core foundational governance services – enabling enterprises to effectively and efficiently meet their compliance requirements within Hadoop and allows integration with the whole enterprise data ecosystem.

Apache Atlas provides open metadata management and governance capabilities for organizations to build a catalog of their data assets, classify and govern these assets and provide collaboration capabilities around these data assets for data scientists, analysts and the data governance team.

Learn more on atlas website.

Supported tags and respective Dockerfile links

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

Tags Currently Architectures
2.4.0-oe2403sp4 atlas 2.4.0 on openEuler 24.03-LTS-SP4 amd64, arm64
2.4.0-oe2403sp3 atlas 2.4.0 on openEuler 24.03-LTS-SP3 amd64, arm64
2.4.0-oe2403sp1 Apache Atlas 2.4.0 on openEuler 24.03-LTS-SP1 amd64, arm64

Usage

Start a atlas instance by following command:

docker run -it \
    --name atlas \
    -p 21000:21000 \
    openeuler/atlas:latest

Running Apache Atlas with Local Apache HBase & Apache Solr

bin/atlas_start.py

To verify if Apache Atlas server is up and running, run curl command as shown below:

curl -u {username}:{password} http://localhost:21000/api/atlas/admin/version

This will return result like

{"Description":"Metadata Management and Data Governance Platform over Hadoop","Version":"2.2.0","Name":"apache-atlas"}

Access Apache Atlas UI using a browser: http://localhost:21000, the default credentials: admin / admin.

To stop Apache Atlas, run following command:

bin/atlas_stop.py

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.