lirui-apache commented on a change in pull request #16037:
URL: https://github.com/apache/flink/pull/16037#discussion_r644463624
##########
File path: flink-connectors/flink-sql-connector-hive-3.1.2/pom.xml
##########
@@ -69,10 +69,56 @@ under the License.
<artifactId>antlr-runtime</artifactId>
<version>3.5.2</version>
</dependency>
+
+ <!-- hadoop deps to make the copied code compile -->
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapreduce-client-core</artifactId>
+ <version>2.8.2</version>
Review comment:
Maybe it's better to compile against the same hadoop version that
hive-3.1.2 depends upon (which is 3.1.0). Otherwise there can be
incompatibility issues at runtime. WDYT? @twalthr
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]