Does SQLSpark support Hive built in functions?

2014-10-22 Thread shahab
Hi, I just wonder if SparkSQL supports Hive built-in functions (e.g. from_unixtime) or any of the functions pointed out here : ( https://cwiki.apache.org/confluence/display/Hive/Tutorial) best, /Shahab

Re: Does SQLSpark support Hive built in functions?

2014-10-22 Thread Michael Armbrust
Yes, when using a HiveContext. On Wed, Oct 22, 2014 at 2:20 PM, shahab shahab.mok...@gmail.com wrote: Hi, I just wonder if SparkSQL supports Hive built-in functions (e.g. from_unixtime) or any of the functions pointed out here : ( https://cwiki.apache.org/confluence/display/Hive/Tutorial)