[VOTE] Release Apache Atlas v 0.8.3 - RC0

2018-10-17 Thread Ashutosh Mestry
Apache Atlas 0.8.3 Release Candidate #0 is now available for a vote within dev 
community.

Links to the release artifacts are given below. Please review and vote.

The vote will be open for at least 72 hours or until necessary votes are 
reached.
  [ ] +1 approve
  [ ] +0 no opinion
  [ ] -1 disapprove (and reason why)

Ashutosh Mestry 

List of issues addressed in this release: 
https://issues.apache.org/jira/browse/ATLAS-2924?jql=project%20%3D%20ATLAS%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%200.8.3%20ORDER%20BY%20key%20DESC

Git tag for the release: https://github.com/apache/atlas/tree/release-0.8.3-rc0

Sources for the release: 
https://dist.apache.org/repos/dist/dev/atlas/0.8.3-rc0/apache-atlas-0.8.3-sources.tar.gz

Source release verification:
PGP Signature:  
https://dist.apache.org/repos/dist/dev/atlas/0.8.3-rc0/apache-atlas-0.8.3-sources.tar.gz.asc
SHA512 Hash: 
https://dist.apache.org/repos/dist/dev/atlas/0.8.3-rc0/apache-atlas-0.8.3-sources.tar.gz.sha512

Keys to verify the signature of the release artifacts are available at: 
https://dist.apache.org/repos/dist/dev/atlas/KEYS




[GitHub] atlas pull request #12: Better logging for graph database initialization err...

2018-10-17 Thread gmcoringa
GitHub user gmcoringa opened a pull request:

https://github.com/apache/atlas/pull/12

Better logging for graph database initialization error

Improve logs to know the reason of a graph failure. The old code was 
appending the exception object, which was only writing the exception message 
without the real reason of the graph database initialization failure.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gmcoringa/atlas log-improve

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/atlas/pull/12.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #12


commit c4301dab3b33a51a4089382706b0c5d68339159f
Author: Fabiano V. Santos 
Date:   2018-10-17T19:17:33Z

Improve logs to know the reason of a graph failure




---


[jira] [Updated] (ATLAS-2919) Install ATLAS into Azure Virtual Machine

