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

union/ join operations are not accepting same alias as multiple inputs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.2, 0.10.0
    • 0.12.0
    • None
    • None
    • Reviewed

    Description

      grunt> l = load 'x';
      grunt> u = union l, l;
      2012-03-16 18:48:45,687 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2998: Unhandled internal error. Union with Count(Operand) < 2

      grunt> a = load 'a0.txt' as (a0, a1);
      grunt> b = join a by a0, a by a1;
      2013-08-27 13:36:21,807 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2225: Projection with nothing to reference!

      Attachments

        1. PIG-2606.patch.txt
          2 kB
          Hari Sankar Sivarama Subramaniyan
        2. PIG-2606.2.patch.txt
          4 kB
          Hari Sankar Sivarama Subramaniyan

        Activity

          People

            hsubramaniyan Hari Sankar Sivarama Subramaniyan
            thejas Thejas Nair
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: