[
https://issues.apache.org/jira/browse/HIVE-18221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279410#comment-16279410
]
Eugene Koifman commented on HIVE-18221:
---------------------------------------
lots of TestCLIDriver failures due to
{noformat}
FAILED: SemanticException [Error 30023]: alltypesorc file name is not valid in
Load Data into Acid table default.alltypesorc. Examples of valid names are:
00000_0, 00000_0_copy_1
{noformat}
lots of HCat failures
lots of
{noformat}
java.lang.RuntimeException: Unexpected exception in static initialization
at
org.apache.hadoop.hive.cli.control.CoreCliDriver.beforeClass(CoreCliDriver.java:90)
at
org.apache.hadoop.hive.cli.control.CliAdapter$1$1.evaluate(CliAdapter.java:71)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
....
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
Caused by: java.lang.NullPointerException
at
org.apache.hadoop.hive.ql.Driver.releaseLocksAndCommitOrRollback(Driver.java:1305)
at
org.apache.hadoop.hive.ql.Driver.releaseLocksAndCommitOrRollback(Driver.java:1281)
at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1469)
at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1594)
at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1358)
at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1346)
at
org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:239)
at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:187)
at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:409)
at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:342)
at org.apache.hadoop.hive.ql.QTestUtil.cleanUp(QTestUtil.java:999)
at org.apache.hadoop.hive.ql.QTestUtil.cleanUp(QTestUtil.java:975)
at
org.apache.hadoop.hive.cli.control.CoreCliDriver$2.invokeInternal(CoreCliDriver.java:73)
at
org.apache.hadoop.hive.cli.control.CoreCliDriver$2.invokeInternal(CoreCliDriver.java:70)
at
org.apache.hadoop.hive.util.ElapsedTimeLoggingWrapper.invoke(ElapsedTimeLoggingWrapper.java:33)
at
org.apache.hadoop.hive.cli.control.CoreCliDriver.beforeClass(CoreCliDriver.java:76)
... 11 more
{noformat}
bunch of failures due to
{noformat}
017-12-05T14:23:01,653 INFO [main] ql.Driver: Compiling
command(queryId=hiveptest_20171205142257_78d50ca8-c29c-422f-8553-f6f9b5c0250b):
DROP TABLE IF EXISTS cmd_testdb.cmd_testtable FOR REPLICATION('157')
FAILED: RuntimeException [Error 10264]: To use DbTxnManager you must set
hive.support.concurrency=true
2017-12-05T14:23:01,654 ERROR [main] ql.Driver: FAILED: RuntimeException [Error
10264]: To use DbTxnManager you must set hive.support.concurrency=true
java.lang.RuntimeException: To use DbTxnManager you must set
hive.support.concurrency=true
at
org.apache.hadoop.hive.ql.lockmgr.DbTxnManager.setHiveConf(DbTxnManager.java:189)
at
org.apache.hadoop.hive.ql.lockmgr.TxnManagerFactory.getTxnManager(TxnManagerFactory.java:72)
at
org.apache.hadoop.hive.ql.session.SessionState.initTxnMgr(SessionState.java:463)
at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:519)
at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1466)
at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1594)
at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1358)
at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1346)
at
org.apache.hive.hcatalog.api.repl.commands.TestCommands.testDropTableCommand2(TestCommands.java:355)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
.....
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:407)
{noformat}
which then lead to
{noformat}
java.lang.NullPointerException
at
org.apache.hadoop.hive.ql.Driver.releaseLocksAndCommitOrRollback(Driver.java:1305)
at
org.apache.hadoop.hive.ql.Driver.releaseLocksAndCommitOrRollback(Driver.java:1281)
at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1469)
at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1594)
at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1358)
at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1346)
at
org.apache.hive.hcatalog.api.repl.commands.TestCommands.testDropTableCommand2(TestCommands.java:355)
....
{noformat}
patch 4 should get past
2017-12-05T14:23:01,654 ERROR [main] ql.Driver: FAILED: RuntimeException [Error
10264]: To use DbTxnManager you must set hive.support.concurrency=true
hvie.txn.manager and hive.support.concurrency are currently in both HiveConf
and MetastoreConf - the later was not modified in patch 3
> test acid default
> -----------------
>
> Key: HIVE-18221
> URL: https://issues.apache.org/jira/browse/HIVE-18221
> Project: Hive
> Issue Type: Test
> Components: Transactions
> Affects Versions: 3.0.0
> Reporter: Eugene Koifman
> Assignee: Eugene Koifman
> Attachments: HIVE-18221.01.patch, HIVE-18221.02.patch,
> HIVE-18221.03.patch, HIVE-18221.04.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)