Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-749

Impala cannot load tables with more than Short.MAX_VALUE number of partitions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 1.0
    • Impala 1.2.4
    • None
    • None

    Description

      Impala use HiveMetastoreClient.listPartitions() to retrieve the list of partitions. However, the "max_part" is a short. Therefore, if the number of partition exceed 32767, this API will return the first 32767 partitions only.

      Attachments

        Activity

          People

            lskuff Lenni Kuff
            alan@cloudera.com Alan Choi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: