Skip to content

Commit

Permalink
hive provider: minor doc fixes (apache#19980)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakcht authored Dec 2, 2021
1 parent 347c067 commit fae0d97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Extra (optional)
The following parameters are all optional:

* ``auth_mechanism``
Specify the mechanism for authentication the default is ``NOSASL``.
Specify the mechanism for authentication. Default is ``NOSASL``.
* ``kerberos_service_name``
Specify the kerberos service name, the default is ``hive``.
Specify the kerberos service name. Default is ``hive``.


When specifying the connection in environment variable you should specify
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ Extra (optional)
The following parameters are all optional:

* ``auth_mechanism``
Specify the authentication method for PyHive choose between ``PLAIN``, ``LDAP``, ``KERBEROS`` or, ``Custom`` the default is ``PLAIN``.
Specify the authentication method for PyHive. Choose between ``PLAIN``, ``LDAP``, ``KERBEROS`` or ``Custom``. Default is ``PLAIN``.
* ``kerberos_service_name``
If authenticating with Kerberos specify the Kerberos service name, the default is ``hive``.
If authenticating with Kerberos specify the Kerberos service name. Default is ``hive``.
* ``run_set_variable_statements``
Specify the if you want to run set variable statements the default is ```True``.
Specify if you want to run set variable statements. Default is ``True``.


When specifying the connection in environment variable you should specify
Expand Down

0 comments on commit fae0d97

Please sign in to comment.