Answer Posted / Saneep Singh
To set the Hive execution engine to Spark, you can update the `hive.execution.engine` property in Hive configuration files (hive-site.xml or core-site.xml) and set its value to "tez" or "spark". For example, if using Tez as the execution engine, the relevant line should be:nt<property>ntt<name>hive.execution.engine</name>ntt<value>tez</value>nt</property>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers