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

Need to restore HIVE_MAJOR_VERSION=2 limitation for resource-requirements.test

    XMLWordPrintableJSON

Details

    Description

      There is a test failure on PlannerTest.testResourceRequirements when running with USE_CDP_HIVE=true:

      Actual does not match expected result:
      Max Per-Host Resource Reservation: Memory=8.00MB Threads=2
      Per-Host Resource Estimates: Memory=64MB
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      WARNING: The following tables are missing relevant table and/or column statistics.
      tpch_avro.orders
      Analyzed query: SELECT * FROM tpch_avro.orders
      ...
      Expected:
      Max Per-Host Resource Reservation: Memory=8.00MB Threads=2
      Per-Host Resource Estimates: Memory=88MB
      WARNING: The following tables are missing relevant table and/or column statistics.
      tpch_avro.orders
      Analyzed query: SELECT * FROM tpch_avro.orders

      It looks like this is due to accidentally removing the HIVE_MAJOR_VERSION=2 restriction:

      https://github.com/apache/impala/commit/ad43c873fa5d823a56ba93315a8e76e7cd6a0685#diff-746e1602318fe47cf5d801924cb7b672L1129-L1131

      Attachments

        Activity

          People

            tarmstrong Tim Armstrong
            joemcdonnell Joe McDonnell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: