Atlas Setup for Guzzle use - ja-guzzle/guzzle_docs GitHub Wiki

Steps to setup Guzzle

  1. Download the Atlas bundle: https://guzzlesa.blob.core.windows.net/guzzle-release/apache-atlas-2.0.0-server.tar.gz
  2. Below steps for install
# In guzzle VM or separate machine
Start atlas:
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk/
export MANAGE_LOCAL_HBASE=true
export MANAGE_LOCAL_SOLR=true
./bin/atlas_start.py

# Stop atlas:
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk/
./bin/atlas_stop.py


# Reset atlas entities:
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk/
./hbase/bin/hbase shell
disable 'apache_atlas_janus'
drop 'apache_atlas_janus'
disable 'apache_atlas_entity_audit'
drop 'apache_atlas_entity_audit'

- Stop atlas applications
- Start atlas applications
- Create atlas types using create-atlas-types.sh (mentioned in CL install doc)


stop atlas
start atlas

Create Guzzle related Types in Atlas

To create atlas types run following script: create-atlas-types.sh

⚠️ **GitHub.com Fallback** ⚠️