diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeManagerRest.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeManagerRest.md index 2613b6316c067051465a38cbb953a421c92e1186..c7600f0246b8b1542aee6d35100498b822eaa103 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeManagerRest.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/NodeManagerRest.md @@ -163,7 +163,7 @@ With the Applications API, you can obtain a collection of resources, each of whi ### Query Parameters Supported -Multiple paramters can be specified. +Multiple parameters can be specified. * state - application state * user - user name diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md index 1b771275197c680dc5fd8d276f48f8f8c201885e..94d836952c22d53143a7d6b6f36219122835472f 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/ResourceManagerRest.md @@ -1529,7 +1529,7 @@ With the Application Statistics API, you can obtain a collection of triples, eac ### Query Parameters Required -Two paramters can be specified. The parameters are case insensitive. +Two parameters can be specified. The parameters are case insensitive. * states - states of the applications, specified as a comma-separated list. If states is not provided, the API will enumerate all application states and return the counts of them. * applicationTypes - types of the applications, specified as a comma-separated list. If applicationTypes is not provided, the API will count the applications of any application type. In this case, the response shows * to indicate any application type. Note that we only support at most one applicationType temporarily. Otherwise, users will expect an BadRequestException. @@ -1650,7 +1650,7 @@ Note that depending on security settings a user might not be able to see all the | id | string | The application id | | user | string | The user who started the application | | name | string | The application name | -| Application Type | string | The application type | +| applicationType | string | The application type | | queue | string | The queue the application was submitted to | | state | string | The application state according to the ResourceManager - valid values are members of the YarnApplicationState enum: NEW, NEW\_SAVING, SUBMITTED, ACCEPTED, RUNNING, FINISHED, FAILED, KILLED | | finalStatus | string | The final status of the application if finished - reported by the application itself - valid values are: UNDEFINED, SUCCEEDED, FAILED, KILLED |