You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "BELUGA BEHR (JIRA)" <ji...@apache.org> on 2017/06/14 01:08:00 UTC

[jira] [Assigned] (HIVE-16856) Allow For Customization Of Buffer Size In MapJoinTableContainerSerDe

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

BELUGA BEHR reassigned HIVE-16856:
----------------------------------

    Assignee: BELUGA BEHR

> Allow For Customization Of Buffer Size In MapJoinTableContainerSerDe
> --------------------------------------------------------------------
>
>                 Key: HIVE-16856
>                 URL: https://issues.apache.org/jira/browse/HIVE-16856
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: BELUGA BEHR
>            Assignee: BELUGA BEHR
>            Priority: Trivial
>         Attachments: HIVE-16856.1.patch
>
>
> MapJoinTableContainerSerDe currently hard-codes the buffer sizes as 4K.  If we remove the explicit buffer size, it will fall back to using the customized buffer size (or 4K):
> {code}
>    public FSDataInputStream open(Path f) throws IOException {
>      return open(f, getConf().getInt("io.file.buffer.size", 4096));
>    }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)