diff --git a/docs/install/metadata-ingestion/connectors/hive.md b/docs/install/metadata-ingestion/connectors/hive.md index 5f957d2262d..db81c788359 100644 --- a/docs/install/metadata-ingestion/connectors/hive.md +++ b/docs/install/metadata-ingestion/connectors/hive.md @@ -7,10 +7,8 @@ description: This guide will help install Hive connector and run manually {% hint style="info" %} **Prerequisites** -OpenMetadata is built using Java, DropWizard, Jetty, and MySQL. - 1. Python 3.7 or above -2. Library: **libsasl2-dev** +2. Library: **libsasl2-dev** Hive connector uses `pyhive` to connect and fetch metadata. Pyhive has python sasl dependency and which requires libsasl2-dev to be installed. In some cases, you may need to set LD\_LIBRARY\_PATH to point to where libsasl2-dev is installed. Please check on how to install libsasl2 for your Linux Distro. {% endhint %} ### Install from PyPI or Source