Procházet zdrojové kódy

MAPREDUCE-4320. gridmix mainClass wrong in pom.xml (tgraves)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1352550 13f79535-47bb-0310-9956-ffa450edef68
Thomas Graves před 13 roky
rodič
revize
b91910dd3e

+ 2 - 0
hadoop-mapreduce-project/CHANGES.txt

@@ -601,6 +601,8 @@ Release 0.23.3 - UNRELEASED
     MAPREDUCE-3889. job client tries to use /tasklog interface, but that
     doesn't exist anymore (Devaraj K via bobby)
 
+    MAPREDUCE-4320. gridmix mainClass wrong in pom.xml (tgraves)
+
 Release 0.23.2 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-tools/hadoop-gridmix/pom.xml

@@ -121,7 +121,7 @@
          <configuration>
           <archive>
            <manifest>
-            <mainClass>org.apache.hadoop.tools.HadoopArchives</mainClass>
+            <mainClass>org.apache.hadoop.mapred.gridmix.Gridmix</mainClass>
            </manifest>
          </archive>
         </configuration>