Skip to content

Commit ba3230f

Browse files
committed
Add links from lakehouse connector docs to file-based metastore
1 parent 9d1cc51 commit ba3230f

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

presto-docs/src/main/sphinx/connector/deltalake.rst

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ replacing the properties as appropriate:
2222
connector.name=delta
2323
hive.metastore.uri=hostname:port
2424
25+
File-Based Metastore
26+
^^^^^^^^^^^^^^^^^^^^
27+
28+
For testing or development purposes, this connector can be configured to use a local
29+
filesystem directory as a Hive Metastore. See :ref:`installation/deployment:File-Based Metastore`.
30+
2531
Configuration Properties
2632
------------------------
2733

presto-docs/src/main/sphinx/connector/hive.rst

+6
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ The properties that apply to Hive connector security are listed in the
108108
:doc:`/connector/hive-security` section for a more detailed discussion of the
109109
security options in the Hive connector.
110110

111+
File-Based Metastore
112+
^^^^^^^^^^^^^^^^^^^^
113+
114+
For testing or development purposes, this connector can be configured to use a local
115+
filesystem directory as a Hive Metastore. See :ref:`installation/deployment:File-Based Metastore`.
116+
111117
Hive Configuration Properties
112118
-----------------------------
113119

presto-docs/src/main/sphinx/connector/hudi.rst

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ Property Name Description
4040
Hudi's metadata table rather than storage.
4141
======================================= ============================================= ===========
4242

43+
File-Based Metastore
44+
^^^^^^^^^^^^^^^^^^^^
45+
46+
For testing or development purposes, this connector can be configured to use a local
47+
filesystem directory as a Hive Metastore. See :ref:`installation/deployment:File-Based Metastore`.
48+
4349
SQL Support
4450
-----------
4551

presto-docs/src/main/sphinx/connector/iceberg.rst

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ as a Hive connector.
3232
hive.metastore.uri=hostname:port
3333
iceberg.catalog.type=hive
3434
35+
File-Based Metastore
36+
^^^^^^^^^^^^^^^^^^^^
37+
38+
For testing or development purposes, this connector can be configured to use a local
39+
filesystem directory as a Hive Metastore. See :ref:`installation/deployment:File-Based Metastore`.
40+
3541
Glue catalog
3642
^^^^^^^^^^^^
3743

0 commit comments

Comments
 (0)