[ https://issues.apache.org/jira/browse/HIVE-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashish Thusoo updated HIVE-1788: -------------------------------- Attachment: HIVE-1788_2.txt Changed the api so that we have two now... List<String> get_tables_by_owner(String owner) - this returns the table names List<Table> get_tables_by_names(List<String> names) - this returns the table objects corresponding to the names. Am currently testing this. > Add more calls to the metastore thrift interface > ------------------------------------------------ > > Key: HIVE-1788 > URL: https://issues.apache.org/jira/browse/HIVE-1788 > Project: Hive > Issue Type: New Feature > Reporter: Ashish Thusoo > Assignee: Ashish Thusoo > Attachments: HIVE-1788.txt, HIVE-1788_2.txt > > > For administrative purposes the following calls to the metastore thrift > interface would be very useful: > 1. Get the table metadata for all the tables owned by a particular users > 2. Ability to iterate over this set of tables > 3. Ability to change a particular key value property of the table -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira