pgaref commented on a change in pull request #75:
URL: https://github.com/apache/tez/pull/75#discussion_r464621654
##########
File path:
tez-dag/src/test/java/org/apache/tez/dag/app/dag/TestRootInputInitializerManager.java
##########
@@ -66,8 +69,11 @@
@Before
public void setUp() throws Exception {
- ExecutorService rawExecutor = Executors.newCachedThreadPool(new
ThreadFactoryBuilder()
- .setDaemon(true).setNameFormat("Test App Shared Pool - " +
"#%d").build());
+ Configuration conf = new Configuration(true);
+ ExecutorService rawExecutor =
Review comment:
True, wanted to keep it simple but added the extra logic for
DAGAppMaster initialization
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]