Skip to content

Commit

Permalink
Updated guide for Hive connection
Browse files Browse the repository at this point in the history
  • Loading branch information
iadi7ya authored and kaxil committed Nov 8, 2020
1 parent e5b3787 commit 9a2c767
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/howto/connection/hive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Port (optional, for beeline jdbc url)
Extra (optional, connection parameters)
Specify the extra parameters (as json dictionary) that can be used in hive connection. The following parameters out of the standard python parameters are supported:

* ``auth`` - Connection parameter gets passed as in the ``jdbc`` connection string. Possible settings inlude: NONE, NOSASL, KERBEROS, PLAINSASL, LDAP.
* ``mapred_queue`` - Queue used by the Hadoop Scheduler (Capacity or Fair)
* ``mapred_queue_priority`` - Priority within the job queue. Possible settings include: VERY_HIGH, HIGH, NORMAL, LOW, VERY_LOW.
* ``mapred_job_name`` - This name will appear in the jobtracker. This can make monitoring easier.

0 comments on commit 9a2c767

Please sign in to comment.