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

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

Michael Allman created SPARK-18572:
--------------------------------------

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