Skip to content

Instantly share code, notes, and snippets.

@ottomata
Created July 11, 2019 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ottomata/e9b222597b64d693b35421e1f377f628 to your computer and use it in GitHub Desktop.
Save ottomata/e9b222597b64d693b35421e1f377f628 to your computer and use it in GitHub Desktop.
getting apache atlas to work
Downloaded ring-cors manually and put it in .m2/repositories from
https://clojars.org/repo/ring-cors/ring-cors/0.1.5/
~/atlas/apache-maven-3.6.1/bin/mvn -Dhttp.proxyHost=webproxy.eqiad.wmnet -Dhttp.proxyPort=8080 -Dhttps.proxyHost=webproxy.eqiad.wmnet -Dhttps.proxyPort=8080 -DskipTests package -Pdist,embedded-hbase-solr -pl \!:storm-bridge-shim
// use elasticsearch and berkeleydb
~/atlas/apache-maven-3.6.1/bin/mvn -Dhttp.proxyHost=webproxy.eqiad.wmnet -Dhttp.proxyPort=8080 -Dhttps.proxyHost=webproxy.eqiad.wmnet -Dhttps.proxyPort=8080 clean -DskipTests package -Pdist,berkeley-elasticsearch
// dl je-5.0.73.jar into libext/
cp ~/jackson-jaxrs-json-provider-2.9.8.jar hook/hive/atlas-hive-plugin-impl/
[:/Users/otto/Downloads] $ scp jackson-jaxrs-json-provider-2.9.8.jar stat1004.e:/home/otto/atlas/apache-atlas-sources-1.2.0/distro/target/apache-atlas-1.2.0-hive-hook/apache-atlas-hive-hook-1.2.0/hook/hive/atlas-hive-plugin-impl/
[:/Users/otto/Downloads] $ scp jackson-jaxrs-base-2.9.8.jar stat1004.e:/home/otto/atlas/apache-atlas-sources-1.2.0/distro/target/apache-atlas-1.2.0-hive-hook/apache-atlas-hive-hook-1.2.0/hook/hive/atlas-hive-plugin-impl/
[:/Users/otto/Downloads] $ scp jackson-module-jaxb-annotations-2.9.8.jar stat1004.e:/home/otto/atlas/apache-atlas-sources-1.2.0/distro/target/apache-atlas-1.2.0-hive-hook/apache-atlas-hive-hook-1.2.0/hook/hive/atlas-hive-plugin-impl/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment