pig throws NPE and shows all the stack trace on the console
-----------------------------------------------------------
Key: PIG-1593
URL: https://issues.apache.org/jira/browse/PIG-1593
Project: Pig
Issue Type: Bug
Reporter: niraj rai
Assignee: Richard Ding
When I run :
A = load '1.txt' USING PigStorage(',');
Store A into 'f';
In this case, pig shows all the stack trace on console. They should be shown in
log file. On console, it should only show, input file not found.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.