[
https://issues.apache.org/jira/browse/AMBARI-20111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15877760#comment-15877760
]
Hudson commented on AMBARI-20111:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #6808 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/6808/])
AMBARI-20111. Hive2: Query in query editor is getting modified while
(pallavkul:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=0ffa89532854e8760f543acd3434952eebc24f8c])
* (edit) contrib/views/hive20/src/main/resources/ui/app/routes/savedqueries.js
* (edit) contrib/views/hive20/src/main/resources/ui/app/routes/queries/query.js
* (edit) contrib/views/hive20/src/main/resources/ui/app/configs/result-tabs.js
* (edit)
contrib/views/hive20/src/main/resources/ui/app/templates/savedqueries.hbs
> Hive2: Query in query editor is getting modified while navigating across
> different tabs
> ---------------------------------------------------------------------------------------
>
> Key: AMBARI-20111
> URL: https://issues.apache.org/jira/browse/AMBARI-20111
> 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-20111-trunk.patch
>
>
> Query in query editor is getting modified while navigating across different
> tabs :
> Steps to reproduce :
> 1) Run visual explain for below query :
> {code}
> select count(*) from employee
> {code}
> 2) Upon getting the result, navigate to 'Tables' tab.
> 3) now come back to Query tab.
> 4) 'explain formatted ' is being added to the query. So new query in the
> editor :
> {code}
> explain formatted select count(*) from employee ;
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)