You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (Jira)" <ji...@apache.org> on 2019/11/19 05:48:00 UTC

[jira] [Resolved] (IMPALA-9166) Need to restore HIVE_MAJOR_VERSION=2 limitation for resource-requirements.test

     [ https://issues.apache.org/jira/browse/IMPALA-9166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Armstrong resolved IMPALA-9166.
-----------------------------------
    Resolution: Fixed

> Need to restore HIVE_MAJOR_VERSION=2 limitation for resource-requirements.test
> ------------------------------------------------------------------------------
>
>                 Key: IMPALA-9166
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9166
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>            Reporter: Joe McDonnell
>            Assignee: Tim Armstrong
>            Priority: Blocker
>              Labels: broken-build
>             Fix For: Impala 3.4.0
>
>
> There is a test failure on PlannerTest.testResourceRequirements when running with USE_CDP_HIVE=true:
> {noformat}
> 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{noformat}
> 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]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)