Hi, I want to extract a subgraph using two clauses such as (?person worksAt
MIT && MIT locatesIn USA), I have this query. My data is constructed as
triplets so I assume Graphx will suit it best. But I found out that subgraph
method only supports a single edge checking and it seems to me that I cannot
check the neighboring edges for all edges. Is it true? Is there any way to
check two edge attributes in Graphx?

Thanks



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/find-subgraph-in-Graphx-tp14996.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to