[
https://issues.apache.org/jira/browse/TEZ-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053949#comment-14053949
]
Bikas Saha commented on TEZ-1080:
---------------------------------
[~rohini] setFromConfiguration() is the one that we want to deprecate in a
follow-up jira. The method is there so that folks using configuration dont
break immediately. But we want to move away from using configuration. Ideally
we would like users to use the defined methods or use
setAdditionalConfiguration(K.V). setAdditionalConfiguration() is bad for us
because it means that we will be serializing potentially large payloads from
gigantic configuration files that have all of core/hdfs/mapreduce sites in
them. Unless of course we can filter out only the things that we need. [~sseth]
comments?
> Configuration for non MR based Inputs/Outputs
> ---------------------------------------------
>
> Key: TEZ-1080
> URL: https://issues.apache.org/jira/browse/TEZ-1080
> Project: Apache Tez
> Issue Type: Sub-task
> Reporter: Siddharth Seth
> Assignee: Siddharth Seth
> Attachments: TEZ-1080.4.txt, TEZ-1080.5.txt, TEZ-1080.wip.1.txt,
> TEZ-1080.wip.2.txt, TEZ-1080.wip.3.txt
>
>
> De-link configuration from MRHelpers (except for the YARNRunner case), and
> allow for these to be configured easily - exposing necessary setters /
> getters without having to rely on config keys.
--
This message was sent by Atlassian JIRA
(v6.2#6252)