Skip to content

TrivadisPF/docker-apache-atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Apache Atlas Support for Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published