From 97214d18a8d1a450bf74b76895a0ca4e11295c14 Mon Sep 17 00:00:00 2001 From: Aditya Trivedi Date: Sun, 4 Oct 2020 11:12:48 +0530 Subject: [PATCH] Updated guide for Hive connection --- docs/howto/connection/hive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/connection/hive.rst b/docs/howto/connection/hive.rst index aecf85b5881cd..7c455755381a7 100644 --- a/docs/howto/connection/hive.rst +++ b/docs/howto/connection/hive.rst @@ -36,7 +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. + * ``auth`` - Connection parameter gets passed as in the ``jdbc`` connection string. Possible settings include: 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.