[ 
https://issues.apache.org/jira/browse/PIG-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13718904#comment-13718904
 ] 

Alan Gates commented on PIG-3389:
---------------------------------

+1
                
> "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
>
>         Attachments: PIG-3389.patch
>
>
> 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

Reply via email to