You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2014/08/20 09:42:25 UTC

[jira] [Commented] (TEZ-1469) AM/Session LRs are not shipped to vertices in new API use-case

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

Gopal V commented on TEZ-1469:
------------------------------

As far as I can tell, this is supposed to work as before

{code:title=VertexImpl.java}
    this.localResources = DagTypeConverters
        .createLocalResourceMapFromDAGPlan(vertexPlan.getTaskConfig()
            .getLocalResourceList());
    this.localResources.putAll(appContext.getSessionResources());
{code}

> AM/Session LRs are not shipped to vertices in new API use-case
> --------------------------------------------------------------
>
>                 Key: TEZ-1469
>                 URL: https://issues.apache.org/jira/browse/TEZ-1469
>             Project: Apache Tez
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>            Reporter: Gopal V
>            Priority: Blocker
>         Attachments: tez-broadcast-example.tgz
>
>
> Previously in the tez codebase, the session LRs were part of each vertex's LRs, automatically.
> During 0.5.0 API changes, the following no longer provides local LRs to the vertices, even if it is part of the session LR.



--
This message was sent by Atlassian JIRA
(v6.2#6252)