Incorrect message trying to store non-existent alias
----------------------------------------------------
Key: PIG-251
URL: https://issues.apache.org/jira/browse/PIG-251
Project: Pig
Issue Type: Bug
Reporter: Olga Natkovich
the following script:
store foo into 'test';
produces the error stack:
java.lang.NullPointerException
at
org.apache.pig.tools.grunt.Utils.getPermissionException(Utils.java:24)
at
org.apache.pig.tools.grunt.GruntParser.parseContOnError(GruntParser.java:77)
at org.apache.pig.tools.grunt.Grunt.run(Grunt.java:54)
at org.apache.pig.Main.main(Main.java:253)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.