You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2016/07/09 01:16:10 UTC

[jira] [Updated] (KYLIN-1861) Hive may fail to create flat table with "GC overhead error"

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

Shaofeng SHI updated KYLIN-1861:
--------------------------------
    Fix Version/s: v1.5.3

> Hive may fail to create flat table with "GC overhead error"
> -----------------------------------------------------------
>
>                 Key: KYLIN-1861
>                 URL: https://issues.apache.org/jira/browse/KYLIN-1861
>             Project: Kylin
>          Issue Type: Test
>            Reporter: Shaofeng SHI
>            Assignee: Shaofeng SHI
>             Fix For: v1.5.3
>
>
> in conf/kylin_hive_conf.xml, it enables "hive.auto.convert.join.noconditionaltask", which is the optimization about converting common join into mapjoin based on the input file size, and give a big value (300000000, 300MB) to "hive.auto.convert.join.noconditionaltask.size". So if the memory of the mapper isn't enough, it will cause the error.
> To fix the error, user can reduce the  "hive.auto.convert.join.noconditionaltask.size" in conf/kylin_hive_conf.xml, and then retry the job.



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