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

Hadoop QA commented on YARN-5177:
---------------------------------

| (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  4s{color} 
| {color:red} YARN-5177 does not apply to trunk. Rebase required? Wrong Branch? 
See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | YARN-5177 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12808741/YARN-5177-V0.patch |
| Console output | 
https://builds.apache.org/job/PreCommit-YARN-Build/13564/console |
| Powered by | Apache Yetus 0.4.0-SNAPSHOT   http://yetus.apache.org |


This message was automatically generated.



> Make Node-Manager Download-Resource Component extensible.
> ---------------------------------------------------------
>
>                 Key: YARN-5177
>                 URL: https://issues.apache.org/jira/browse/YARN-5177
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: nodemanager
>    Affects Versions: 2.7.0
>            Reporter: Emeka
>            Assignee: Emeka
>            Priority: Minor
>              Labels: oct16-medium
>         Attachments: YARN-5177-V0.patch
>
>
> Problem:
> - Downloading files to a local machine/node is called "resource-localization".
> - There are two components that perform resource-location (PublicLocalizer 
> and ComponetLocalizers)
> - Both components utilizes FSDownload.class to perform their downloads.
> - We need a custom implementation of FSDownload.
> Solution:
> - With this change, we make FSDownload.class extensible by wrapping it in a 
> new ResourceDownloader.interface
> - We also update the PublicLocalizer and ComponetLocalizers to load 
> ResourceDownloader rather than FSDownload.
> - NOTE: We use reflection to load the right implementation during runtime.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to