Cheolsoo Park created PIG-3389: ---------------------------------- Summary: "Set job.name" does not work with dump command Key: PIG-3389 URL: https://issues.apache.org/jira/browse/PIG-3389 Project: Pig Issue Type: Bug Components: grunt Reporter: Cheolsoo Park Assignee: Cheolsoo Park Priority: Minor Fix For: 0.12
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: {code} SET job.name 'FOO'; a = LOAD '/foo'; DUMP a; {code} You will see the job name is not 'FOO' in the JT UI. However, using store instead of dump sets the job name correctly. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira