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

Penny throws Exception when netty classes are missing

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.0, 0.10.0
    • 0.9.1, 0.10.0
    • None
    • None
    • Reviewed

    Description

      Running the data sampler tool from the penny library causes a ClassNotFoundException for a netty class. Per the mailing list, this is because the netty classes are not accessible to Penny.

      I've attached a patch that adds netty to the penny jar.

      For reference, I'm running a simple script that uses pig test data from
      test/org/apache/pig/test/data/InputFiles/jsTst1.txt :

      x = LOAD 'jsTst1.txt' USING PigStorage('\t');
      x_filtered = FILTER x BY (int)$1 > 100;
      STORE x_filtered INTO 'jsTst1Filtered';

      Attachments

        1. PIG-2199.patch
          0.4 kB
          Doug Daniels

        Activity

          People

            ddaniels888 Doug Daniels
            ddaniels888 Doug Daniels
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: