You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jeff Zhang (JIRA)" <ji...@apache.org> on 2019/07/25 07:40:00 UTC

[jira] [Updated] (FLINK-13420) Supported hive versions are hard coded

     [ https://issues.apache.org/jira/browse/FLINK-13420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Zhang updated FLINK-13420:
-------------------------------
    Description: Currently, the supported hive versions are hardcoded in [HiveShimLoader]([https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimLoader.java]). That makes me unable to run hive connector for 1.2.2, I believe we only need to check the major.minor version number, but ignore the bugfix version number.  (was: Currently, the supported hive versions are hardcoded in [HiveShimLoader |[https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimLoader.java]]. That makes me unable to run hive connector for 1.2.2, I believe we only need to check the major.minor version number, but ignore the bugfix version number.)

> Supported hive versions are hard coded
> --------------------------------------
>
>                 Key: FLINK-13420
>                 URL: https://issues.apache.org/jira/browse/FLINK-13420
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / Hive
>    Affects Versions: 1.9.0
>            Reporter: Jeff Zhang
>            Priority: Major
>
> Currently, the supported hive versions are hardcoded in [HiveShimLoader]([https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimLoader.java]). That makes me unable to run hive connector for 1.2.2, I believe we only need to check the major.minor version number, but ignore the bugfix version number.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)