[
https://issues.apache.org/jira/browse/HIVE-10007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14370253#comment-14370253
]
Hive QA commented on HIVE-10007:
--------------------------------
{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/12705678/HIVE-10007.patch
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 7819 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_columnstats_partlvl_dp
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_display_colstats_tbllvl
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_temp_table_display_colstats_tbllvl
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3082/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/3082/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-3082/
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: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12705678 - PreCommit-HIVE-TRUNK-Build
> Support qualified table name in analyze table compute statistics for columns
> ----------------------------------------------------------------------------
>
> Key: HIVE-10007
> URL: https://issues.apache.org/jira/browse/HIVE-10007
> Project: Hive
> Issue Type: Improvement
> Components: Query Processor, Statistics
> Affects Versions: 1.0.0
> Reporter: Chaoyu Tang
> Assignee: Chaoyu Tang
> Attachments: HIVE-10007.patch
>
>
> Currently "analyze table compute statistics for columns" command can not
> compute column stats for a table in a different database since it does not
> support qualified table name. You need switch to that table database in order
> to compute its column stats. For example, you have to "use psqljira", then
> "analyze table src compute statistics for columns" for the table src under
> psqljira.
> This JIRA will provide the support to qualified table name in analyze column
> stats command.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)