A client for connecting and running DDLs on Hive Metastore with Thrift protocol
Project description
Hive Metastore Client
A client for connecting and running DDLs on Hive Metastore using Thrift protocol.
Source | Downloads | Page | Installation Command |
---|---|---|---|
PyPi | Link | pip install hive-metastore-client |
Build status
Develop | Stable | Documentation | Sonar |
---|---|---|---|
This library supports Python version 3.7+.
To check library main features you can check Hive Metastore Client's Documentation, which is hosted by Read the Docs.
An example of how to use the library for running DDL commands in hive metastore:
from hive_metastore_client.builders import DatabaseBuilder
from hive_metastore_client import HiveMetastoreClient
database = DatabaseBuilder(name='new_db').build()
with HiveMetastoreClient(HIVE_HOST, HIVE_PORT) as hive_metastore_client:
hive_metastore_client.create_database(database)
To learn more use cases in practice, see Hive Metastore Client examples
Requirements and Installation
Hive Metastore Client depends on Python 3.7+
Python Package Index hosts reference to a pip-installable module of this library, using it is as straightforward as including it on your project's requirements.
pip install hive-metastore-client
License
Contributing
All contributions are welcome! Feel free to open Pull Requests. Check the development and contributing guidelines described in CONTRIBUTING.md
Made with :heart: by the Data Engineering team from QuintoAndar
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file hive_metastore_client-1.0.9.tar.gz
.
File metadata
- Download URL: hive_metastore_client-1.0.9.tar.gz
- Upload date:
- Size: 122.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.7.1 requests/2.26.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7e00a7cbdd8b2907cb68a219b086f1dbcbeb2010d8c0b530c99c961c4512fe9 |
|
MD5 | 56a9533afafdd73aaadeedceae944f2a |
|
BLAKE2b-256 | 07edf15d3f3e4f3676368993beedde77f499456a64debc7fd244e9278f5b9631 |
File details
Details for the file hive_metastore_client-1.0.9-py3-none-any.whl
.
File metadata
- Download URL: hive_metastore_client-1.0.9-py3-none-any.whl
- Upload date:
- Size: 137.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.7.1 requests/2.26.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62a6657804a772398574bba64d46cd7bff10babb7bdc601abe1118ca916810a5 |
|
MD5 | 9ea1139ec552348b407cf901aa66acbc |
|
BLAKE2b-256 | 46401dc3ced1f1487cb298a465a0c30685569058b912d554e696394837430017 |