Tassapol Athiapinya created TEZ-979:
---------------------------------------
Summary: 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)