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 2014/03/27 03:01:16 UTC

[jira] [Commented] (TEZ-979) Allow FaultToleranceTestRunner to read default config when custom config is not passed.

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

Bikas Saha commented on TEZ-979:
--------------------------------

The conf in question is not meant for loading any tez configuration. Its used to load configuration for the TestInput/TestOutput/TestProcessor classes. If no argument is provided to configure the TestIPO then the configuration should be empty. I dont think I understand why tez-site.xml should be loaded into that object.

> Allow FaultToleranceTestRunner to read default config when custom config is not passed.
> ---------------------------------------------------------------------------------------
>
>                 Key: TEZ-979
>                 URL: https://issues.apache.org/jira/browse/TEZ-979
>             Project: Apache Tez
>          Issue Type: Improvement
>    Affects Versions: 0.4.0
>            Reporter: Tassapol Athiapinya
>            Assignee: Tassapol Athiapinya
>         Attachments: TEZ-979.patch
>
>
> I have an environment when I run FaultToleranceTestRunner with no argument. I set tez-site.xml in default path in hadoop class path. FaultToleranceTestRunner cannot pick it up.
> The cause should be because of false parameter at:
> {code}
> Configuration testConf = new Configuration(false);
> {code}



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