YARN-3281. Added RMStateStore to StateMachine visualization list. Contributed by Chengbing Liu

(cherry picked from commit 5d0bae550f)
This commit is contained in:
Jian He 2015-03-02 14:39:49 -08:00
parent fcd817afb0
commit 76b7283fa1
2 changed files with 7 additions and 3 deletions

View File

@ -300,6 +300,9 @@ Release 2.7.0 - UNRELEASED
YARN-3262. Surface application outstanding resource requests table
in RM web UI. (Jian He via wangda)
YARN-3281. Added RMStateStore to StateMachine visualization list.
(Chengbing Liu via jianhe)
OPTIMIZATIONS
YARN-2990. FairScheduler's delay-scheduling always waits for node-local and

View File

@ -278,7 +278,7 @@
<source>
<directory>${basedir}/src/main/proto</directory>
<includes>
<include>yarn_server_resourcemanager_recovery.proto</include>
<include>yarn_server_resourcemanager_recovery.proto</include>
</includes>
</source>
<output>${project.build.directory}/generated-sources/java</output>
@ -331,10 +331,11 @@
</goals>
<configuration>
<mainClass>org.apache.hadoop.yarn.state.VisualizeStateMachine</mainClass>
<classpathScope>compile</classpathScope>
<classpathScope>compile</classpathScope>
<arguments>
<argument>ResourceManager</argument>
<argument>org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptImpl,
<argument>org.apache.hadoop.yarn.server.resourcemanager.recovery.RMStateStore,
org.apache.hadoop.yarn.server.resourcemanager.rmapp.attempt.RMAppAttemptImpl,
org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMAppImpl,
org.apache.hadoop.yarn.server.resourcemanager.rmcontainer.RMContainerImpl,
org.apache.hadoop.yarn.server.resourcemanager.rmnode.RMNodeImpl</argument>