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 <any release name> -f values.yaml .
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
tar xvfz apache-atlas-1.1.0-sources.tar.gz
cd apache-atlas-sources-1.1.0/
mvn clean -DskipTests install
mvn clean -DskipTests package -Pdist
This will Generate tar file of Apache atlas