[
https://issues.apache.org/jira/browse/PIG-376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631191#action_12631191
]
Olga Natkovich commented on PIG-376:
------------------------------------
I don't think the patch is quite right.
I think you need to do the following:
(1) Make sure that default name is set in PigServer constructors. I can see
that it is set in one but not in the other. You can look at PigServer in the
trunk for comparison.
(2) Retrieve the value from the properties in PigContext and set them in
JobConf in the JobControlCompiler. (It should be always set, you should never
have to set it there.) Look at MapReduceLauncher.java in the trunk.
> SET job.name does not work
> --------------------------
>
> Key: PIG-376
> URL: https://issues.apache.org/jira/browse/PIG-376
> Project: Pig
> Issue Type: Bug
> Components: grunt
> Affects Versions: types_branch
> Reporter: Yiping Han
> Priority: Minor
> Fix For: types_branch
>
> Attachments: PIG-376-patch
>
>
> Put SET job.name there but the job name not changed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.