private static List<Module> createModules(CConfiguration cConf, Configuration hConf) {
return ImmutableList.of(
new DataFabricDistributedModule(),
new ConfigModule(cConf, hConf),
new IOModule(),
new ZKClientModule(),
new TwillModule(),
new LocationRuntimeModule().getDistributedModules(),
new DiscoveryRuntimeModule().getDistributedModules(),
new ProgramRunnerRuntimeModule().getDistributedModules(),
new MetricsClientModule(),