HADOOP-17294. Fix typos existance to existence (#2357)

This commit is contained in:
Ikko Ashimine 2020-10-06 10:10:44 +09:00 committed by GitHub
parent 6ece6407e1
commit 4347a5c955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ public class JobHistoryEventHandler extends AbstractService
}
}
} 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 + "]");
throw new YarnRuntimeException(e);
}

View File

@ -59,7 +59,7 @@ How to Archive Logs
-verbose Print more details.
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
``yarn.nodemanager.remote-app-log-dir`` in HDFS
(default: ``/tmp/logs/archive-logs-work``). If for some reason that