Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-172

NullPointerException thrown if we catch exception with null message

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.1.0
    • None
    • None

    Description

      grunt> A = load '/user/pig/tests/data/singlefile/studentcolon10k' using PigStorage(':');
      grunt> B = foreach A generate $2, $1, $0;
      grunt> define X `awk 'BEGIN

      {FS = ","; OFS = "\t"}

      {print $3, $2, $1}

      '` input (stdin using PigStorage(','));
      grunt> C = stream B through X;
      grunt> D = foreach C generate a, b;
      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)

      Attachments

        1. PIG-172.patch
          0.7 kB
          Olga Natkovich

        Activity

          People

            olgan Olga Natkovich
            olgan Olga Natkovich
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: