Commit ba3230f 1 parent 9d1cc51 commit ba3230f Copy full SHA for ba3230f
File tree 4 files changed +24
-0
lines changed
presto-docs/src/main/sphinx/connector
4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ replacing the properties as appropriate:
22
22
connector.name=delta
23
23
hive.metastore.uri=hostname:port
24
24
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
+
25
31
Configuration Properties
26
32
------------------------
27
33
Original file line number Diff line number Diff line change @@ -108,6 +108,12 @@ The properties that apply to Hive connector security are listed in the
108
108
:doc: `/connector/hive-security ` section for a more detailed discussion of the
109
109
security options in the Hive connector.
110
110
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
+
111
117
Hive Configuration Properties
112
118
-----------------------------
113
119
Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ Property Name Description
40
40
Hudi's metadata table rather than storage.
41
41
======================================= ============================================= ===========
42
42
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
+
43
49
SQL Support
44
50
-----------
45
51
Original file line number Diff line number Diff line change @@ -32,6 +32,12 @@ as a Hive connector.
32
32
hive.metastore.uri=hostname:port
33
33
iceberg.catalog.type=hive
34
34
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
+
35
41
Glue catalog
36
42
^^^^^^^^^^^^
37
43
You can’t perform that action at this time.
0 commit comments