From 9a2c767a7f2419d11be68dc3e335045386f63c8a Mon Sep 17 00:00:00 2001 From: Aditya Trivedi Date: Sun, 4 Oct 2020 10:03:07 +0530 Subject: [PATCH] Updated guide for Hive connection --- docs/howto/connection/hive.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/howto/connection/hive.rst b/docs/howto/connection/hive.rst index 2114a9052d5c2..aecf85b5881cd 100644 --- a/docs/howto/connection/hive.rst +++ b/docs/howto/connection/hive.rst @@ -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.