[
https://issues.apache.org/jira/browse/HIVE-14181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15852019#comment-15852019
]
Hive QA commented on HIVE-14181:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12850828/HIVE-14181.2.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 17 failed/errored test(s), 10242 tests
executed
*Failed tests:*
{noformat}
TestDerbyConnector - did not produce a TEST-*.xml file (likely timed out)
(batchId=235)
org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver[encryption_join_with_different_encryption_keys]
(batchId=159)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_varchar_simple]
(batchId=153)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query14]
(batchId=223)
org.apache.hadoop.hive.llap.daemon.impl.TestTaskExecutorService.testWaitQueuePreemption
(batchId=278)
org.apache.hadoop.hive.metastore.TestRemoteHiveMetaStore.testCanDropCorruptedTable
(batchId=197)
org.apache.hadoop.hive.metastore.TestRemoteHiveMetaStore.testDropTableFail
(batchId=197)
org.apache.hadoop.hive.metastore.TestRemoteHiveMetaStore.testDropTableFailPartitionsAreKept
(batchId=197)
org.apache.hadoop.hive.metastore.TestSetUGIOnBothClientServer.testCanDropCorruptedTable
(batchId=193)
org.apache.hadoop.hive.metastore.TestSetUGIOnBothClientServer.testDropTableFail
(batchId=193)
org.apache.hadoop.hive.metastore.TestSetUGIOnBothClientServer.testDropTableFailPartitionsAreKept
(batchId=193)
org.apache.hadoop.hive.metastore.TestSetUGIOnOnlyClient.testCanDropCorruptedTable
(batchId=191)
org.apache.hadoop.hive.metastore.TestSetUGIOnOnlyClient.testDropTableFail
(batchId=191)
org.apache.hadoop.hive.metastore.TestSetUGIOnOnlyClient.testDropTableFailPartitionsAreKept
(batchId=191)
org.apache.hadoop.hive.metastore.TestSetUGIOnOnlyServer.testCanDropCorruptedTable
(batchId=202)
org.apache.hadoop.hive.metastore.TestSetUGIOnOnlyServer.testDropTableFail
(batchId=202)
org.apache.hadoop.hive.metastore.TestSetUGIOnOnlyServer.testDropTableFailPartitionsAreKept
(batchId=202)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/3358/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/3358/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-3358/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 17 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12850828 - PreCommit-HIVE-Build
> DROP TABLE in hive doesn't Throw Error
> --------------------------------------
>
> Key: HIVE-14181
> URL: https://issues.apache.org/jira/browse/HIVE-14181
> Project: Hive
> Issue Type: Bug
> Environment: Hive 1.1.0
> CDH 5.5.1-1
> Reporter: Pranjal Singh
> Assignee: Adam Szita
> Labels: easyfix
> Attachments: HIVE-14181.1.patch, HIVE-14181.2.patch
>
>
> drop table table_name doen't throw an error if drop table fails.
> I was dropping a table and my trash didn't have enough space to hold the
> table but the drop table command showed success and the table wasn't deleted.
> But the hadoop fs -rm -r /hive/xyz.db/table_name/ gave an error "Failed to
> move to trash" because I didnot have enough space quota in my trash.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)