On Tue, May 27, 2014 at 6:08 PM, JaeBoo Jung <itsjb.j...@samsung.com> wrote:

>  I already tried HiveContext as well as SqlContext.
>
> But it seems that Spark's HiveContext is not completely same as Apache
> Hive.
>
> For example, SQL like 'SELECT RANK() OVER(ORDER BY VAL1 ASC) FROM TEST
> LIMIT 10' works fine in Apache Hive,
>
Spark SQL doesn't support window functions yet
(SPARK-1442<https://issues.apache.org/jira/browse/SPARK-1442>).
 Sorry for the non-obvious error message!

Reply via email to