Преглед на файлове

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

(cherry picked from commit e98e963e5143600017d2d227d504140b8802439d)
Akira Ajisaka преди 6 години
родител
ревизия
4026cc78a2
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/yarn-service/QuickStart.md

+ 1 - 0
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.