new DataFabricInMemoryModule(),
new ConfigModule(cConf, hConf),
new IOModule(),
new LocationRuntimeModule().getInMemoryModules(),
new DiscoveryRuntimeModule().getInMemoryModules(),
new ProgramRunnerRuntimeModule().getInMemoryModules(),
new TestMetricsClientModule()
);
txService = injector.getInstance(TransactionManager.class);
txService.startAndWait();