You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2018/05/11 17:54:00 UTC

[jira] [Assigned] (HIVE-19504) Change default value for hive.auto.convert.join.shuffle.max.size property

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

Jesus Camacho Rodriguez reassigned HIVE-19504:
----------------------------------------------


> Change default value for hive.auto.convert.join.shuffle.max.size property
> -------------------------------------------------------------------------
>
>                 Key: HIVE-19504
>                 URL: https://issues.apache.org/jira/browse/HIVE-19504
>             Project: Hive
>          Issue Type: Bug
>          Components: Physical Optimizer
>    Affects Versions: 3.0.0
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>            Priority: Major
>
> The property default value is too low by mistake (10MB), it is missing three trailing zeros.
> {code}
>     HIVECONVERTJOINMAXSHUFFLESIZE("hive.auto.convert.join.shuffle.max.size", 10000000L,
>        "If hive.auto.convert.join.noconditionaltask is off, this parameter does not take affect. \n" +
>        "However, if it is on, and the predicted size of the larger input for a given join is greater \n" +
>        "than this number, the join will not be converted to a dynamically partitioned hash join. \n" +
>        "The value \"-1\" means no limit."),
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)