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

Explain plans have wrong table size information (twice the actual size)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Impala 1.3
    • Impala 1.3
    • None
    • None

    Description

      [ishaan@c2308 ~]$ impala-shell --quiet -q "explain select * from tpch1000gb.lineitem"
      Starting Impala Shell without Kerberos authentication
      +-----------------------------------------------------------+
      | Explain String                                            |
      +-----------------------------------------------------------+
      | Estimated Per-Host Requirements: Memory=176.00MB VCores=1 |
      |                                                           |
      | 01:EXCHANGE [PARTITION=UNPARTITIONED]                     |
      | |                                                         |
      | 00:SCAN HDFS [tpch1000gb.lineitem]                        |
      |    partitions=1/1 size=1.43GB                             |
      +-----------------------------------------------------------+
      
      [ishaan@c2308 ~]$ hdfs dfs -du -s -h /test-warehouse/tpch1000gb.lineitem
      733.2 M  /test-warehouse/tpch1000gb.lineitem
      

      Attachments

        Activity

          People

            alex.behm Alexander Behm
            ishaan Ishaan Joshi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: