From 1e4bf2d20dbc1e9d6a3338f4ed76a0aec22faa52 Mon Sep 17 00:00:00 2001 From: Tomasz Witwicki <65115064+tomwit-nx@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:23:04 +0100 Subject: [PATCH] update docs --- .../connections/hive_cli.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/apache-airflow-providers-apache-hive/connections/hive_cli.rst b/docs/apache-airflow-providers-apache-hive/connections/hive_cli.rst index 5e88df971d989..57d0d24053ceb 100644 --- a/docs/apache-airflow-providers-apache-hive/connections/hive_cli.rst +++ b/docs/apache-airflow-providers-apache-hive/connections/hive_cli.rst @@ -77,6 +77,16 @@ High Availability (optional) Specify as ``True`` if you want to connect to a Hive installation running in high availability mode. Specify host accordingly. +SSL Trust Store (optional) + Specify the path to SSL trust store to be used with Hive Beeline. + +SSL Trust Store Password (optional) + Specify the password to SSL trust store to be used with Hive Beeline. + +Transport mode (optional) + Specify the transport mode to be used with Hive Beeline. + + When specifying the connection in environment variable you should specify it using URI syntax.