org.apache.spark.sql.hive.thriftserver
The main entry point for the Spark SQL port of HiveServer2. Starts up a SparkSQLContext and a HiveThriftServer2 thrift server.
SparkSQLContext
HiveThriftServer2
:: DeveloperApi :: Starts a new thrift server with the given context.
The main entry point for the Spark SQL port of HiveServer2. Starts up a
SparkSQLContext
and aHiveThriftServer2
thrift server.