lightzhao commented on code in PR #4871:
URL: https://github.com/apache/seatunnel/pull/4871#discussion_r1293031438
##########
docs/en/connector-v2/sink/HdfsFile.md:
##########
@@ -244,32 +161,26 @@ HdfsFile {
sink_columns = ["name","age"]
is_enable_transaction = true
}
-
```
-## Changelog
+### For kerberos simple config
-### 2.2.0-beta 2022-09-26
-
-- Add HDFS File Sink Connector
-
-### 2.3.0-beta 2022-10-20
-
-- [BugFix] Fix the bug of incorrect path in windows environment
([2980](https://github.com/apache/seatunnel/pull/2980))
-- [BugFix] Fix filesystem get error
([3117](https://github.com/apache/seatunnel/pull/3117))
-- [BugFix] Solved the bug of can not parse '\t' as delimiter from config file
([3083](https://github.com/apache/seatunnel/pull/3083))
-
-### 2.3.0 2022-12-30
-
-- [BugFix] Fixed the following bugs that failed to write data to files
([3258](https://github.com/apache/seatunnel/pull/3258))
- - When field from upstream is null it will throw NullPointerException
- - Sink columns mapping failed
- - When restore writer from states getting transaction directly failed
+```
+HdfsFile {
+ fs.defaultFS = "hdfs://hadoopcluster"
+ path = "/tmp/hive/warehouse/test2"
+ kerberos_principal = "[email protected]"
+ kerberos_keytab_path = "/path/to/your/keytab/file.keytab"
+}
Review Comment:
thanks. Just prepare to update and see that you have added.
--
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]