Re: Review Request 65700: [ATLAS-2456]: Implement tag propagation using relationships

2018-02-20 Thread Madhan Neethiraj
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65700/#review197822 --- Ship it! Ship It! - Madhan Neethiraj On Feb. 20, 2018, 7

Build failed in Jenkins: PreCommit-ATLAS-Build-Test #107-branch-0.8-0001-Changes-to-ATLAS-2444-impl.patch

2018-02-20 Thread Apache Jenkins Server
See -- [...truncated 335.18 KB...] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:310) at org.testng.SuiteRunner.run(SuiteRunner.java:259) at

Build failed in Jenkins: PreCommit-ATLAS-Build-Test #106-branch-0.8-0001-Changes-to-ATLAS-2444-impl.patch

2018-02-20 Thread Apache Jenkins Server
See -- [...truncated 330.40 KB...] at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108) at

Re: Review Request 65700: [ATLAS-2456]: Implement tag propagation using relationships

2018-02-20 Thread Sarath Subramanian
> On Feb. 19, 2018, 12:03 p.m., Madhan Neethiraj wrote: > > repository/src/main/java/org/apache/atlas/repository/store/graph/v1/EntityGraphRetriever.java > > Lines 574 (patched) > > > > > > In edges that connect an

Re: Relationships to struct fields

2018-02-20 Thread Pierre Padovani
So we have a set of types that represent a property graph schema. The edge type contains a struct that defines the 'type' of the edge and contains three values: - label - fromVertexType - toVertextType The idea being that the triplet defines the unique id of the edge type. The fromVertexType and

Re: Relationships to struct fields

2018-02-20 Thread Mandy Chessell
Hello Pierre, It does depend on the level of Atlas you are using. In the latest build, I am sorry, this is not supported. If you need this, then convert the Struct into an Entity. The Relationship then represents the attribute in each of the entities it is connecting. Older versions of

Re: Relationships to struct fields

2018-02-20 Thread David Radley
Hi Pierre, That is not the way we have implemented the relationships. It is only possible to have relationships between 2 entities. I think this makes sense to restrict to entities. I am interested why you need this and whether there are alternative ways to model what you need, all the best,

Relationships to struct fields

2018-02-20 Thread Pierre Padovani
Quick question, as I could not find any documentation that asserts this is a valid use case or not. I have a type with a struct. I'd like to create a relationship from a field in the struct to another type. Is this even possible?

Save the date: ApacheCon North America, September 24-27 in Montréal

2018-02-20 Thread Rich Bowen
Dear Apache Enthusiast, (You’re receiving this message because you’re subscribed to a user@ or dev@ list of one or more Apache Software Foundation projects.) We’re pleased to announce the upcoming ApacheCon [1] in Montréal, September 24-27. This event is all about you — the Apache project

[jira] [Commented] (ATLAS-2456) Implement tag propagation using relationships

2018-02-20 Thread David Radley (JIRA)
[ https://issues.apache.org/jira/browse/ATLAS-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16369846#comment-16369846 ] David Radley commented on ATLAS-2456: - [~sarath.ku...@gmail.com] Thanks for your reply. >From your