YARN-5822. Log ContainerRuntime initialization error in LinuxContainerExecutor. Contributed by Sidharta Seethana.
(cherry picked from commit 9ee0e3172ed20b951b458cbbdc4799675f2a2a51)
This commit is contained in:
parent
e2917180ee
commit
7676b89f43
@ -270,6 +270,7 @@ public void init() throws IOException {
|
||||
this.linuxContainerRuntime = runtime;
|
||||
}
|
||||
} catch (ContainerExecutionException e) {
|
||||
LOG.error("Failed to initialize linux container runtime(s)!", e);
|
||||
throw new IOException("Failed to initialize linux container runtime(s)!");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user