Hi,

In spark-shell (scala), we import,
*org.apache.spark.sql.hive.thriftserver._*
for starting Hive Thrift server programatically for particular hive context
as
*HiveThriftServer2.startWithContext(hiveContext)*
to expose registered temp table for that particular session.

We used pyspark for creating dataframe
Is there package on python for importing HiveThriftServer

Thanks

Reply via email to