Author: mahadev
Date: Mon Nov 21 20:51:46 2011
New Revision: 1204696

URL: http://svn.apache.org/viewvc?rev=1204696&view=rev
Log:
MAPREDUCE-3447. mapreduce examples not working (mahadev)

Modified:
    hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
    
hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml

Modified: 
hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt?rev=1204696&r1=1204695&r2=1204696&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt 
(original)
+++ hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt Mon 
Nov 21 20:51:46 2011
@@ -106,6 +106,8 @@ Release 0.23.1 - Unreleased
 
     MAPREDUCE-3434. Nightly build broken (Hitesh Shah via mahadev)
 
+    MAPREDUCE-3447. mapreduce examples not working (mahadev)
+
 Release 0.23.0 - 2011-11-01 
 
   INCOMPATIBLE CHANGES

Modified: 
hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml?rev=1204696&r1=1204695&r2=1204696&view=diff
==============================================================================
--- 
hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
 (original)
+++ 
hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml
 Mon Nov 21 20:51:46 2011
@@ -45,5 +45,20 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-
+  
+  <build>
+   <plugins>
+    <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+     <artifactId>maven-jar-plugin</artifactId>
+         <configuration>
+       <archive>
+         <manifest>
+           <mainClass>org.apache.hadoop.examples.ExampleDriver</mainClass>
+         </manifest>
+       </archive>
+     </configuration>
+    </plugin>
+   </plugins>
+   </build>
 </project>


Reply via email to