In Spark 1.6.2, it was possible to access the HiveConf object via the below
method.

https://spark.apache.org/docs/1.6.2/api/java/org/apache/spark/sql/hive/HiveContext.html#hiveconf()

Can anyone let me know how do the same in Spark 2.0.2, from the
SparkSession object?

Reply via email to