Automating mode selection
You need to know the prerequisites for using Auto Translate to select an execution mode transparently, based on your query. In a single step, you configure Auto Translate and submit an application.
spark.sql.extensions
property to enable auto
translation. When you enable Auto Translate, Spark implicitly selects HWC, or native
Apache Spark to run your query. Spark selects HWC when you query an Apache Hive managed
(ACID) table and falls back to native Spark for reading external tables. You can use the
same Spark APIs to access either managed or external tables.- Configure Spark Direct Reader mode and JDBC execution mode.
- Configure Kerberos.