[
https://issues.apache.org/jira/browse/AMBARI-13279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14990823#comment-14990823
]
Hudson commented on AMBARI-13279:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.1 #801 (See
[https://builds.apache.org/job/Ambari-branch-2.1/801/])
AMBARI-13279. Pig view shows completed but does not state if anything
(sgunturi:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=d9f468ce644c67c0d15a4f53768e81298abd2e93])
* contrib/views/pig/src/main/resources/ui/pig-web/app/controllers/scriptJob.js
* contrib/views/pig/src/main/resources/ui/pig-web/app/views/pig/alert.js
* contrib/views/pig/src/main/resources/ui/pig-web/app/controllers/pigScripts.js
* contrib/views/pig/src/main/resources/ui/pig-web/app/controllers/pigAlert.js
* contrib/views/pig/src/main/resources/ui/pig-web/app/templates/script/job.hbs
*
contrib/views/pig/src/main/resources/ui/pig-web/app/components/highlightErrors.js
* contrib/views/pig/src/main/resources/ui/pig-web/app/styles/style.less
* contrib/views/pig/src/main/resources/ui/pig-web/app/controllers/pig.js
* contrib/views/pig/src/main/resources/ui/pig-web/app/views/script/job.js
* contrib/views/pig/src/main/resources/ui/pig-web/app/initialize.js
> 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)