Has anyone been able to use Hive 0.13 ROLLUP and CUBE functions in Spark
1.3's Hive Context? According to
https://issues.apache.org/jira/browse/SPARK-2663, this has been resolved in
Spark 1.3.
I created an in-memory temp table (t) and tried to execute a ROLLUP(and
CUBE) function:
select a, b, count(*) from t group by a, b with rollup
Got the error that "with rollup" is an invalid function. Am I missing
something?
Thanks,
Chang
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/HQL-function-Rollup-and-Cube-tp22241.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]