You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Vikram Dixit K (JIRA)" <ji...@apache.org> on 2015/06/06 05:05:00 UTC

[jira] [Updated] (HIVE-10647) Hive on LLAP: Limit HS2 from overwhelming LLAP

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

Vikram Dixit K updated HIVE-10647:
----------------------------------
    Attachment: HIVE-10647.2.patch

Changed to use a semaphore. I do not see a specific need to grow the size beyond 1 in the default case because:

1. If it is the cli mode, the user basically never lets go of the session and 1 is all they need.
2. If it is hs2, the user needs to configure this correctly anyways.

I can change it to a large number but don't really see a good reason for it.

> Hive on LLAP: Limit HS2 from overwhelming LLAP
> ----------------------------------------------
>
>                 Key: HIVE-10647
>                 URL: https://issues.apache.org/jira/browse/HIVE-10647
>             Project: Hive
>          Issue Type: Bug
>          Components: Tez
>    Affects Versions: llap
>            Reporter: Vikram Dixit K
>            Assignee: Vikram Dixit K
>         Attachments: HIVE-10647.1.patch, HIVE-10647.2.patch
>
>
> We want to restrict the number of queries that flow through LLAP. 



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