Author: vinodkv
Date: Mon Jun 17 06:53:02 2013
New Revision: 1493656

URL: http://svn.apache.org/r1493656
Log:
YARN-833. Moved Graph and VisualizeStateMachine into yarn.state package. 
Contributed by Zhijie Shen.
svn merge --ignore-ancestry -c 1493654 ../../trunk/

Modified:
    
hadoop/common/branches/branch-2.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml

Modified: 
hadoop/common/branches/branch-2.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml?rev=1493656&r1=1493655&r2=1493656&view=diff
==============================================================================
--- 
hadoop/common/branches/branch-2.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml
 (original)
+++ 
hadoop/common/branches/branch-2.1-beta/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml
 Mon Jun 17 06:53:02 2013
@@ -110,7 +110,7 @@
                 </goals>
                 <configuration>
                   <classpathScope>test</classpathScope>
-                  
<mainClass>org.apache.hadoop.yarn.util.VisualizeStateMachine</mainClass>
+                  
<mainClass>org.apache.hadoop.yarn.state.VisualizeStateMachine</mainClass>
                   <arguments>
                     <argument>MapReduce</argument>
                     
<argument>org.apache.hadoop.mapreduce.v2.app.job.impl.JobImpl,


Reply via email to