Przeglądaj źródła

YARN-8752. yarn-registry.md has wrong word ong-lived, it should be long-lived. Contributed by leiqiang.

(cherry picked from commit 94b5c54e8af51d178474d2f0eb5505366750ecf4)
Akira Ajisaka 6 lat temu
rodzic
commit
7dbdb7560d

+ 1 - 1
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/registry/yarn-registry.md

@@ -85,7 +85,7 @@ container ID.
 ## The binding problem
 ## The binding problem
 Hadoop YARN allows applications to run on the Hadoop cluster. Some of these are
 Hadoop YARN allows applications to run on the Hadoop cluster. Some of these are
 batch jobs or queries that can managed via YARN’s existing API using its
 batch jobs or queries that can managed via YARN’s existing API using its
-application ID. In addition YARN can deploy ong-lived services instances such a
+application ID. In addition YARN can deploy long-lived services instances such a
 pool of Apache Tomcat web servers or an Apache HBase cluster. YARN will deploy
 pool of Apache Tomcat web servers or an Apache HBase cluster. YARN will deploy
 them across the cluster depending on the individual each component requirements
 them across the cluster depending on the individual each component requirements
 and server availability. These service instances need to be discovered by
 and server availability. These service instances need to be discovered by