Support for running Spark SQL queries using functionality from Apache Hive (does not require an
existing Hive installation). Supported Hive features include:
Using HiveQL to express queries.
Reading metadata from the Hive Metastore using HiveSerDes.
Hive UDFs, UDAs, UDTs
Users that would like access to this functionality should create a
HiveContext instead of a SQLContext.
Support for running Spark SQL queries using functionality from Apache Hive (does not require an existing Hive installation). Supported Hive features include:
Users that would like access to this functionality should create a HiveContext instead of a SQLContext.