You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Nemon Lou (JIRA)" <ji...@apache.org> on 2015/04/16 11:21:00 UTC

[jira] [Assigned] (HIVE-7797) using hive schema tool to upgrade hive schema in postgres from 0.9.0 to 0.13.1 failed

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

Nemon Lou reassigned HIVE-7797:
-------------------------------

    Assignee: Nemon Lou

>  using hive schema tool to upgrade hive schema in postgres from 0.9.0 to 0.13.1 failed 
> ---------------------------------------------------------------------------------------
>
>                 Key: HIVE-7797
>                 URL: https://issues.apache.org/jira/browse/HIVE-7797
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 0.14.0, 0.13.1
>            Reporter: Nemon Lou
>            Assignee: Nemon Lou
>         Attachments: HIVE-7797.1.patch
>
>
> Using hive schema tool with the following command to upgrade hive schema failed:
> schematool -dbType postgres -upgradeSchemaFrom 0.9.0
> ERROR: null value in column "SCHEMA_VERSION" violates not-null constraint
> Log shows that the upgrade sql file 014-HIVE-3764.postgres.sql failed.
> The sql in it is :
> INSERT INTO "VERSION" ("VER_ID", "SCHEMA_VERSION", "VERSION_COMMENT") VALUES (1, '', 'Initial value');
> And the result is:
> ERROR: null value in column "SCHEMA_VERSION" violates not-null constraint
> DETAIL: Failing row contains (1, null, Initial value).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)