Description
In Scala, HiveContext sets a config spark.sql.catalogImplementation of the given SparkContext and then passes to SparkSession.builder.
The HiveContext in PySpark should behave as the same as it in Scala.
In Scala, HiveContext sets a config spark.sql.catalogImplementation of the given SparkContext and then passes to SparkSession.builder.
The HiveContext in PySpark should behave as the same as it in Scala.