This is an automated email from the ASF dual-hosted git repository.

roryqi pushed a commit to branch branch-1.1
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/branch-1.1 by this push:
     new 93fd9c33a7 [Cherry-pick to branch-1.1] [#9957] fix(docs): improve 
lakehouse-paimon-catalog.md (#9958) (#9968)
93fd9c33a7 is described below

commit 93fd9c33a7c782986007233b4db7faae8e73ad1d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 11 23:42:54 2026 +0800

    [Cherry-pick to branch-1.1] [#9957] fix(docs): improve 
lakehouse-paimon-catalog.md (#9958) (#9968)
    
    **Cherry-pick Information:**
    - Original commit: 91faad83ec4dc4d42c3471909e5828723d585e5d
    - Target branch: `branch-1.1`
    - Status: ⚠️ **Has conflicts - manual resolution required**
    
    Please review and resolve the conflicts before merging.
    
    Co-authored-by: 老王 <[email protected]>
---
 docs/lakehouse-paimon-catalog.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/docs/lakehouse-paimon-catalog.md b/docs/lakehouse-paimon-catalog.md
index 8bb9b0ca2b..930d5f1bce 100644
--- a/docs/lakehouse-paimon-catalog.md
+++ b/docs/lakehouse-paimon-catalog.md
@@ -49,11 +49,33 @@ Builds with Apache Paimon `1.2`.
 | `s3-secret-access-key`                             | The secret key of the 
AWS S3.                                                                         
                                                                                
                      | (none)                                                  
                       | required if the value of `warehouse` is a S3 path      
                                                                                
                [...]
 
 :::note
+<<<<<<< HEAD
 If you want to use the `oss` or `s3` warehouse, you need to place related jars 
in the `catalogs/lakehouse-paimon/lib` directory, more information can be found 
in the [Paimon S3](https://paimon.apache.org/docs/master/filesystems/s3/).
 :::
 
 :::note
 The hive backend does not support the kerberos authentication now.
+=======
+- If you want to use the `oss` or `s3` warehouse, you need to place related 
jars in the `catalogs/lakehouse-paimon/lib` directory, more information can be 
found in the [Paimon 
S3](https://paimon.apache.org/docs/1.2/maintenance/filesystems/#s3).
+- If you want to use REST backend, Gravitino Paimon catalog supports Aliyun 
DLF (Data Lake Formation) as the REST catalog service. You need to configure 
the DLF-related properties eg:
+```
+{
+  "name": "dlf_paimon",
+  "type": "RELATIONAL",
+  "provider": "lakehouse-paimon",
+  "properties": {
+    "catalog-backend": "rest",
+    "uri": "<catalog server url>",
+    "warehouse": "gravitino",
+    "token-provider": "dlf",
+    "dlf-access-key-id": "<access-key-id>",
+    "dlf-access-key-secret": "<access-key-secret>"
+  }
+}
+```
+connect to Aliyun DLF, more information can be found in the [Paimon REST 
Catalog](https://paimon.apache.org/docs/master/concepts/rest/overview/).
+- The hive backend does not support the kerberos authentication now.
+>>>>>>> 91faad83e ([#9957] fix(docs): improve lakehouse-paimon-catalog.md 
(#9958))
 :::
 
 Any properties not defined by Gravitino with `gravitino.bypass.` prefix will 
pass to Paimon catalog properties and HDFS configuration. For example, if 
specify `gravitino.bypass.table.type`, `table.type` will pass to Paimon catalog 
properties.

Reply via email to