MartijnVisser commented on PR #21553:
URL: https://github.com/apache/flink/pull/21553#issuecomment-1385069595

   @reswqa @ZhongFuCheng3y Hive requires the 
`flink-table-planner_2.12-<Flink-Version>.jar`, so for example ` 
flink-table-planner_2.12-1.16.0.jar`. See 
https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/connectors/table/hive/overview/#moving-the-planner-jar
   
   That means that if you want to run this locally, you should not include 
`<artifactId>flink-table-api-java-bridge_2.12</artifactId>` but you should 
include <artifactId>flink-table-api-scala-bridge_2.12</artifactId>, per 
https://nightlies.apache.org/flink/flink-docs-master/docs/dev/configuration/overview/#flink-apis
   
   That's what I tried to say by mention that Hive still requires Scala (hence 
it still has the Scala suffix), which implies that you will also need to use 
all other artifacts in the Scala version. 


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

Reply via email to