Using Direct Reader mode
In a few steps, you configure Apache Spark to connect to the Apache Hive metastore. An example shows how to configure Direct Reader reads while launching the Spark shell.
spark.kryo.registrator=com.qubole.spark.hiveacid.util.HiveAcidKyroRegistrator
. For secure clusters, additional configurations will be needed by spark.
.