You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (JIRA)" <ji...@apache.org> on 2016/11/28 18:05:58 UTC

[jira] [Updated] (DRILL-5017) Config param drill.exec.sort.external.batch.size is not used

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

Paul Rogers updated DRILL-5017:
-------------------------------
    Issue Type: Sub-task  (was: Bug)
        Parent: DRILL-5080

> Config param drill.exec.sort.external.batch.size is not used
> ------------------------------------------------------------
>
>                 Key: DRILL-5017
>                 URL: https://issues.apache.org/jira/browse/DRILL-5017
>             Project: Apache Drill
>          Issue Type: Sub-task
>    Affects Versions: 1.8.0
>            Reporter: Paul Rogers
>            Assignee: Paul Rogers
>            Priority: Minor
>
> The Drill config file defines the {{drill.exec.sort.external.batch.size}} parameter, as does {{ExecConstants}}:
> {code}
>   String EXTERNAL_SORT_TARGET_BATCH_SIZE = "drill.exec.sort.external.batch.size";
> {code}
> However, this parameter is never used. It seems to be a duplicate of:
> {code}
>   String EXTERNAL_SORT_TARGET_SPILL_BATCH_SIZE = "drill.exec.sort.external.spill.batch.size";
> {code}
> Which, itself, is never used.
> Remove these parameters from {{ExecConstants}}, {{drill-module.conf}}, {{drill-override-example.conf}} (if they appear in those files) and from the documentation (if they appear in the docs.)



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