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

Grunt ERROR 2017 with RANK and two output paths

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 0.12.0, 0.11.1
    • 0.14.0
    • None
    • None

    Description

      Execution of Pig script

      A = LOAD 'input.txt';
      B = RANK A;
      STORE B INTO 'output1.txt';
      STORE A INTO 'output2.txt';
      

      crashes with

      [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2017: Internal error creating job configuration.
      

      If "STORE A INTO 'output2.txt'" is removed, the script works fine. Content of 'input.txt' does not seem to matter much, except it cannot be empty (apparently triggers bug PIG-3726).

      Attachments

        1. pig_1392907156669.log
          2 kB
          Ville Weijo

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vweijo Ville Weijo
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: