Sign inSign up

sonnyhcl/apache-atlas

By sonnyhcl

Updated about 5 years ago

Image
1

1M+

sonnyhcl/apache-atlas repository overview

Build Status

Rokku Dev - Apache Atlas

Background

Atlas image already contains dependencies - hbase and solr, it has been compiled using them. But it has been set to use external zookeeper and kafka. The main server port is 21000.

mvn clean -DskipTests package -Pdist,embedded-hbase-solr

As base image Centos 7 has been used

Quickstart
  1. run docker-compose build to create new docker image or
  2. run docker-compose up -d atlas-server to start an image.
  3. Access Atlas server using admin user and password
http://localhost:21000

Or verify that server is up and running using

curl -u admin:admin http://localhost:21000/api/atlas/admin/version
NOTE: currently image is quite large (1.0GB) :( because of atlas bins and its depencencies (hbase and solr).

Also startup may take some time depending on HW resources...

Tag summary

Content type

Image

Digest

Size

1.6 GB

Last updated

almost 6 years ago

docker pull sonnyhcl/apache-atlas