[
https://issues.apache.org/jira/browse/LENS-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Archana H updated LENS-1142:
----------------------------
Description:
Scenario:
* Firing query with EXECUTE_WITH_TIMEOUT option
* Query shouldn't complete within the timeout period
* server persistence = true , driver persistence = false
Query : cube select sleepTime(name,10) from sample_dim where name != 'first'
Actual Result:
------------------
eight
1 rows processed in (101) seconds.
Expected Result:
-----------------------
second
third
fourth
fifth
six
seven
eight
7 rows processed in (0) seconds
Component/s: driver-hive
> Issue with query result for EXECUTE_TIMEOUT, if query doesn't complete within
> timeout
> -------------------------------------------------------------------------------------
>
> Key: LENS-1142
> URL: https://issues.apache.org/jira/browse/LENS-1142
> Project: Apache Lens
> Issue Type: Bug
> Components: driver-hive
> Reporter: Archana H
>
> Scenario:
> * Firing query with EXECUTE_WITH_TIMEOUT option
> * Query shouldn't complete within the timeout period
> * server persistence = true , driver persistence = false
> Query : cube select sleepTime(name,10) from sample_dim where name != 'first'
> Actual Result:
> ------------------
> eight
> 1 rows processed in (101) seconds.
> Expected Result:
> -----------------------
> second
> third
> fourth
> fifth
> six
> seven
> eight
> 7 rows processed in (0) seconds
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)