You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/09/13 07:39:43 UTC

[GitHub] [incubator-seatunnel] TyrantLucifer commented on a diff in pull request #2708: [Improve][Connector-V2] Refactor hive source & sink connector

TyrantLucifer commented on code in PR #2708:
URL: https://github.com/apache/incubator-seatunnel/pull/2708#discussion_r969259029


##########
docs/en/connector-v2/source/Hive.md:
##########
@@ -0,0 +1,47 @@
+# Hive
+
+> Hive source connector
+
+## Description
+
+Read data from Hive.
+
+In order to use this connector, You must ensure your spark/flink cluster already integrated hive. The tested hive version is 2.3.9.
+
+## Key features
+
+- [x] [exactly-once](../../concept/connector-v2-features.md)
+
+By default, we use 2PC commit to ensure `exactly-once`

Review Comment:
   So file source does not support `exactly-once`, right?



-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org