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

mchades pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a6c1b17  fix(doc): Add blank line and remove redundant (#32)
a6c1b17 is described below

commit a6c1b17c6aa7d923bd318d1ff9b2688ed9ddbff0
Author: Qian Xia <[email protected]>
AuthorDate: Mon Oct 21 15:34:41 2024 +0800

    fix(doc): Add blank line and remove redundant (#32)
---
 versioned_docs/version-0.6.1-incubating/how-to-use-gvfs.md    | 10 +++++-----
 versioned_docs/version-0.6.1-incubating/jdbc-doris-catalog.md |  1 +
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/versioned_docs/version-0.6.1-incubating/how-to-use-gvfs.md 
b/versioned_docs/version-0.6.1-incubating/how-to-use-gvfs.md
index ec3dd6c..74dc350 100644
--- a/versioned_docs/version-0.6.1-incubating/how-to-use-gvfs.md
+++ b/versioned_docs/version-0.6.1-incubating/how-to-use-gvfs.md
@@ -337,11 +337,11 @@ to recompile the native libraries like `libhdfs` and 
others, and completely repl
 
 | Configuration item   | Description                                           
                                                                                
       | Default value | Required | Since version |
 
|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------|---------------|----------|---------------|
-| `server_uri`         | The Gravitino server uri, e.g. 
`http://localhost:8090`.                                                        
                              | (none)        | Yes      | 0.6.0         |.     
                                                                                
                           | (none)        | Yes                                
 | 0.6.0         |
-| `metalake_name`      | The metalake name which the fileset belongs to.       
                                                                                
       | (none)        | Yes      | 0.6.0         |.                            
                                                                                
    |  (none)        | Yes                                 | 0.6.0         | .  
                             | (none)        | Yes      | 0.6.0         |
-| `cache_size`         | The cache capacity of the Gravitino Virtual File 
System.                                                                         
            | `20`          | No       | 0.6.0         |.                       
                                                                                
         |  (none)        | Yes                                 | 0.6.0         
| .                               | (none)        | Yes      | 0.6.0         |
-| `cache_expired_time` | The value of time that the cache expires after 
accessing in the Gravitino Virtual File System. The value is in `seconds`.      
              | `3600`        | No       | 0.6.0         |.
-| `auth_type`          | The auth type to initialize the Gravitino client to 
use with the Gravitino Virtual File System. Currently only supports `simple` 
auth types. | `simple`      | No       | 0.6.0         |.
+| `server_uri`         | The Gravitino server uri, e.g. 
`http://localhost:8090`.                                                        
                              | (none)        | Yes      | 0.6.0         |
+| `metalake_name`      | The metalake name which the fileset belongs to.       
                                                                                
       | (none)        | Yes      | 0.6.0         |
+| `cache_size`         | The cache capacity of the Gravitino Virtual File 
System.                                                                         
            | `20`          | No       | 0.6.0         |
+| `cache_expired_time` | The value of time that the cache expires after 
accessing in the Gravitino Virtual File System. The value is in `seconds`.      
              | `3600`        | No       | 0.6.0         |
+| `auth_type`          | The auth type to initialize the Gravitino client to 
use with the Gravitino Virtual File System. Currently only supports `simple` 
auth types. | `simple`      | No       | 0.6.0         |
 
 
 You can configure these properties when obtaining the `Gravitino Virtual 
FileSystem` in Python like this:
diff --git a/versioned_docs/version-0.6.1-incubating/jdbc-doris-catalog.md 
b/versioned_docs/version-0.6.1-incubating/jdbc-doris-catalog.md
index 56c7bdf..454c460 100644
--- a/versioned_docs/version-0.6.1-incubating/jdbc-doris-catalog.md
+++ b/versioned_docs/version-0.6.1-incubating/jdbc-doris-catalog.md
@@ -51,6 +51,7 @@ Besides the [common catalog 
properties](./gravitino-server-config.md#gravitino-c
 | `jdbc.pool.max-size` | The maximum number of connections in the pool. `10` 
by default.                                                                     
                                                                                
                                                                                
                                                                                
                             | `10`          | No       | 0.5.0            |
 | `jdbc.pool.max-size` | The maximum number of connections in the pool. `10` 
by default.                                                                     
                                                                                
                                                                                
                                                                                
                             | `10`          | No       | 0.5.0            |
 | `replication_num`    | The number of replications for the table. If not 
specified and the number of backend servers less than 3, then the default value 
is 1; If not specified and the number of backend servers greater or equals to 
3, the default value (3) in Doris server will be used. For more, please see the 
[doc](https://doris.apache.org/docs/1.2/sql-manual/sql-reference/Data-Definition-Statements/Create/CREATE-TABLE/)
 | `1` or `3`    | No       | 0.6.0-incubating |
+
 Before using the Doris Catalog, you must download the corresponding JDBC 
driver to the `catalogs/jdbc-doris/libs` directory.
 Gravitino doesn't package the JDBC driver for Doris due to licensing issues.
 

Reply via email to