Repository: hadoop Updated Branches: refs/heads/branch-2 f02ca4ab1 -> f469f9af2
YARN-3410. Addendum fix for compilation error. Contributed by Rohith. (cherry picked from commit b08908ae5eaf60a7fc70bf60493a533e915553c5) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f469f9af Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f469f9af Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f469f9af Branch: refs/heads/branch-2 Commit: f469f9af2d00d8c429b561025730c00fcd4f3fea Parents: f02ca4a Author: Akira Ajisaka <[email protected]> Authored: Wed Apr 22 17:47:00 2015 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Apr 22 17:48:55 2015 +0900 ---------------------------------------------------------------------- .../hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/f469f9af/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md index 1169d14..c20e9a4 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/markdown/YarnCommands.md @@ -193,7 +193,7 @@ Usage: `yarn resourcemanager [-format-state-store]` | COMMAND\_OPTIONS | Description | |:---- |:---- | | -format-state-store | Formats the RMStateStore. This will clear the RMStateStore and is useful if past applications are no longer needed. This should be run only when the ResourceManager is not running. | -| -remove-application-from-state-store <appId> | Remove the application from RMStateStore. This should be run only when the ResourceManager is not running. | +| -remove-application-from-state-store \<appId\> | Remove the application from RMStateStore. This should be run only when the ResourceManager is not running. | Start the ResourceManager
