|
@@ -132,10 +132,7 @@ public class ContainerLocalizer {
|
|
this.recordFactory = recordFactory;
|
|
this.recordFactory = recordFactory;
|
|
this.conf = new YarnConfiguration();
|
|
this.conf = new YarnConfiguration();
|
|
this.diskValidator = DiskValidatorFactory.getInstance(
|
|
this.diskValidator = DiskValidatorFactory.getInstance(
|
|
- conf.get(YarnConfiguration.DISK_VALIDATOR,
|
|
|
|
- YarnConfiguration.DEFAULT_DISK_VALIDATOR));
|
|
|
|
- LOG.info("Disk Validator: " + YarnConfiguration.DISK_VALIDATOR +
|
|
|
|
- " is loaded.");
|
|
|
|
|
|
+ YarnConfiguration.DEFAULT_DISK_VALIDATOR);
|
|
this.appCacheDirContextName = String.format(APPCACHE_CTXT_FMT, appId);
|
|
this.appCacheDirContextName = String.format(APPCACHE_CTXT_FMT, appId);
|
|
this.pendingResources = new HashMap<LocalResource,Future<Path>>();
|
|
this.pendingResources = new HashMap<LocalResource,Future<Path>>();
|
|
}
|
|
}
|