YARN-9154. Fix itemization in YARN service quickstart document. Contributed by Ayush Saxena.

(cherry picked from commit e98e963e51)
This commit is contained in:
Akira Ajisaka 2018-12-22 13:25:31 +09:00
parent 7deef08eb8
commit d6baf9d5bf
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ Refer to [Yarn Commands](../YarnCommands.html) for the full list of commands and
yarn app -launch ${SERVICE_NAME} ${PATH_TO_SERVICE_DEF_FILE}
```
Params:
- SERVICE_NAME: The name of the service. Note that this needs to be unique across running services for the current user.
- PATH_TO_SERVICE_DEF: The path to the service definition file in JSON format.