From a091fe95cbeb263651b6ad6001166c9be31b9977 Mon Sep 17 00:00:00 2001 From: Annie Elliott Date: Thu, 22 Sep 2022 16:29:38 -0700 Subject: [PATCH] Fix spelling in Hive connector page --- docs/src/main/sphinx/connector/hive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/connector/hive.rst b/docs/src/main/sphinx/connector/hive.rst index bbc1264c0534..54e72c65465a 100644 --- a/docs/src/main/sphinx/connector/hive.rst +++ b/docs/src/main/sphinx/connector/hive.rst @@ -557,7 +557,7 @@ Property Name Description * - ``hive.metastore.username`` - The username Trino uses to access the Hive metastore. * - ``hive.metastore.authentication.type`` - - Hive metastore authentication type. Possivel values are ``NONE`` or + - Hive metastore authentication type. Possible values are ``NONE`` or ``KERBEROS``. Default is ``NONE``. * - ``hive.metastore.thrift.impersonation.enabled`` - Enable Hive metastore end user impersonation.