You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2016/07/28 00:53:20 UTC

[jira] [Updated] (HIVE-14352) Beeline can't run sub-second queries in HTTP mode

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

Gopal V updated HIVE-14352:
---------------------------
    Summary: Beeline can't run sub-second queries in HTTP mode  (was: Beeline can't run sub-second queries)

> Beeline can't run sub-second queries in HTTP mode
> -------------------------------------------------
>
>                 Key: HIVE-14352
>                 URL: https://issues.apache.org/jira/browse/HIVE-14352
>             Project: Hive
>          Issue Type: Bug
>          Components: Beeline
>    Affects Versions: 2.2.0
>            Reporter: Gopal V
>
> Even a 12ms query execution takes 1000+ ms in Beeline.
> {code}
>   private static final int DEFAULT_QUERY_PROGRESS_INTERVAL = 1000;
> ...
>   while (hiveStatement.hasMoreLogs()) {
>       Thread.sleep(DEFAULT_QUERY_PROGRESS_INTERVAL);
>   }
> {code}



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