Yes, with should be with HiveContext, not SQLContext.
From: ayan guha [mailto:guha.a...@gmail.com]
Sent: Tuesday, June 23, 2015 2:51 AM
To: smazumder
Cc: user
Subject: Re: Support for Windowing and Analytics functions in Spark SQL
1.4 supports it
On 23 Jun 2015 02:59, "Sourav Maz
1.4 supports it
On 23 Jun 2015 02:59, "Sourav Mazumder" wrote:
> Hi,
>
> Though the documentation does not explicitly mention support for Windowing
> and Analytics function in Spark SQL, looks like it is not supported.
>
> I tried running a query like Select Lead(, 1) over (Partition
> By order
Hi,
Though the documentation does not explicitly mention support for Windowing
and Analytics function in Spark SQL, looks like it is not supported.
I tried running a query like Select Lead(, 1) over (Partition
By order by ) from and I got error
saying that this feature is unsupported.
I tried
You can look at the Spark SQL programming guide.
http://spark.apache.org/docs/1.3.0/sql-programming-guide.html
and the Spark API.
http://spark.apache.org/docs/1.3.0/api/scala/index.html#org.apache.spark.package
On Thu, Mar 26, 2015 at 5:21 PM, Masf wrote:
> Ok,
>
> Thanks. Some web resource whe
Ok,
Thanks. Some web resource where I could check the functionality supported
by Spark SQL?
Thanks!!!
Regards.
Miguel Ángel.
On Thu, Mar 26, 2015 at 12:31 PM, Cheng Lian wrote:
> We're working together with AsiaInfo on this. Possibly will deliver an
> initial version of window function suppo
We're working together with AsiaInfo on this. Possibly will deliver an
initial version of window function support in 1.4.0. But it's not a
promise yet.
Cheng
On 3/26/15 7:27 PM, Arush Kharbanda wrote:
Its not yet implemented.
https://issues.apache.org/jira/browse/SPARK-1442
On Thu, Mar 26,
Its not yet implemented.
https://issues.apache.org/jira/browse/SPARK-1442
On Thu, Mar 26, 2015 at 4:39 PM, Masf wrote:
> Hi.
>
> Are the Windowing and Analytics functions supported in Spark SQL (with
> HiveContext or not)? For example in Hive is supported
> https://cwiki.apache.org/confluence/d
Hi.
Are the Windowing and Analytics functions supported in Spark SQL (with
HiveContext or not)? For example in Hive is supported
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+WindowingAndAnalytics
Some tutorial or documentation where I can see all features supported by
Spark SQ