JeremyXin commented on code in PR #8503: URL: https://github.com/apache/seatunnel/pull/8503#discussion_r1912454470
##########
docs/zh/connector-v2/sink/HdfsFile.md:
##########
@@ -64,6 +64,7 @@
| enable_header_write | boolean | 否 | false
| 仅在 file_format_type 为 text,csv 时使用。<br/>
false:不写入表头,true:写入表头。 |
| max_rows_in_memory | int | 否 | -
| 仅当 file_format 为 excel 时使用。当文件格式为 Excel 时,可以缓存在内存中的最大数据项数。
|
| sheet_name | string | 否 | Sheet${Random number}
| 仅当 file_format 为 excel 时使用。将工作簿的表写入指定的表名
|
+| remote_user | string | no | -
| The remote user name of hdfs.
|
Review Comment:
Ok,I have updated the zh HdfsFile.md.
##########
docs/zh/connector-v2/sink/HdfsFile.md:
##########
@@ -64,6 +64,7 @@
| enable_header_write | boolean | 否 | false
| 仅在 file_format_type 为 text,csv 时使用。<br/>
false:不写入表头,true:写入表头。 |
| max_rows_in_memory | int | 否 | -
| 仅当 file_format 为 excel 时使用。当文件格式为 Excel 时,可以缓存在内存中的最大数据项数。
|
| sheet_name | string | 否 | Sheet${Random number}
| 仅当 file_format 为 excel 时使用。将工作簿的表写入指定的表名
|
+| remote_user | string | no | -
| The remote user name of hdfs.
|
Review Comment:
Ok,I have updated the zh HdfsFile.md.
--
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]
