Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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)