YARN-3410. Addendum fix for compilation error. Contributed by Rohith.

(cherry picked from commit b08908ae5e)
This commit is contained in:
Akira Ajisaka 2015-04-22 17:47:00 +09:00
parent f02ca4ab15
commit f469f9af2d
1 changed files with 1 additions and 1 deletions

View File

@ -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