You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2014/11/30 20:36:12 UTC

[jira] [Updated] (DRILL-1356) Query fails with null error when Planner Slice Target is set to below 1000

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

Jacques Nadeau updated DRILL-1356:
----------------------------------
    Fix Version/s:     (was: 0.7.0)
                   0.9.0

> Query fails with null error when Planner Slice Target is set to below 1000
> --------------------------------------------------------------------------
>
>                 Key: DRILL-1356
>                 URL: https://issues.apache.org/jira/browse/DRILL-1356
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Query Planning & Optimization
>            Reporter: Abhishek Girish
>            Assignee: Jacques Nadeau
>             Fix For: 0.9.0
>
>         Attachments: Planner.slice_target LOG.rtf
>
>
> Queries: TPCH on HBase(MapR-DB)
> Scale Factor: 100 
> On setting planner.slice_target to 1 (or any value less than 1000), queries involving SF100 tables fail with null error:
> Query failed: Failure while setting up query. null [6866917f-6fd3-4a29-89b0-efff0732c7dd]
> Error: exception while executing query: Failure while trying to get next result batch. (state=,code=0)
> 0: jdbc:drill:zk=10.10.103.32:5181> alter session set `planner.slice_target` =100;
> LOG is attached. 
> The same query executes successfully when
>  - involves SF 1 tables
>  or 
> - planner.slice_target is set to a higher value. 
> Without setting the discussed parameter, SF100 queries take longer than usual to execute. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)