[
https://issues.apache.org/jira/browse/PIG-2324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13133089#comment-13133089
]
Thejas M Nair commented on PIG-2324:
------------------------------------
Errors in previous version statement also keeps getting printed, this happens
even if the statement has been corrected .
{code}
grunt> l = load 'fiel:/tmp/bstore.dat' using BinStorage();
2011-10-21 14:31:09,326 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR
2999: Unexpected internal error. Failed to create DataStorage
Details at logfile: /Users/thejas/pig_trunk_cp/trunk/pig_1319232651575.log
-- Corrected typo in the scheme part of file name the statement here -
grunt> l = load 'file:/tmp/bstore.dat' using BinStorage();
2011-10-21 14:31:19,273 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR
2999: Unexpected internal error. Failed to create DataStorage
Details at logfile: /Users/thejas/pig_trunk_cp/trunk/pig_1319232651575.log
-- another load statement with same alias, that is correct -
grunt> l = load 'x' as (a,b);
2011-10-21 14:31:30,944 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR
2999: Unexpected internal error. Failed to create DataStorage
Details at logfile: /Users/thejas/pig_trunk_cp/trunk/pig_1319232651575.log
grunt>
{code}
> duplicate INFO/WARN messages in grunt mode
> ------------------------------------------
>
> Key: PIG-2324
> URL: https://issues.apache.org/jira/browse/PIG-2324
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.9.0
> Reporter: Thejas M Nair
>
> For every new statement, the WARN or INFO messages are getting accumulated.
> The warnings printed include those related to the earlier statements.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira