You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/04/06 11:00:20 UTC

[GitHub] [flink] MartijnVisser commented on a diff in pull request #19373: [FLINK-27086][doc] Add a QA about how to handle exception when use hive parser in hive dialect document

MartijnVisser commented on code in PR #19373:
URL: https://github.com/apache/flink/pull/19373#discussion_r843805602


##########
docs/content/docs/connectors/table/hive/hive_dialect.md:
##########
@@ -430,3 +430,5 @@ The following are some precautions for using the Hive dialect.
 location is only supported in Hive-2.4.0 or later.
 - Use [HiveModule]({{< ref "docs/connectors/table/hive/hive_functions" >}}#use-hive-built-in-functions-via-hivemodule)
 to run DML and DQL.
+- Swap flink-table-planner-loader located in /lib with flink-table-planner_2.12 located in /opt to avoid the following exception. Please see [FLINK-25128](https://issues.apache.org/jira/browse/FLINK-25128) for more details.

Review Comment:
   ```suggestion
   - Since Flink 1.15 you need to swap flink-table-planner-loader located in /lib with flink-table-planner_2.12 located in /opt to avoid the following exception. Please see [FLINK-25128](https://issues.apache.org/jira/browse/FLINK-25128) for more details.
   ```



-- 
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: issues-unsubscribe@flink.apache.org

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