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

Hudson commented on AMBARI-15346:
---------------------------------

ABORTED: Integrated in Ambari-trunk-Commit #4507 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/4507/])
AMBARI-15346. Hive view: Visual Explain does not work when there are 
(pallav.kul: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=795fac68f5b963ed6437d3bf902e7ce033f8b987])
* 
contrib/views/hive/src/main/resources/ui/hive-web/app/components/query-editor.js
* contrib/views/hive/src/main/resources/ui/hive-web/app/controllers/index.js


> Hive view: Visual Explain does not work when there are multiple statements in 
> the query editor
> ----------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-15346
>                 URL: https://issues.apache.org/jira/browse/AMBARI-15346
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-views
>    Affects Versions: 2.2.2
>            Reporter: Pallav Kulshreshtha
>            Assignee: Pallav Kulshreshtha
>             Fix For: 2.2.2
>
>         Attachments: AMBARI-15346_branch-2.2-2.patch, Screen Shot 2016-03-08 
> at 1.07.02 PM.png, Screen Shot 2016-03-08 at 1.07.33 PM (2).png
>
>
> STEPS TO REPRODUCE:
> Execute:
> use testdb;
> set hive.execution.engine=tez;
> set tez.queue.name=dipayan;
> select count(*) from geolocation;
> After it returns value, click on visual explain button. The call fails with 
> the following error:
> {code:java}
> org.apache.ambari.view.hive.client.HiveInvalidQueryException: Error while 
> compiling statement: FAILED: ParseException line 2:4 missing KW_ROLE at 
> 'hive' near 'hive'
> line 2:8 missing EOF at '.' near 'hive' [ERROR_STATUS]
> org.apache.ambari.view.hive.client.HiveInvalidQueryException: Error while 
> compiling statement: FAILED: ParseException line 2:4 missing KW_ROLE at 
> 'hive' near 'hive'
> line 2:8 missing EOF at '.' near 'hive' [ERROR_STATUS]
>       at org.apache.ambari.view.hive.client.Utils.verifySuccess(Utils.java:46)
>       at 
> org.apache.ambari.view.hive.client.Connection.execute(Connection.java:614)
>       at 
> org.apache.ambari.view.hive.client.Connection.executeAsync(Connection.java:625)
>       at 
> org.apache.ambari.view.hive.resources.jobs.ConnectionController.executeQuery(ConnectionController.java:67)
>       at 
> org.apache.ambari.view.hive.resources.jobs.viewJobs.JobControllerImpl.submit(JobControllerImpl.java:109)
>       at 
> org.apache.ambari.view.hive.resources.jobs.JobService.create(JobService.java:431)
>       at sun.reflect.GeneratedMethodAccessor326.invoke(Unknown Source)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>       at java.lang.reflect.Method.invoke(Method.java:497)
>       at 
> com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
>       at 
> com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$ResponseOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:205)
>       at 
> com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
>       at 
> com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
> {code}
> Attached are the screenshot for the same
>  !Screen Shot 2016-03-08 at 1.07.02 PM.png|thumbnail! 
>  !Screen Shot 2016-03-08 at 1.07.33 PM (2).png|thumbnail! 



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

Reply via email to