You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2017/02/23 05:13:44 UTC

[jira] [Updated] (HIVE-16020) LLAP : Reduce IPC connection misses

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

Rajesh Balamohan updated HIVE-16020:
------------------------------------
    Attachment: HIVE-16020.1.patch

Changes:
1. Common SocketFactory passed  to ContainerRunnerImpl, AMReporter, TaskRunnerCallable.
2. UserGroupInformation passed at query level (this is part of [~sseth]'s patch). Initial patch could be to provide at query level; can create subsequent jira to cache at app level.

> LLAP : Reduce IPC connection misses
> -----------------------------------
>
>                 Key: HIVE-16020
>                 URL: https://issues.apache.org/jira/browse/HIVE-16020
>             Project: Hive
>          Issue Type: Bug
>          Components: llap
>            Reporter: Rajesh Balamohan
>         Attachments: HIVE-16020.1.patch
>
>
> {{RPC.getProxy}} created in {{TaskRunnerCallable}} does not pass SocketFactory. This would cause new SocketFactory to be created every time which would cause connection reuse issues.  Also, UserGroupInformation can be reused at query level.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)