GitBook: [main] one page modified

This commit is contained in:
Ayush Shah 2021-08-20 17:46:25 +00:00 committed by gitbook-bot
parent dcf76af169
commit d8f7a1f713
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -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