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/10/31 09:44:24 UTC

[GitHub] [incubator-seatunnel] EricJoy2048 commented on a diff in pull request #3046: [Feature][Connector-V2][Iceberg]Modify the scope of flink-shaded-hadoop-2 to provided to be compatible with hadoop3.x

EricJoy2048 commented on code in PR #3046:
URL: https://github.com/apache/incubator-seatunnel/pull/3046#discussion_r1009216245


##########
docs/en/connector-v2/source/Iceberg.md:
##########
@@ -161,6 +161,19 @@ source {
 }
 ```
 
+:::tip
+
+In order to be compatible with different versions of Hadoop and Hive, the scope of hive-exec and flink-shaded-hadoop-2 in the project pom file are provided, so if you use the Flink engine, first you may need to add the following Jar packages to <FLINK_HOME>/lib directory, if you are using the Spark engine and integrated with Hadoop, then you do not need to add the following Jar packages.
+
+:::
+
+```
+flink-shaded-hadoop-x-xxx.jar
+hive-exec-xxx.jar
+libfb303-xxx.jar
+```
+Some versions of the hive-exec package do not have libfb303-xxx.jar, so you also need to manually import the Jar package. 
+
 ## Changelog
 
 ### 2.2.0-beta 2022-09-26

Review Comment:
   Please add the `changed logs`



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