Hive Metastore Client
A client for connecting and running DMLs 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 DML commands in hive metastore:
from hive_metastore_client.builders.database_builder import DatabaseBuilder
from hive_metastore_client.hive_mestastore_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's 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
Release files for hive-metastore-client 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hive_metastore_client-1.0.0.tar.gz | 121.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hive_metastore_client-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 257.4 kB
Release files / hive_metastore_client-1.0.0.tar.gz
| Download URL | hive_metastore_client-1.0.0.tar.gz |
|---|---|
| Size | 121.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6e0cf1995ac74d427a52da9016c020d5d0e44ef8c4a712e38db3a5d764705053
|
|
BLAKE2b-256 checksum How to use checksums |
629ac005207b1ab2ce2b184d1a100ba4252dd87975a9208d7fd6bd982bed4b97
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.8
|
Release files / hive_metastore_client-1.0.0-py3-none-any.whl
| Download URL | hive_metastore_client-1.0.0-py3-none-any.whl |
|---|---|
| Size | 136.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c99356be0cac031378b6ce1f37e9886aa80139e88926ed3ee3daccfca4e98c70
|
|
BLAKE2b-256 checksum How to use checksums |
00b5b03239b078a3309707302603e307fcc175cee7de66fcbe00598ce872ae7b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.7.8
|