You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Adam Szita (JIRA)" <ji...@apache.org> on 2017/11/06 15:23:00 UTC

[jira] [Updated] (HIVE-17987) Certain metastore operation should use iterators of partitions over lists

     [ https://issues.apache.org/jira/browse/HIVE-17987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Szita updated HIVE-17987:
------------------------------
    Description: In HS2 side we have a PartitionIterable class to reduce memory load and use iterators of partitions instead of whole lists when querying them from HMS. Inside HMS there is no such feature and we should create a similar one. (e.g alter table calls that have to apply a modification to each and every partition of the table)

> Certain metastore operation should use iterators of partitions over lists
> -------------------------------------------------------------------------
>
>                 Key: HIVE-17987
>                 URL: https://issues.apache.org/jira/browse/HIVE-17987
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Adam Szita
>            Assignee: Adam Szita
>
> In HS2 side we have a PartitionIterable class to reduce memory load and use iterators of partitions instead of whole lists when querying them from HMS. Inside HMS there is no such feature and we should create a similar one. (e.g alter table calls that have to apply a modification to each and every partition of the table)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)