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

Simple nested query takes an extremely long time

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • Impala 2.3.0
    • Impala 2.3.0
    • None
    • None
    • Machine: c2118.hal.cloudera.com 81b1dc54e067b771b587eb3c9be96d70d9df8a7d

    Description

      Query:

      use random_data;
      select key from table_3.field_33.field_35.value.value limit 5
      

      I cancelled the query after 1 hour. It seemed to be not making any progress, but impalad memory usage was steadily rising.

      Impala webpage displayed this for the entire hour:

      State: FINISHED
      Scan Progress: 0 / 9576 ( 0%)
      

      When the query is changed to:

      use random_data;
      select count(*) from table_3.field_33.field_35.value.value
      

      it incorrectly returns 0.

      Attachments

        Activity

          People

            mgrund_impala_bb91 Martin Grund
            tarasbob Taras Bobrovytsky
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: