Nitiraj Singh Rathore created AMBARI-13279:
----------------------------------------------
Summary: 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
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)