Configuring Server-Side Properties
You can use the connector to apply configuration properties to the Hive server by setting the properties in the connection URL.
For example, to set the mapreduce.job.queuename
property to myQueue
, you would use a connection URL such as the following:
jdbc:hive://localhost:18000/default2;AuthMech=3;
UID=simba;PWD=simba;mapreduce.job.queuename=myQueue
Note:
For a list of all Hadoop and Hive server-side properties that your
implementation supports, run the set -v
command at the Hive CLI command line or
Beeline. You can also execute the set -v
query after connecting using the
connector.
- Configuring the Simba Apache Hive JDBC Connector on page 1
- Building the Connection URL