Re: Review Request 68985: ATLAS-2891: updated column lineage skipping logic to handle single column_lineage entry case

2018-10-11 Thread Sarath Subramanian
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68985/#review209477 --- Ship it! Ship It! - Sarath Subramanian On Oct. 10, 2018, 10:

Re: Need Help!!! Atlas Installation Error

2018-10-11 Thread Shankesi Mahender
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: > Madh

Re: Review Request 68998: ATLAS-29018: Update JanusGraph version to 0.3.1

2018-10-11 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68998/#review209467 --- Ship it! Ship It! - Madhan Neethiraj On Oct. 11, 2018, 7:56

Re: Need Help!!! Atlas Installation Error

2018-10-11 Thread Apoorv Naik
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 startin

[jira] [Commented] (ATLAS-2918) Update JanusGraph version to 0.3.1

2018-10-11 Thread Sarath Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646974#comment-16646974 ] Sarath Subramanian commented on ATLAS-2918: --- Code Review: https://reviews.apach

Review Request 68998: ATLAS-29018: Update JanusGraph version to 0.3.1

2018-10-11 Thread Sarath Subramanian
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68998/ --- Review request for atlas, Apoorv Naik, Ashutosh Mestry, and Madhan Neethiraj. B

[jira] [Updated] (ATLAS-2918) Update JanusGraph version to 0.3.1

2018-10-11 Thread Sarath Subramanian (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sarath Subramanian updated ATLAS-2918: -- Attachment: 0001-Update-JanusGraph-version-to-0.3.1-master-01.patch > Update JanusGraph

Re: Need Help!!! Atlas Installation Error

2018-10-11 Thread Apoorv Naik
Do you see a application.log file somewhere? If yes, please share the same. Did you get past the python issue ? On Oct 11, 2018 at 11:01 AM, > 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 issu

Re: Need Help!!! Atlas Installation Error

2018-10-11 Thread Shankesi Mahender
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

[jira] [Comment Edited] (ATLAS-2903) Atlas should support get the change records of entities

2018-10-11 Thread Ayush Nigam (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646329#comment-16646329 ] Ayush Nigam edited comment on ATLAS-2903 at 10/11/18 11:52 AM:

[jira] [Commented] (ATLAS-2903) Atlas should support get the change records of entities

2018-10-11 Thread Ayush Nigam (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646329#comment-16646329 ] Ayush Nigam commented on ATLAS-2903: [~wangtao_20180929] Sorry for late response,Yes

[jira] [Assigned] (ATLAS-2903) Atlas should support get the change records of entities

2018-10-11 Thread Ayush Nigam (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ayush Nigam reassigned ATLAS-2903: -- Assignee: Ayush Nigam > Atlas should support get the change records of entities >

Re: Referring existing entities in Atlas using Rest API

2018-10-11 Thread Nixon Rodrigues
Hi Anshu, You can connect to existing entity be referring the guid of already created entity. Below is the format of JSON. { "entity": { ... ... "Location" : { "guid": "<%Existing entity guid)%>", "typeName": "" ... ... } } On Thu, Oct 11, 2018 at 2:21 PM Anshu Shukla wrote: > Hi, > > I

Referring existing entities in Atlas using Rest API

2018-10-11 Thread Anshu Shukla
Hi, I have used Atlas-scripts in dev-support folder to create entities using the given json example file. But there is no example to guide and show how to connect to an already existing entity in case new entity have attribute of that type. Example- Location is an attribute inside the Source