You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2014/05/13 00:06:16 UTC

[jira] [Resolved] (HIVE-6974) Make Metastore Version Check work with Custom version suffixes

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

Carl Steinbach resolved HIVE-6974.
----------------------------------

    Resolution: Duplicate

> Make Metastore Version Check work with Custom version suffixes
> --------------------------------------------------------------
>
>                 Key: HIVE-6974
>                 URL: https://issues.apache.org/jira/browse/HIVE-6974
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>            Reporter: Carl Steinbach
>
> HIVE-3764 added support for doing a version consistency check between the Hive JARs on the classpath and the metastore schema in the backend database. This is a nice feature, but it currently doesn't work for well for folks who appending the release version with their own suffixes, e.g. "0.12.0.li_20".
> We can fix this problem by modifying MetaStoreSchemaInfo.getHiveSchemaVersion() to match against ^\d+\.\d+\.\d+ and ignore anything that remains.



--
This message was sent by Atlassian JIRA
(v6.2#6252)