Re: Spark SQL - Global Temporary View is not behaving as expected

2017-04-24 Thread vincent gromakowski
, 24 April 2017 at 16.41 > *To: *vincent gromakowski > *Cc: *Hemanth Gudela , "user@spark.apache.org" > , Felix Cheung > > *Subject: *Re: Spark SQL - Global Temporary View is not behaving as > expected > > > > As Vincent mentioned, Alluxio helps with sharing

Re: Spark SQL - Global Temporary View is not behaving as expected

2017-04-24 Thread Hemanth Gudela
. Thanks, Hemanth From: Gene Pang Date: Monday, 24 April 2017 at 16.41 To: vincent gromakowski Cc: Hemanth Gudela , "user@spark.apache.org" , Felix Cheung Subject: Re: Spark SQL - Global Temporary View is not behaving as expected As Vincent mentioned, Alluxio helps with sharing d

Re: Spark SQL - Global Temporary View is not behaving as expected

2017-04-24 Thread Gene Pang
a lot. >> >> >> >> But yeah, thanks for explaining the behavior of global temporary view, >> now it’s clear J >> >> >> >> -Hemanth >> >> >> >> *From: *Felix Cheung >> *Date: *Saturday, 22 April 2017 at 11.05 >&

Re: Spark SQL - Global Temporary View is not behaving as expected

2017-04-22 Thread vincent gromakowski
J > > > > -Hemanth > > > > *From: *Felix Cheung > *Date: *Saturday, 22 April 2017 at 11.05 > *To: *Hemanth Gudela , "user@spark.apache.org" > > *Subject: *Re: Spark SQL - Global Temporary View is not behaving as > expected > > > > Cro

Re: Spark SQL - Global Temporary View is not behaving as expected

2017-04-22 Thread Hemanth Gudela
d my usecase a lot. But yeah, thanks for explaining the behavior of global temporary view, now it’s clear ☺ -Hemanth From: Felix Cheung Date: Saturday, 22 April 2017 at 11.05 To: Hemanth Gudela , "user@spark.apache.org" Subject: Re: Spark SQL - Global Temporary View is not behavi

Re: Spark SQL - Global Temporary View is not behaving as expected

2017-04-22 Thread Felix Cheung
...@qvantel.com>> Sent: Saturday, April 22, 2017 12:57 AM Subject: Spark SQL - Global Temporary View is not behaving as expected To: mailto:user@spark.apache.org>> Hi, According to documentation<http://spark.apache.org/docs/latest/sql-programming-guide.html#global-temporary-view>,

Spark SQL - Global Temporary View is not behaving as expected

2017-04-22 Thread Hemanth Gudela
Hi, According to documentation, global temporary views are cross-session accessible. But when I try to query a global temporary view from another spark shell like this --> Instance 1 of spark-shell --