124125126127128129130131
FileSystemApplicationHistoryStore.class.getName()); LOG.error(msg, e); throw new YarnRuntimeException(msg, e); } } else { return new NullApplicationHistoryStore(); } }