[
https://issues.apache.org/jira/browse/TEZ-4137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086187#comment-17086187
]
TezQA commented on TEZ-4137:
----------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 7s{color}
| {color:red} TEZ-4137 does not apply to master. Rebase required? Wrong Branch?
See https://cwiki.apache.org/confluence/display/TEZ/How+to+Contribute+to+Tez
for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | TEZ-4137 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/13000340/TEZ-4137.3.patch |
| Console output |
https://builds.apache.org/job/PreCommit-TEZ-Build/358/console |
| versions | git=2.17.1 |
| Powered by | Apache Yetus 0.11.1 https://yetus.apache.org |
This message was automatically generated.
> Input/Output processors should merge payload to local conf
> ----------------------------------------------------------
>
> Key: TEZ-4137
> URL: https://issues.apache.org/jira/browse/TEZ-4137
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: Mustafa Iman
> Assignee: Mustafa Iman
> Priority: Major
> Attachments: TEZ-4137.1.patch, TEZ-4137.2.patch, TEZ-4137.3.patch
>
>
> This patch introduces config merging to various Input and Output processors.
> As described in https://issues.apache.org/jira/browse/TEZ-4073 , we need to
> reduce the size of the configuration objects transferred over the wire. There
> are two improvements we are planning to do regarding to that:
> # Skip sending default configs and configuration coming from xml files in
> payload
> # Send dag, vertex and session configurations in layers instead of sending
> dag + vertex + session configs all together three times.
> In order to achieve these,
> * We need to expose local config coming from configuration files to
> TaskContext.
> * Input/Output processors must merge the config from user payload to local
> config in their TaskContext
> This is the configuration merging part. After this is merged, corresponding
> changes should be made on Hive side to prevent sending redundant configs.
> Until Hive side is updated, changes here are only overhead because all the
> config objects are the same and they have all the config options anyway.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)