[ https://issues.apache.org/jira/browse/HIVE-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843123#comment-13843123 ]
Hive QA commented on HIVE-2584: ------------------------------- {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/12617816/HIVE-2584.patch {color:red}ERROR:{color} -1 due to 10 failed/errored test(s), 4763 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_drop_multi_partitions org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_input3 org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_insert2_overwrite_partitions org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_show_create_table_db_table org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_truncate_table org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_alter_partition_coltype_2columns org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_alter_partition_coltype_invalidtype org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_archive_partspec3 org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_column_rename3 org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_set_table_property {noformat} Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/578/testReport Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/578/console 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: 10 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12617816 > Alter table should accept database name > --------------------------------------- > > Key: HIVE-2584 > URL: https://issues.apache.org/jira/browse/HIVE-2584 > Project: Hive > Issue Type: Improvement > Affects Versions: 0.7.1 > Reporter: Bharath Mundlapudi > Assignee: Chun Chen > Attachments: HIVE-2584.patch > > > It would be nice if alter table accepts database name. > For example: > This would be more useful in certain usecases: > > alter table DB.Tbl set location <location>; > rather than 2 statements. > use DB; > alter table Tbl set location <location>; > -- This message was sent by Atlassian JIRA (v6.1.4#6159)