zhilinli123 commented on code in PR #6842: URL: https://github.com/apache/seatunnel/pull/6842#discussion_r1623944873
########## docs/en/connector-v2/source/Hive.md: ########## @@ -6,12 +6,17 @@ Read data from Hive. -:::tip +## Support Versions -In order to use this connector, You must ensure your spark/flink cluster already integrated hive. The tested hive version is 2.3.9. +tested hive version : +- 2.3.9 +- 3.1.1 -If you use SeaTunnel Engine, You need put seatunnel-hadoop3-3.1.4-uber.jar and hive-exec-3.1.3.jar and libfb303-0.9.3.jar in $SEATUNNEL_HOME/lib/ dir. -::: +## Using Dependency + +In order to use this connector, You must ensure your spark/flink cluster already integrated hive. + +If you use SeaTunnel Engine, You need put `seatunnel-hadoop3-3.1.4-uber.jar` and `hive-exec-<hive_version>.jar` and `libfb303-0.9.3.jar` in $SEATUNNEL_HOME/lib/ dir. ## Key features Review Comment: ditto -- 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]
