Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Hive Metastore documentation in the Hive Connector, including a… #24549

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions presto-docs/src/main/sphinx/connector/hive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,27 @@ The following file types are supported for the Hive connector:
* JSON
* Text


Hive Metastore
--------------

The Hive Metastore is a central metadata repository that Presto uses to access table definitions, partition information,
and other structural details about your Hive tables. It serves as the foundation for Presto's Hive connector operations.

Key Concepts
------------
- Stores metadata about tables, columns, partitions, and storage locations
- Enables schema-on-read functionality
- Supports multiple metastore backends (MySQL, PostgreSQL, AWS Glue, etc.)
alexaustin007 marked this conversation as resolved.
Show resolved Hide resolved


Additional Resources for Metastore Configuration
------------------------------------------------

* `Metastore Configuration Properties`_
* `How to invalidate metastore cache?`_
* :doc:`/connector/hive-security`

Configuration
-------------

Expand Down
Loading