You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ey...@apache.org on 2019/11/19 19:17:56 UTC

[hadoop] branch trunk updated: YARN-9983. Fixed typo in YARN Service overview. Contributed by Denes Gerencser

This is an automated email from the ASF dual-hosted git repository.

eyang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ea8ffac  YARN-9983. Fixed typo in YARN Service overview.            Contributed by Denes Gerencser
ea8ffac is described below

commit ea8ffac121f6460013094d33ded387f06ef65785
Author: Eric Yang <ey...@apache.org>
AuthorDate: Tue Nov 19 14:16:51 2019 -0500

    YARN-9983. Fixed typo in YARN Service overview.
               Contributed by Denes Gerencser
---
 .../hadoop-yarn-site/src/site/markdown/yarn-service/Overview.md         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/Overview.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/Overview.md
index 140bde4..7489d28 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/Overview.md
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/Overview.md
@@ -24,7 +24,7 @@ lifecycle management such as stop/start/delete the service, flexing service comp
 The yarn-service framework primarily includes below components:
 
 * A core framework (ApplicationMaster) running on YARN to serve as a container orchestrator, being responsible for all service lifecycle managements.
-* A restful API-server to for users to interact with YARN to deploy/manage their services via a simple JSON spec.
+* A restful API-server for users to interact with YARN to deploy/manage their services via a simple JSON spec.
 * A DNS server backed by YARN service registry to enable discovering services on YARN by the standard DNS lookup.
 
 ## Why should I try YARN Service framework?


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org