Re: [Spark 1.5.2]Check Foreign Key constraint

2016-05-11 Thread Divya Gehlot
Can you please help me with example . Thanks, Divya On 11 May 2016 at 16:55, Ankit Singhal wrote: > You can use Joins as a substitute to subqueries. > > On Wed, May 11, 2016 at 1:27 PM, Divya Gehlot > wrote: > >> Hi, >> I am using Spark 1.5.2 with Apache Phoenix 4.4 >> As Spark 1.5.2 doesn

Re: [Spark 1.5.2]Check Foreign Key constraint

2016-05-11 Thread Ankit Singhal
You can use Joins as a substitute to subqueries. On Wed, May 11, 2016 at 1:27 PM, Divya Gehlot wrote: > Hi, > I am using Spark 1.5.2 with Apache Phoenix 4.4 > As Spark 1.5.2 doesn't support subquery in where conditions . > https://issues.apache.org/jira/browse/SPARK-4226 > > Is there any altern

[Spark 1.5.2]Check Foreign Key constraint

2016-05-11 Thread Divya Gehlot
Hi, I am using Spark 1.5.2 with Apache Phoenix 4.4 As Spark 1.5.2 doesn't support subquery in where conditions . https://issues.apache.org/jira/browse/SPARK-4226 Is there any alternative way to find foreign key constraints. Would really appreciate the help. Thanks, Divya