Issue:
- Is there any way to add spark.yarn.queue = root.dev in hive query processor?
- How to add the configuration hive.execution.engine = spark in hive query processor?
Solution:
Add the configuration in the JDBC URL:
jdbc:hive2://<hostname>:<port>/default;user=hive;password=hive?hive.execution.engine=spark;spark.yarn.queue=root.dev