YARN-7093. Improve log message in ResourceUtils. (Sunil G via wangda)
Change-Id: I88928a747ee3eec17bc76fb71e9aaa632d091f0f (cherry picked from commit 53df3eac503064b8c4cd8eb2b659567622f4d8a7)
This commit is contained in:
parent
f340726c9a
commit
8cea242e94
@ -353,7 +353,7 @@ private static void initializeResourceTypesIfNeeded(Configuration conf,
|
||||
initializedResources = true;
|
||||
} catch (FileNotFoundException fe) {
|
||||
LOG.info("Unable to find '" + resourceFile
|
||||
+ "'. Falling back to memory and vcores as resources", fe);
|
||||
+ "'. Falling back to memory and vcores as resources.");
|
||||
initializeResourcesMap(conf);
|
||||
initializedResources = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user