2018-10-17 Thread Mahender Shankesi (JIRA)


 [ 
https://issues.apache.org/jira/browse/ATLAS-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahender Shankesi updated ATLAS-2919:
-
Component/s:  atlas-core

> Install ATLAS into Azure Virtual Machine
> 
>
> Key: ATLAS-2919
> URL: https://issues.apache.org/jira/browse/ATLAS-2919
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 1.0.0
>Reporter: Mahender Shankesi
>Priority: Major
> Attachments: application.log
>
>
> I'm trying to install Atlas into my Azure Virtual Machine. I have followed 
> the steps from the below location.
> [https://atlas.apache.org/InstallationSteps.html]
> I'm able to start atlas_start but when I execute curl command I got the below 
> error
> $ curl -u admin:admin 
> [http://myip:21000/api/atlas/admin/version|http://10.41.64.19:21000/api/atlas/admin/version]
> curl: (7) Failed to connect to myip port 21000: Connection refused
> $ curl -u admin:admin 
> [https://myip/api/atlas/admin/version|https://10.41.64.19:21443/api/atlas/admin/version]
> curl: (7) Failed to connect to myip port 21443: Connection refused
> I went to atlas_config.py and change the DEFAULT_ATLAS_SERVER_HOST to my ip. 
> None of them seems to be working.
>  
> $ netstat -a | grep 21000
> netstat -a | grep 21443
> Didn't return anything
>  
> Debug further and found that Cassandra is an issue. I reached out to dev team 
> and I got below response
> {color:#22}"This looks like an issue with the packaging, a wrong version 
> of netty is getting pulled in. ll try to find the source and update the 
> thread" {color}
>  
> {color:#22}I'm attaching the application log for this ticket. {color}
>  
> {color:#22}For better transparency and visibility I'm creating a Jira 
> ticket so that if anyone else has the same issue they can also look into 
> it.{color}
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ATLAS-2919) Install ATLAS into Azure Virtual Machine

2018-10-17 Thread Mahender Shankesi (JIRA)


 [ 
https://issues.apache.org/jira/browse/ATLAS-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mahender Shankesi updated ATLAS-2919:
-
Affects Version/s: 1.0.0

> Install ATLAS into Azure Virtual Machine
> 
>
> Key: ATLAS-2919
> URL: https://issues.apache.org/jira/browse/ATLAS-2919
> Project: Atlas
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Mahender Shankesi
>Priority: Major
> Attachments: application.log
>
>
> I'm trying to install Atlas into my Azure Virtual Machine. I have followed 
> the steps from the below location.
> [https://atlas.apache.org/InstallationSteps.html]
> I'm able to start atlas_start but when I execute curl command I got the below 
> error
> $ curl -u admin:admin 
> [http://myip:21000/api/atlas/admin/version|http://10.41.64.19:21000/api/atlas/admin/version]
> curl: (7) Failed to connect to myip port 21000: Connection refused
> $ curl -u admin:admin 
> [https://myip/api/atlas/admin/version|https://10.41.64.19:21443/api/atlas/admin/version]
> curl: (7) Failed to connect to myip port 21443: Connection refused
> I went to atlas_config.py and change the DEFAULT_ATLAS_SERVER_HOST to my ip. 
> None of them seems to be working.
>  
> $ netstat -a | grep 21000
> netstat -a | grep 21443
> Didn't return anything
>  
> Debug further and found that Cassandra is an issue. I reached out to dev team 
> and I got below response
> {color:#22}"This looks like an issue with the packaging, a wrong version 
> of netty is getting pulled in. ll try to find the source and update the 
> thread" {color}
>  
> {color:#22}I'm attaching the application log for this ticket. {color}
>  
> {color:#22}For better transparency and visibility I'm creating a Jira 
> ticket so that if anyone else has the same issue they can also look into 
> it.{color}
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: Need Help!!! Atlas Installation Error

2018-10-17 Thread Apoorv Naik
Hi Mahender,

Sorry I didn't have time to investigate this. I'll try looking at it today
or tomorrow.

On Wed, Oct 17, 2018 at 6:56 AM Mahender Shankesi <
mahender.x.shank...@gsk.com> wrote:

> Dev Team,
>
>
>
> Any update on this?
>
>
>
> Mahender
>
>
>
> *From:* Shankesi Mahender 
> *Sent:* Monday, October 15, 2018 9:30 AM
> *To:* apoorvn...@apache.org; Mahender Shankesi <
> mahender.x.shank...@gsk.com>
> *Cc:* Madhan Neethiraj ; dev@atlas.apache.org
> *Subject:* Re: Need Help!!! Atlas Installation Error
>
>
>
> *EXTERNAL*
>
> Apoorv/Dev Team,
>
>
>
> Any update on the below request? For tracking purpose I have created a
> JIRA ticket with Apache.
>
>
>
> https://issues.apache.org/jira/browse/ATLAS-2919
>
>
>
> Meanwhile can anyone share the Datamodel of ATLAS.
>
>
>
> Thanks & Regards,
>
> Mahender
>
>
>
>
>
>
>
>
>
>
>
> On Thu, Oct 11, 2018 at 6:44 PM Shankesi Mahender 
> wrote:
>
> Thanks Apoorv.
>
>
>
> Mahender
>
>
>
> On Thu, Oct 11, 2018 at 4:21 PM Apoorv Naik  wrote:
>
> This looks like an issue with the packaging, a wrong version of netty is
> getting pulled in. I'll try to find the source and update the thread.
>
>
>
> On Thu, Oct 11, 2018 at 1:10 PM Shankesi Mahender 
> wrote:
>
> Please find attached the application log. Did some more debugging and
> found out that starting cassandra is an issue.
>
>
>
> Any help would be greatly appreciated.
>
>
>
> I  got at one situation where I can't proceed further.
>
>
>
> Regards,
>
> Mahender
>
>
>
> On Thu, Oct 11, 2018 at 12:56 PM Shankesi Mahender 
> wrote:
>
> Madhan/Dev team,
>
>
>
> I'm able to install by changing the command  mvn clean -DskipTests package
> -Pdist,embedded-cassandra-solr
>
>
>
> I faced the same issue with executing the curl command again..
>
>
>
> $
> 
> curl -u admin:admin http://myip:21000/api/atlas/admin/version
> 
>
> curl: (7) Failed to connect to myip port 21000: Connection refused
>
> $
> 
> curl -u admin:admin https://myip/api/atlas/admin/version
> 
>
> curl: (7) Failed to connect to myip port 21443: Connection refused
>
>
>
> I went to atlas_config.py and change the DEFAULT_ATLAS_SERVER_HOST to my
> ip. None of them seems to be working.
>
>
>
> $ netstat -a | grep 21000
>
> netstat -a | grep 21443
>
>
>
> Didn't return anything.
>
>
>
> Do I need to do anything extra which is not documented in the instructions?
>
>
>
> Thanks for your help.
>
>
>
> Mahender
>
>
>
> On Wed, Oct 10, 2018 at 11:54 PM Shankesi Mahender 
> wrote:
>
> Dev team,
>
>
>
> I'm able to install when I changed the command like below.
>
>
>
> mvn clean -DskipTests package -Pdist,embedded-cassandra-solr.
>
>
>
> After that when I started apache server I'm getting the below error.
>
>
>
>  File "atlas_start.py", line 107
>
> print "Cannot run setup when server is running."
>
>^
>
> SyntaxError: Missing parentheses in call to 'print'
>
>
>
> I tried to stop the server if it is already started but I got the same
> kind of error.
>
>
>
> File "atlas_stop.py", line 63
>
> print "Apache Atlas Server stopped!!!\n"
>
>^
>
> SyntaxError: Missing parentheses in call to 'print'
>
>
>
> Can  anyone help me on this?
>
>
>
> Thanks,
>
> Mahender
>
>
>
>
>
>
>
> On Wed, Oct 10, 2018 at 4:23 PM Mahender Shankesi 
> wrote:
>
> I changed it but still not working.
>
>
>
> Mahender
>
> Sent from my iPhone
>
>
> On Oct 10, 2018, at 4:03 PM, Madhan Neethiraj  wrote:
>
> (copying dev list)
>
>
>
> Mahender – the port # to use is “21000”; the curl commands you listed show
> “2100”. Please try after correcting this.
>
>
>
> @Pierre – perhaps you can help with the question on Cassandra?
>
>
>
> Madhan
>
>
>
>
>
> *From: *Shankesi Mahender 
> *Date: *Wednesday, October 10, 2018 at 12:37 PM
> *To: *"mad...@apache.org" 
> *Subject: *Re: Need Help!!! Atlas Installation Error
>
>
>
> Madhan,
>
>
>
> I followed the instructions in the below site..
>
>
>
> https://atlas.apache.org/InstallationSteps.html
>
>
>
> I did it in two machines one Azure VM and one Azure Hdinisights.
>
>
>
> Hdinsights I'm able to install all steps correctly and run apache_start
> properly. However I'm not able to run the curl command..
>
>
>
>
> sshuser@XXX:~/xyz/apache-atlas-sources-1.1.0/distro/target/apache-atlas-1.1.0/bin$
> curl -u admin:admin
> https://xxx.azurehdinsight.net:2100/api/atlas/admin/version
>
> ^C
>
>
> sshuser@xxx:~/xxx/apache-atlas-sources-1.1.0/distro/target/apache-atlas-1.1.0/bin$
> curl -u admin:admin https://localhost:2100/api/atlas/admin/version
>
> curl: (7) Failed to connect to localhost port 2100: Connection refused
>
>
>
>
>
> However I'm facing challenges in install the steps in VM..
>
>
>
> mvn clean package -Pdist,embedded-cassandra-solr
>
>
>
> I'm getting the below error and it is hanging there..
>
>
>
>
> pache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.get