public RuntimeResourceManager(Configuration configuration) {
super(configuration);
if (configuration == null) {
throw new IllegalArgumentException("configuration must not be null"); //$NON-NLS-1$
}
this.configuration = new HadoopConfiguration(configuration);
this.resources = Collections.emptyList();
}