Repository: hadoop Updated Branches: refs/heads/branch-3.2 7deef08eb -> d6baf9d5b
YARN-9154. Fix itemization in YARN service quickstart document. Contributed by Ayush Saxena. (cherry picked from commit e98e963e5143600017d2d227d504140b8802439d) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d6baf9d5 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d6baf9d5 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d6baf9d5 Branch: refs/heads/branch-3.2 Commit: d6baf9d5bfc1ebcc5425e42d3cad3ddbefbab419 Parents: 7deef08 Author: Akira Ajisaka <[email protected]> Authored: Sat Dec 22 13:25:31 2018 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Sat Dec 22 13:26:41 2018 +0900 ---------------------------------------------------------------------- .../hadoop-yarn-site/src/site/markdown/yarn-service/QuickStart.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d6baf9d5/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/QuickStart.md ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/QuickStart.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/QuickStart.md index bba9bb8..f813c5a 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/QuickStart.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/QuickStart.md @@ -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. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
