You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Prakash Ramachandran (JIRA)" <ji...@apache.org> on 2014/09/10 06:49:29 UTC

[jira] [Commented] (TEZ-1519) TezTaskRunner should not initialize TezConfiguration in TezChild

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

Prakash Ramachandran commented on TEZ-1519:
-------------------------------------------

the newTezChild already calls addUserSpecifiedTezConfiguration, which copies over the conf.pb. So just changing {{new TezConfiguration(defaultConf),}} to {{defaultConf}} in {{TezChild.run}} should be enough. 

> TezTaskRunner should not initialize TezConfiguration in TezChild
> ----------------------------------------------------------------
>
>                 Key: TEZ-1519
>                 URL: https://issues.apache.org/jira/browse/TEZ-1519
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>            Assignee: Prakash Ramachandran
>            Priority: Blocker
>
> Should be doing a new Configuration and augmenting with the config data from tez-conf.pb. 
> Need confirmation on tez-conf.pb being localized for all containers. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)