You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Navaneeth Mysore G (JIRA)" <ji...@apache.org> on 2014/10/07 05:28:33 UTC

[jira] [Created] (HIVE-8375) Create schema only if autoCreateSchema is set to true

Navaneeth Mysore G created HIVE-8375:
----------------------------------------

             Summary: Create schema only if autoCreateSchema is set to true
                 Key: HIVE-8375
                 URL: https://issues.apache.org/jira/browse/HIVE-8375
             Project: Hive
          Issue Type: Bug
          Components: Metastore
            Reporter: Navaneeth Mysore G


I am using Mariadb as the metastore database and the schema is created manually. Even when the property 'datanucleus.autoCreateSchema' is set to 'false', HiveMetaStore tries to create it. Not sure, if this is a datanucleus issue or hive's.. Attaching my fix for review (this was the only way I was able to successfully deploy).

I was trying to fix the following exception, but realized the above when, even with disabling autoCreateSchema, it was trying to create it. 

Exception:
metastore.HiveMetaStore (HiveMetaStore.java:startMetaStore(5671)) - javax.jdo.JDOUserException: Could not create "increment"/"table" value-generation container `SEQUENCE_TABLE` since autoCreate flags do not allow it. (... SKIPPED ..)





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