[
https://issues.apache.org/jira/browse/HIVE-11145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14609665#comment-14609665
]
Hive QA commented on HIVE-11145:
--------------------------------
{color:red}Overall{color}: -1 at least one tests failed
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12742938/HIVE-11145.2.patch
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 9109 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_list_bucket_dml_10
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4455/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4455/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4455/
Messages:
{noformat}
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: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12742938 - PreCommit-HIVE-TRUNK-Build
> Remove OFFLINE and NO_DROP from tables and partitions
> -----------------------------------------------------
>
> Key: HIVE-11145
> URL: https://issues.apache.org/jira/browse/HIVE-11145
> Project: Hive
> Issue Type: Improvement
> Components: Metastore, SQL
> Affects Versions: 2.0.0
> Reporter: Alan Gates
> Assignee: Alan Gates
> Attachments: HIVE-11145.2.patch, HIVE-11145.patch
>
>
> Currently a table or partition can be marked no_drop or offline. This
> prevents users from dropping or reading (and dropping) the table or
> partition. This was built in 0.7 before SQL standard authorization was an
> option.
> This is an expensive feature as when a table is dropped every partition must
> be fetched and checked to make sure it can be dropped.
> This feature is also redundant now that real authorization is available in
> Hive.
> This feature should be removed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)