Skip to content

Commit

Permalink
YARN-9983. Fixed typo in YARN Service overview.
Browse files Browse the repository at this point in the history
           Contributed by Denes Gerencser
  • Loading branch information
macroadster committed Nov 19, 2019
1 parent c870514 commit ea8ffac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down

0 comments on commit ea8ffac

Please sign in to comment.