You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2017/11/03 23:19:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16238563#comment-16238563 ] 

Ashutosh Chauhan commented on HIVE-16856:
-----------------------------------------

+1

> 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
>         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)