This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new fae0d97 hive provider: minor doc fixes (#19980)
fae0d97 is described below
commit fae0d97b0a0c21159949e1b0e5b24bb26964bd6e
Author: Aakcht <[email protected]>
AuthorDate: Fri Dec 3 00:23:54 2021 +0300
hive provider: minor doc fixes (#19980)
---
.../connections/hive_metastore.rst | 4 ++--
.../connections/hiveserver2.rst | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git
a/docs/apache-airflow-providers-apache-hive/connections/hive_metastore.rst
b/docs/apache-airflow-providers-apache-hive/connections/hive_metastore.rst
index c5cdb4d..45316d4 100644
--- a/docs/apache-airflow-providers-apache-hive/connections/hive_metastore.rst
+++ b/docs/apache-airflow-providers-apache-hive/connections/hive_metastore.rst
@@ -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
diff --git
a/docs/apache-airflow-providers-apache-hive/connections/hiveserver2.rst
b/docs/apache-airflow-providers-apache-hive/connections/hiveserver2.rst
index 693c295..1d16177 100644
--- a/docs/apache-airflow-providers-apache-hive/connections/hiveserver2.rst
+++ b/docs/apache-airflow-providers-apache-hive/connections/hiveserver2.rst
@@ -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