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

"Set job.name" does not work with dump command

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.12.0
    • grunt
    • None

    Description

      The "job.name" property can be used to overwrite the default job name in Pig, but the dump command does not honor it.

      To reproduce the issue, run the following commands in Grunt shell in MR mode:

      SET job.name 'FOO';
      a = LOAD '/foo';
      DUMP a;
      

      You will see the job name is not 'FOO' in the JT UI. However, using store instead of dump sets the job name correctly.

      Attachments

        1. PIG-3389.patch
          0.7 kB
          Cheolsoo Park

        Activity

          People

            cheolsoo Cheolsoo Park
            cheolsoo Cheolsoo Park
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: