Zoltan Haindrich created HIVE-23001:
---------------------------------------

             Summary: Fix sysdb schema in case metastore db is oracle
                 Key: HIVE-23001
                 URL: https://issues.apache.org/jira/browse/HIVE-23001
             Project: Hive
          Issue Type: Bug
            Reporter: Zoltan Haindrich


HIVE-22728 seems to have caused some issue in case the metastore db is backed 
by an oracle instance; initializing the sysdb bump into:

{code}
Error: Error while compiling statement: FAILED: Execution Error, return code 1 
from org.apache.hadoop.hive.ql.ddl.DDLTask. InvalidObjectException(message:Id 
shouldn't be set but table SYS.BUCKETING_COLS has the Id set to 1. It's a 
read-only option) (state=08S01,code=1)
Closing: 0: 
jdbc:hive2://?hive.conf.restricted.list=;hive.security.authorization.sqlstd.confwhitelist=.*;hive.security.authorization.sqlstd.confwhitelist.append=.*;hive.security.authorization.enabled=false;hive.metastore.uris=;hive.security.authorization.manager=org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLStdConfOnlyAuthorizerFactory;hive.support.concurrency=false;hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DummyTxnManager;hive.metastore.rawstore.impl=org.apache.hadoop.hive.metastore.ObjectStore
Schema initialization FAILED! Metastore state would be inconsistent!
Underlying cause: java.io.IOException : Schema script failed, errorcode 2
org.apache.hadoop.hive.metastore.HiveMetaException: Schema initialization 
FAILED! Metastore state would be inconsistent!
        at 
org.apache.hadoop.hive.metastore.tools.schematool.SchemaToolTaskInit.execute(SchemaToolTaskInit.java:66)
        at 
org.apache.hadoop.hive.metastore.tools.schematool.MetastoreSchemaTool.run(MetastoreSchemaTool.java:463)
        at 
org.apache.hive.beeline.schematool.HiveSchemaTool.main(HiveSchemaTool.java:138)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.apache.hadoop.util.RunJar.run(RunJar.java:318)
        at org.apache.hadoop.util.RunJar.main(RunJar.java:232)
Caused by: java.io.IOException: Schema script failed, errorcode 2
        at 
org.apache.hive.beeline.schematool.HiveSchemaTool.execSql(HiveSchemaTool.java:105)
        at 
org.apache.hive.beeline.schematool.HiveSchemaTool.execSql(HiveSchemaTool.java:83)
        at 
org.apache.hadoop.hive.metastore.tools.schematool.SchemaToolTaskInit.execute(SchemaToolTaskInit.java:62)
        ... 8 more
*** schemaTool failed ***
{code}





--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to