You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (JIRA)" <ji...@apache.org> on 2016/12/06 03:35:58 UTC

[jira] [Resolved] (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 ]

Wenchen Fan resolved SPARK-18572.
---------------------------------
       Resolution: Fixed
         Assignee: Michael Allman
    Fix Version/s: 2.1.0

> 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
>            Assignee: Michael Allman
>             Fix For: 2.1.0
>
>
> 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.



--
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