FANNG1 commented on code in PR #4192:
URL: https://github.com/apache/gravitino/pull/4192#discussion_r1689307703
##########
docs/lakehouse-paimon-catalog.md:
##########
@@ -0,0 +1,152 @@
+---
+title: "Paimon catalog"
+slug: /lakehouse-Paimon-catalog
+keywords:
+ - lakehouse
+ - Paimon
+ - metadata
+license: "This software is licensed under the Apache License version 2."
+---
+
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
+## Introduction
+
+Apache Gravitino provides the ability to manage Apache Paimon metadata.
+
+### Requirements
+
+:::info
+Builds with Apache Paimon `0.8.0`.
+:::
+
+## Catalog
+
+### Catalog capabilities
+
+- Works as a catalog proxy, supporting `FilesystemCatalog`.
+- Supports DDL operations for Paimon schemas and tables.
+
+- Doesn't support `JdbcCatalog` and `HiveCatalog` backend-catalog now.
+- Doesn't support alterTable now.
+- Doesn't support alterSchema.
+
+### Catalog properties
+
+| Property name | Description
| Default value | Required
| Since Version |
+|----------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------|-----------------------------------------------------------------|---------------|
+| `catalog-backend` | Catalog backend of
Gravitino Paimon catalog. Only supports `filesystem` now.
| (none) | Yes
| 0.6.0 |
+| `uri` | The URI configuration
of the Paimon catalog. `thrift://127.0.0.1:9083` or
`jdbc:postgresql://127.0.0.1:5432/db_name` or
`jdbc:mysql://127.0.0.1:3306/metastore_db`. It is optional for
`FilesystemCatalog`. | (none) | required if the value of
`catalog-backend` is not `filesystem`. | 0.6.0 |
+| `warehouse` | Warehouse directory of
catalog. `file:///user/hive/warehouse-paimon/` for local fs or
`hdfs://namespace/hdfs/path` for HDFS.
| (none) | Yes
| 0.6.0 |
+| `authentication.type` | The type of
authentication for Paimon catalog backend, currently Gravitino only supports
`Kerberos` and `simple`.
| `simple` | No
| 0.6.0 |
+| `authentication.kerberos.principal` | The principal of the
Kerberos authentication
| (none) | required if the value of
`authentication.type` is Kerberos. | 0.6.0 |
Review Comment:
missing `.` for `The principal of the Kerberos authentication`
##########
docs/lakehouse-paimon-catalog.md:
##########
@@ -0,0 +1,152 @@
+---
+title: "Paimon catalog"
+slug: /lakehouse-Paimon-catalog
+keywords:
+ - lakehouse
+ - Paimon
+ - metadata
+license: "This software is licensed under the Apache License version 2."
+---
+
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
+## Introduction
+
+Apache Gravitino provides the ability to manage Apache Paimon metadata.
+
+### Requirements
+
+:::info
+Builds with Apache Paimon `0.8.0`.
+:::
+
+## Catalog
+
+### Catalog capabilities
+
+- Works as a catalog proxy, supporting `FilesystemCatalog`.
+- Supports DDL operations for Paimon schemas and tables.
+
+- Doesn't support `JdbcCatalog` and `HiveCatalog` backend-catalog now.
+- Doesn't support alterTable now.
Review Comment:
add doesn't support partition, distribution, sortorder?
##########
docs/lakehouse-paimon-catalog.md:
##########
@@ -0,0 +1,152 @@
+---
+title: "Paimon catalog"
+slug: /lakehouse-Paimon-catalog
+keywords:
+ - lakehouse
+ - Paimon
+ - metadata
+license: "This software is licensed under the Apache License version 2."
+---
+
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
+## Introduction
+
+Apache Gravitino provides the ability to manage Apache Paimon metadata.
+
+### Requirements
+
+:::info
+Builds with Apache Paimon `0.8.0`.
+:::
+
+## Catalog
+
+### Catalog capabilities
+
+- Works as a catalog proxy, supporting `FilesystemCatalog`.
+- Supports DDL operations for Paimon schemas and tables.
+
+- Doesn't support `JdbcCatalog` and `HiveCatalog` backend-catalog now.
Review Comment:
backend-catalog -> catalog backend?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]