Metadata-Version: 2.1
Name: airflow-providers-hive-zk
Version: 0.0.1
Summary: Hive hook for Airflow using Zookeeper discovery service
Home-page: https://github.com/SVESoftware/airflow-providers-hive-zk
Author: Drazen Nezic
Author-email: info@trialogic.hr
Project-URL: Bug Tracker, https://github.com/SVESoftware/airflow-providers-hive-zk/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# airflow-providers-hive-zk

Provider for Hive for Airflow 2.X. It is using ZK discovery service to find Hive server.


Build and install locally:

```
python3 -m build

pip install airflow-providers-hive-zk --no-index --find-links file:///<path>/git/airflow_provider_hive_zk/dist/
```

Start airflow:

```
airflow webserver
```

Check if provider is registered and if new connection type has appeared.

Install:

```
pip install airflow-providers-hive-zk
```
