yuqi1129 commented on code in PR #4248:
URL: https://github.com/apache/gravitino/pull/4248#discussion_r1691038735


##########
docs/hadoop-catalog.md:
##########
@@ -63,7 +79,12 @@ Refer to [Schema 
operation](./manage-fileset-metadata-using-gravitino.md#schema-
 
 ### Fileset properties
 
-None.
+| Property name                                      | Description             
                                                                               
| Default value                | Required                                       
                                            | Since Version   |
+|----------------------------------------------------|--------------------------------------------------------------------------------------------------------|------------------------------|--------------------------------------------------------------------------------------------|-----------------|
+| `authentication.impersonation-enable`              | Whether to enable 
impersonation for the Hadoop catalog fileset.                                   
     | The parent's (catalog) value | No                                        
                                                 | 0.6.0           |
+| `authentication.type`                              | The type of 
authentication for Hadoop catalog fileset, currently we only support 
`kerberos`, `simple`. | The parent's (catalog) value | No                       
                                                                  | 0.6.0       
    |
+| `authentication.kerberos.principal`                | The principal of the 
Kerberos authentication for the fileset.                                        
  | The parent's (catalog) value | required if the value of 
`authentication.type` is Kerberos and parent hasn't set the value | 0.6.0       
    |

Review Comment:
   OK, I see, if users do not specify the value, the default value is 
`UserGroupInformation.getCurrentUser`



##########
docs/hadoop-catalog.md:
##########
@@ -63,7 +79,12 @@ Refer to [Schema 
operation](./manage-fileset-metadata-using-gravitino.md#schema-
 
 ### Fileset properties
 
-None.
+| Property name                                      | Description             
                                                                               
| Default value                | Required                                       
                                            | Since Version   |
+|----------------------------------------------------|--------------------------------------------------------------------------------------------------------|------------------------------|--------------------------------------------------------------------------------------------|-----------------|
+| `authentication.impersonation-enable`              | Whether to enable 
impersonation for the Hadoop catalog fileset.                                   
     | The parent's (catalog) value | No                                        
                                                 | 0.6.0           |
+| `authentication.type`                              | The type of 
authentication for Hadoop catalog fileset, currently we only support 
`kerberos`, `simple`. | The parent's (catalog) value | No                       
                                                                  | 0.6.0       
    |
+| `authentication.kerberos.principal`                | The principal of the 
Kerberos authentication for the fileset.                                        
  | The parent's (catalog) value | required if the value of 
`authentication.type` is Kerberos and parent hasn't set the value | 0.6.0       
    |
+| `authentication.kerberos.keytab-uri`               | The URI of The keytab 
for the Kerberos authentication for the fileset.                                
 | The parent's (catalog) value | required if the value of 
`authentication.type` is Kerberos and parent hasn't set the value | 0.6.0       
    |

Review Comment:
   Sorry, my mistake, it should be schema.



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