cConf.set(Constants.CFG_LOCAL_DATA_DIR, localDataDir.getAbsolutePath());
Configuration hConf = new Configuration();
Injector injector = Guice.createInjector(
new DataFabricInMemoryModule(),
new ConfigModule(cConf, hConf),
new IOModule(),
new LocationRuntimeModule().getInMemoryModules(),
new DiscoveryRuntimeModule().getInMemoryModules(),
new ProgramRunnerRuntimeModule().getInMemoryModules(),