Created 08-12-2017 09:51 PM
Hi
I tried to install apache atlas on my laptop unfortunately I keep on getting exceptions. Can any one make a tutorial to get atlas running on your laptop with embeded Solr and Hbase setting using the link:
How to configure it and what needs to be installed before hand (zookeeper). I just need a basic installation with defaults.
It would be great to mention
Once you download the repo there are multiple similar folders with the same content which I am confused about, regarding which one to use and where to run the scripts like start_atlas.py etc
Thanks
Created 08-24-2017 06:12 PM
Ok here are all the steps required to run Apache Atlas natively with Berkeley DB and Elastic:
You can now navigate to localhost:21000 to check Atlas GUI.
Hope it helps!!!!!
Created 08-14-2017 05:23 PM
If you do a mvn clean install -DskipTests -Pdist,berkeley-elasticsearch (assuming you want to run embedded dependencies) and navigate to distro/target/atlas-<version>-bin, you will be able to run atlas on the local machine using the start script (atlas_start.py) under the bin folder.
If you're want to run against hbase and solr then you would need to have the following running before trying to start Atlas
Having these running is the first step towards starting Atlas. Once these services are up and running, you'll have to make sure that Zookeeper has registered the HBase servers, Kafka brokers and Solr servers as well. The next step is to update the atlas-application.properties with the correct address/ URLs for the above services. Once that's done then Atlas should be able to start serving requests.
PS: Running embedded mode is the fastest and easiest way to get Atlas up and running on a laptop/desktop.
Hope that helps, if it does please upvote and accept the answer.
Created 08-14-2017 06:05 PM
I was trying with the following command:
mvn clean package _DskipTests-Pdist,embedded-hbase-solr
In this case Solr and Hbase are installed and started automatically when atlas starts. I did not know that I would need to install kafka separately. I do have it installed, I will run it and see if any parameter need to be set in atlas for kafka.
Created 08-24-2017 05:28 PM
I was not able to run it with hbase and solr. But the installation with berkely db and elastic works by simply following the installation steps on their website
Created 08-24-2017 05:30 PM
Yeah running against external hbase and solr does require a lot of setup which is mostly done by Ambari in any HDP deployment.
Created 08-24-2017 06:12 PM
Ok here are all the steps required to run Apache Atlas natively with Berkeley DB and Elastic:
You can now navigate to localhost:21000 to check Atlas GUI.
Hope it helps!!!!!