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