yuqi1129 commented on code in PR #5207:
URL: https://github.com/apache/gravitino/pull/5207#discussion_r1814203290
##########
docs/how-to-use-gvfs.md:
##########
@@ -335,18 +335,17 @@ to recompile the native libraries like `libhdfs` and
others, and completely repl
### Configuration
-| 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 supports `simple` and
`oauth2` auth types. | `simple` | No |
0.6.0 |.
-| `oauth2_server_uri` | The auth server URI for the Gravitino client when
using `oauth2` auth type.
| (none) | Yes if you use `oauth2` auth type |
0.7.0 |.
-| `oauth2_credential` | The auth credential for the Gravitino client when
using `oauth2` auth type.
| (none) | Yes if you use `oauth2` auth type |
0.7.0 |.
-| `oauth2_path` | The auth server path for the Gravitino client when
using `oauth2` auth type. Please remove the first slash `/` from the path, for
example `oauth/token`. | (none) | Yes if you use `oauth2` auth type |
0.7.0 |.
-| `oauth2_scope` | The auth scope for the Gravitino client when using
`oauth2` auth type with the Gravitino Virtual File System.
| (none) | Yes if you use `oauth2` auth type |
0.7.0 |.
-
+| Configuration item | Description
| Default value | Required | Since
version |
+|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|-----------------------------------|------------------|
+| `server_uri` | The Gravitino server uri, e.g.
`http://localhost:8090`.
| (none) | Yes
| 0.6.0-incubating |.
| (none)
| Yes | 0.6.0 |
Review Comment:
The code has been revised.
--
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]