FANNG1 commented on code in PR #5997:
URL: https://github.com/apache/gravitino/pull/5997#discussion_r1906666860


##########
docs/how-to-use-gvfs.md:
##########
@@ -455,18 +455,18 @@ 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-incubating |
-| `metalake_name`                  | The metalake name which the fileset 
belongs to.                                                                     
                                                                                
                                                                                
               | (none)        | Yes                               | 
0.6.0-incubating |
-| `cache_size`                     | The cache capacity of the Gravitino 
Virtual File System.                                                            
                                                                                
                                                                                
               | `20`          | No                                | 
0.6.0-incubating |                                                              
                                                        
-| `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-incubating |
-| `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-incubating |
-| `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-incubating |
-| `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-incubating |
-| `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-incubating |
-| `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-incubating |
-| `credential_expired_time_ratio`  | The ratio of expiration time for 
credential from Gravitino. This is used in the cases where Gravitino Hadoop 
catalogs have enable credential vending. if the expiration time of credential 
fetched from Gravitino is 1 hour, GVFS client will try to refresh the 
credential in 1 * 0.9 = 0.9 hour. | 0.9           | No                          
      | 0.8.0-incubating |
+| 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 |
+| `metalake_name`               | The metalake name which the fileset belongs 
to.                                                                             
                                                                                
                                                                                
       | (none)        | Yes                               | 0.6.0-incubating |
+| `cache_size`                  | The cache capacity of the Gravitino Virtual 
File System.                                                                    
                                                                                
                                                                                
       | `20`          | No                                | 0.6.0-incubating | 
                                                                                
                                     
+| `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-incubating |
+| `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-incubating |
+| `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-incubating |
+| `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-incubating |
+| `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-incubating |
+| `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-incubating |
+| `credential_expiration_ratio` | The ratio of expiration time for credential 
from Gravitino. This is used in the cases where Gravitino Hadoop catalogs have 
enable credential vending. if the expiration time of credential fetched from 
Gravitino is 1 hour, GVFS client will try to refresh the credential in 1 * 0.9 
= 0.9 hour. | 0.9           | No                                | 
0.8.0-incubating |

Review Comment:
   0.9 -> 0.5



-- 
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]

Reply via email to