[
https://issues.apache.org/jira/browse/HIVE-18675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16395498#comment-16395498
]
Kryvenko Igor commented on HIVE-18675:
--------------------------------------
[~ekoifman], when i deleted
metastore/scripts/upgrade/derby/upgrade-2.3.0-to-3.0.0.derby.sql, there were
some tests in {{TestSchemaTool}} failed.
{code}
Caused by: java.io.FileNotFoundException:
/home/igor/IdeaProjects/hive/itests/hive-unit/target/tmp/scripts/metastore/upgrade/derby/upgrade-2.3.0-to-3.0.0.derby.sql
(No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:93)
at java.io.FileReader.<init>(FileReader.java:58)
at
org.apache.hadoop.hive.metastore.tools.HiveSchemaHelper$AbstractCommandParser.buildCommand(HiveSchemaHelper.java:284)
at
org.apache.hadoop.hive.metastore.tools.HiveSchemaHelper$DerbyCommandParser.buildCommand(HiveSchemaHelper.java:357)
at
org.apache.hive.beeline.HiveSchemaTool.runBeeLine(HiveSchemaTool.java:918)
at
org.apache.hive.beeline.HiveSchemaTool.doUpgrade(HiveSchemaTool.java:534)
... 22 more
{code}
I think it should be delete this file in another ticket.
What do you think about it?
> make HIVE_LOCKS.HL_TXNID NOT NULL
> ---------------------------------
>
> Key: HIVE-18675
> URL: https://issues.apache.org/jira/browse/HIVE-18675
> Project: Hive
> Issue Type: Bug
> Components: Transactions
> Affects Versions: 3.0.0
> Reporter: Eugene Koifman
> Assignee: Kryvenko Igor
> Priority: Major
> Attachments: HIVE-18675.01.patch, HIVE-18675.02.patch
>
>
> In Hive 3.0 all statements that may need locks run in a transaction
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)