Rule to replace Spark's SortExec plans with an optimized SnappySortExec (in SMJ for now).
Rule to replace Spark's SortExec plans with an optimized SnappySortExec (in SMJ for now). Also sets the "spark.task.cpus" property implicitly for file scans/writes.
Holds all session-specific state for a given SnappySession.
An instance of the Spark SQL execution engine that integrates with data stored in Hive.
An instance of the Spark SQL execution engine that integrates with data stored in Hive. Configuration for Hive is read from hive-site.xml on the classpath.
(Since version 2.0.0) Use SparkSession.builder.enableHiveSupport instead
A utility class to get hive meta-store connection to underlying SnappyData store.
A utility class to get hive meta-store connection to underlying SnappyData store. The main use of this class is to setup hive metadata client properties appropriate for connection to embedded store.
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.