[ https://issues.apache.org/jira/browse/HIVE-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
He Yongqiang updated HIVE-667: ------------------------------ Attachment: hive-667-2009-07-28.patch Upload another patch according to offline talk with Zheng, the differences: 1) removed the file system information from describe extended ... 2) add the ability to specify a partition of a table for the command "show table status" with hive-667-2009-07-28.patch, the 'show table status' command looks like: {noformat} SHOW TABLE STATUS [ IN|FROM database_name] LIKE 'table-regex-pattern'; SHOW TABLE STATUS [ IN|FROM database_name] LIKE 'tableName' PARTITION(part); {noformat} > Provide hive ql to check table/partition status, including size, creation and > access timestamp > ---------------------------------------------------------------------------------------------- > > Key: HIVE-667 > URL: https://issues.apache.org/jira/browse/HIVE-667 > Project: Hadoop Hive > Issue Type: New Feature > Components: Query Processor > Reporter: Hao Liu > Assignee: He Yongqiang > Attachments: hive-667-2009-07-24.patch, hive-667-2009-07-25-3.patch, > hive-667-2009-07-25.patch, hive-667-2009-07-27.patch, > hive-667-2009-07-28.patch, indented.txt, localtest-2009-07-24.txt > > > Those information will be helpful both for data management tasks, and users > who send adhoc queries against big data set in the cluster. . -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.