Skip to main content

How to add hive configuration in Hive query processor?

  • December 21, 2021
  • 0 replies
  • 15 views

AkshayJadhav
StreamSets Employee
Forum|alt.badge.img

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

 

Did this topic help you find an answer to your question?
This topic has been closed for comments