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/06/15 00:46:19 UTC

[jira] [Commented] (TEZ-236) Change YARNrunner to use the Vertex APIs to specify task configuration instead of localizing job.xml

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

Bikas Saha commented on TEZ-236:
--------------------------------

We should probably leave the existing method as is and create a getUserConf for userConf. Internally we are keeping both TezConf and userConf. They are logically distinct.

{code} 
  @Override
-  public TezConfiguration getConf() {
-    return conf;
+  public Configuration getConf() throws IOException {
+    return userConf;
   }
{code}


                
> Change YARNrunner to use the Vertex APIs to specify task configuration instead of localizing job.xml
> ----------------------------------------------------------------------------------------------------
>
>                 Key: TEZ-236
>                 URL: https://issues.apache.org/jira/browse/TEZ-236
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: Siddharth Seth
>            Assignee: Siddharth Seth
>              Labels: TEZ-0.2.0
>         Attachments: TEZ-236.txt
>
>


--
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