[ 
https://issues.apache.org/jira/browse/AMBARI-19793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857909#comment-15857909
 ] 

Hudson commented on AMBARI-19793:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #925 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/925/])
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=2f5ef8c6c12c098884d7cf96d93620de3616fb70])
* (edit) contrib/views/hive20/src/main/resources/ui/app/routes/queries/query.js
* (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


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

Reply via email to