HADOOP-17294. Fix typos existance to existence (#2357)
This commit is contained in:
parent
6ece6407e1
commit
4347a5c955
@ -227,7 +227,7 @@ protected void serviceInit(Configuration conf) throws Exception {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
LOG.error("Failed checking for the existance of history intermediate " +
|
LOG.error("Failed checking for the existence of history intermediate " +
|
||||||
"done directory: [" + doneDirPath + "]");
|
"done directory: [" + doneDirPath + "]");
|
||||||
throw new YarnRuntimeException(e);
|
throw new YarnRuntimeException(e);
|
||||||
}
|
}
|
||||||
|
@ -59,7 +59,7 @@ How to Archive Logs
|
|||||||
-verbose Print more details.
|
-verbose Print more details.
|
||||||
|
|
||||||
The tool only supports running one instance on a cluster at a time in order
|
The tool only supports running one instance on a cluster at a time in order
|
||||||
to prevent conflicts. It does this by checking for the existance of a
|
to prevent conflicts. It does this by checking for the existence of a
|
||||||
directory named ``archive-logs-work`` under
|
directory named ``archive-logs-work`` under
|
||||||
``yarn.nodemanager.remote-app-log-dir`` in HDFS
|
``yarn.nodemanager.remote-app-log-dir`` in HDFS
|
||||||
(default: ``/tmp/logs/archive-logs-work``). If for some reason that
|
(default: ``/tmp/logs/archive-logs-work``). If for some reason that
|
||||||
|
Loading…
Reference in New Issue
Block a user