You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/03/09 23:14:40 UTC

[jira] [Commented] (AMBARI-15346) Hive view: Visual Explain does not work when there are multiple statements in the query editor

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

Hadoop QA commented on AMBARI-15346:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12792229/AMBARI-15346_branch-2.2.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:red}-1 tests included{color}.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in contrib/views/hive.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/5789//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/5789//console

This message is automatically generated.

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