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

Hadoop QA commented on AMBARI-13279:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/12764568/AMBARI-13279_branch-2.1.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/pig.

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

This message is automatically generated.

> Pig view shows completed but does not state if anything went wrong
> ------------------------------------------------------------------
>
>                 Key: AMBARI-13279
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13279
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-views
>    Affects Versions: 2.1.0
>            Reporter: Nitiraj Singh Rathore
>            Assignee: Nitiraj Singh Rathore
>            Priority: Critical
>             Fix For: 2.1.3
>
>         Attachments: AMBARI-13279_branch-2.1.patch
>
>
> Lets say there was some error while executing pig script. In this case the 
> status appears as "Completed" (in green color) and Results is empty and the 
> Log includes the exception that occurred.
> So there is no visual cue to show if there was error and because of it the 
> result set is empty.
> To Reproduce : Include a HCatalog statement in the pig script and run it with 
> the -useHCatalog argument. 
> Example :
> a = LOAD 'someHiveTable' USING org.apache.hive.hcatalog.pig.HCatLoader();
> dump a;
> Executing this without -useHCatalog will create an exception, which will 
> appear in logs but the result will be empty and status will appear as 
> completed. So it is not clear that some exception occurred.



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

Reply via email to