[
https://issues.apache.org/jira/browse/AMBARI-19793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857929#comment-15857929
]
Hudson commented on AMBARI-19793:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #6670 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/6670/])
AMBARI-19793. Hive2: Unreasonable response time from query exeuction in
(pallavkul:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=8fd6395b3b6a95e17065a7c6ae26e8432c635a8c])
* (edit)
contrib/views/hive20/src/main/resources/ui/app/templates/queries/query.hbs
* (delete) contrib/views/hive20/src/main/resources/ui/app/routes/query.js
* (delete) contrib/views/hive20/src/main/resources/ui/app/templates/query.hbs
* (edit) contrib/views/hive20/src/main/resources/ui/app/routes/queries/query.js
> Hive2: Unreasonable response time from query exeuction in hive view
> -------------------------------------------------------------------
>
> Key: AMBARI-19793
> URL: https://issues.apache.org/jira/browse/AMBARI-19793
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Affects Versions: 2.5.0
> Reporter: Pallav Kulshreshtha
> Assignee: Pallav Kulshreshtha
> Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-19793_trunk.patch
>
>
> This makes the UI almost unusable IMO (cc Carter Shanklin). The sample query
> given on the page "select 1;" takes 10s for me. I know for a fact that hive
> is faster than this.
> This is the limitation with the current implementation and Ambari framework.
> We are limited to polling for results as opposed to the server push model and
> hence there is the time lag between the submission of the query and the
> result coming to the page. The polling interval is currently fixed to 10s and
> we had a discussion internally in which we decided to reduce the polling
> interval to 2-3 secs so that the queries as simple as this one is displayed
> almost in no time.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)