Repository: hadoop Updated Branches: refs/heads/branch-3.1 5c5c4438a -> 4026cc78a
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/4026cc78 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4026cc78 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4026cc78 Branch: refs/heads/branch-3.1 Commit: 4026cc78a2ebd94f981e8570b2732ea80d1a10e0 Parents: 5c5c443 Author: Akira Ajisaka <[email protected]> Authored: Sat Dec 22 13:25:31 2018 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Sat Dec 22 13:27:01 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/4026cc78/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]
