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

PigStorage with '-schema' generates Unhandled internal error.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Not A Problem
    • 0.12.0
    • None
    • data
    • None
    • Windows in local mode through Eclipse

    Description

      The following script generates the error listed below.

      d1 = load 'test_data.txt' USING PigStorage() AS (f1: int, f2: int, f3: int, f4: int);
      store d1 into 'test_out' using PigStorage('\t','-schema');

      – 2014-03-11 19:33:36 ERROR Grunt:125 - ERROR 2998: Unhandled internal error. org/codehaus/jackson/annotate/JsonUnwrapped

      Attachments

        1. test_data.txt
          0.0 kB
          David Dreyfus

        Activity

          People

            Unassigned Unassigned
            ddreyfus David Dreyfus
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: