[
https://issues.apache.org/jira/browse/PIG-4387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14286266#comment-14286266
]
Daniel Dai commented on PIG-4387:
---------------------------------
That's because tez-site.xml is introduced very late (construct of
TezJobCompiler). You will not get tez config before that. Sounds
"yarn.timeline-service.enabled" is a yarn-site.xml entry, isn't it?
> Honor yarn settings in tez-site.xml and optimize dag status fetch
> -----------------------------------------------------------------
>
> Key: PIG-4387
> URL: https://issues.apache.org/jira/browse/PIG-4387
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.14.0
> Reporter: Rohini Palaniswamy
> Assignee: Rohini Palaniswamy
> Fix For: 0.15.0
>
> Attachments: PIG-4387-1.patch
>
>
> When setting yarn.timeline-service.enabled=true in tez-site.xml, the value
> was still taken as false. This was because
> yarn.timeline-service.enabled=false in yarn-site.xml went into PigContext
> properties in Utils.recomputeProperties(jc, properties); and that took more
> precedence.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)