You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/11/23 22:22:59 UTC

[jira] [Assigned] (SPARK-18572) Use the hive client method "getPartitionNames" to answer "SHOW PARTITIONS" queries on partitioned Hive tables

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

Apache Spark reassigned SPARK-18572:
------------------------------------

    Assignee:     (was: Apache Spark)

> Use the hive client method "getPartitionNames" to answer "SHOW PARTITIONS" queries on partitioned Hive tables
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-18572
>                 URL: https://issues.apache.org/jira/browse/SPARK-18572
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Michael Allman
>
> Currently Spark answers the {{SHOW PARTITIONS}} query by fetching all of the table's partition metadata from the external catalog and constructing partition names therefrom. The Hive client has a {{getPartitionNames}} method which is orders of magnitude faster, with the performance improvement scaling up with the number of partitions in the table. I believe we can use this method to great effect.
> Further details are provided in the associated PR (coming shortly).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org