Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 824 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 824 Bytes

atlas-helm-chart

This chart will install the apache atlas and used solr for indexing and cassandra as backend storage.

To install the chart. clone the repo and run following command to install chart

helm install --name <any release name> -f atlas-helm-chart/values.yaml atlas-helm-chart

This will run the solr, atlas, Cassandra and zookeeper pods

solr version : 7.5

atlas version : 1.1.0

cassandra version : 3.11.3

zookeeper version : 3.4.x

Download the Source code of Apache Atlas from here Download

Build Atlas from source

tar xvfz apache-atlas-1.1.0-sources.tar.gz

cd apache-atlas-sources-1.1.0/

mvn clean -DskipTests install

Packaging Apache Atlas

mvn clean -DskipTests package -Pdist

This will Generate tar file of Apache atlas