new LocationRuntimeModule().getStandaloneModules(),
new DiscoveryRuntimeModule().getStandaloneModules(),
new ProgramRunnerRuntimeModule().getStandaloneModules(),
new DataFabricModules().getStandaloneModules(),
new DataSetsModules().getLocalModule(),
new MetricsClientRuntimeModule().getMapReduceModules(taskContext),
new LoggingModules().getStandaloneModules()
);
return Guice.createInjector(standaloneModules);
}