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

New illustrate command does not work in mapreduce mode.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.1.0
    • 0.1.0
    • impl
    • None

    Description

      In local mode, illustrate will work. But if exectype is set to mapreduce, then:

      grunt> a = load 'data/test.txt';
      grunt> b = filter a by $0 eq 'f2';
      grunt> illustrate b;
      2008-04-16 00:03:06,512 [main] ERROR org.apache.pig.tools.grunt.GruntParser - java.lang.ClassCastException: org.apache.pig.backend.hadoop.executionengine.HExecutionEngine cannot be cast to org.apache.pig.backend.local.executionengine.LocalExecutionEngine
              at org.apache.pig.pen.ExGen.GenerateExamples(ExGen.java:61)
              at org.apache.pig.PigServer.showExamples(PigServer.java:573)
              at org.apache.pig.PigServer.showExamples(PigServer.java:569)
              at org.apache.pig.tools.grunt.GruntParser.processIllustrate(GruntParser.java:131)
              at org.apache.pig.tools.pigscript.parser.PigScriptParser.parse(PigScriptParser.java:172)
              at org.apache.pig.tools.grunt.GruntParser.parseContOnError(GruntParser.java:72)
              at org.apache.pig.tools.grunt.Grunt.run(Grunt.java:54)
              at org.apache.pig.Main.main(Main.java:272)
      

      dump a and dump b work.

      Attachments

        1. exgen.patch
          12 kB
          Shubham Chopra

        Activity

          People

            shubhamc Shubham Chopra
            gates Alan Gates
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: