You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2013/08/06 07:01:48 UTC

[jira] [Commented] (TEZ-205) Create additional helper APIs for translating MR conf to tez specific conf

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

Bikas Saha commented on TEZ-205:
--------------------------------

There is a comment in TestMRRJobsDAGApi that references this jira. Does anything need to be done or should the comment be removed?

{code}
    TezClient tezClient = new TezClient(new TezConfiguration(
        mrrTezCluster.getConfig()));
    // TODO Use utility method post TEZ-205 to figure out AM arguments etc.
    DAGClient dagClient = tezClient.submitDAGApplication(dag, remoteStagingDir,
        null, "default", Collections.singletonList(""), commonEnv,
        amLocalResources, new TezConfiguration());
{code}
                
> Create additional helper APIs for translating MR conf to tez specific conf
> --------------------------------------------------------------------------
>
>                 Key: TEZ-205
>                 URL: https://issues.apache.org/jira/browse/TEZ-205
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: Siddharth Seth
>            Assignee: Hitesh Shah
>              Labels: TEZ-0.2.0
>             Fix For: 0.2.0
>
>
> Would be useful to have additional helpers
> - MR Task Resources (mem, cpu) to Resource
> - Environment variables set for the MR task
> - LocalResource from the split information - since MR requires a very specific split file
> - Some of these + existing ones for the AM itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira