[
https://issues.apache.org/jira/browse/HIVE-18855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16410548#comment-16410548
]
Jason Dere edited comment on HIVE-18855 at 3/22/18 11:19 PM:
-------------------------------------------------------------
Test is failing when trying to retrieve the cached results from a UNION query,
because UNION queries with Tez execution engine generate nested result
directories for each part of the UNION. INPUT_DIR_RECURSIVE needs to be set
when listing files from the result directory.
Looks like this broke after HIVE-18238 - previously the HiveConf must have been
set with INPUT_DIR_RECURSIVE from the first query running in Tez mode, and this
setting stayed for all queries run by the test.
was (Author: jdere):
Looks like this broke after HIVE-18238.
Test is failing when trying to retrieve the cached results from a UNION query,
because UNION queries with Tez execution engine generate nested result
directories for each part of the UNION. INPUT_DIR_RECURSIVE needs to be set
when listing files from the result directory.
> Fix unit test TestMiniLlapLocalCliDriver.testCliDriver[results_cache_1]
> -----------------------------------------------------------------------
>
> Key: HIVE-18855
> URL: https://issues.apache.org/jira/browse/HIVE-18855
> Project: Hive
> Issue Type: Sub-task
> Components: Tests
> Reporter: Jason Dere
> Assignee: Jason Dere
> Priority: Major
> Attachments: HIVE-18855.1.patch
>
>
> Looks like this test has been broken for a while.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)