Member since
06-17-2019
5
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
844 | 06-21-2019 06:02 AM |
01-06-2020
04:32 AM
hi @rishi18011997, I have the same requirement, where in I need to upgrade Apache Atlas from 1.1.0 to 2.0 on Ambari 3.1.1 Please let me know if you got any solution for this post. Thanks and Regards, Sudhindra
... View more
06-21-2019
06:02 AM
I found the solution. So the link above really works - the installation was proper. I had to go through the logs /var/log/janusgraph . Found out a java error there. So I got to know that if you install java using Ambari's automatic install, it does not sets up the environment variable in your pc. So I followed these steps:- Open /etc/environment in a text editor and add the
following line: JAVA_HOME="/usr/jdk64/jdk1.8.0_112/” Use source to load the variable by running:- source /etc/environment Then restart JanusGraph. It works perfectly this time.
... View more
06-18-2019
05:15 AM
Thank you for letting me know about the support matrix as its really very helpful. I will prefer to install ubuntu 14.04 as I also need JanusGraph on Ambari which by this link https://github.com/JanusGraph/janusgraph-ambari is not compatible on Ambari 2.7.
... View more