Skip to content

Commit 5aaa8dd

Browse files
author
Mahadev Konar
committed
MAPREDUCE-3447. mapreduce examples not working (mahadev)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1204695 13f79535-47bb-0310-9956-ffa450edef68
1 parent 41d802e commit 5aaa8dd

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

hadoop-mapreduce-project/CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ Release 0.23.1 - Unreleased
155155

156156
MAPREDUCE-3434. Nightly build broken (Hitesh Shah via mahadev)
157157

158+
MAPREDUCE-3447. mapreduce examples not working (mahadev)
159+
158160
Release 0.23.0 - 2011-11-01
159161

160162
INCOMPATIBLE CHANGES

hadoop-mapreduce-project/hadoop-mapreduce-examples/pom.xml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,20 @@
4444
<scope>provided</scope>
4545
</dependency>
4646
</dependencies>
47-
47+
48+
<build>
49+
<plugins>
50+
<plugin>
51+
<groupId>org.apache.maven.plugins</groupId>
52+
<artifactId>maven-jar-plugin</artifactId>
53+
<configuration>
54+
<archive>
55+
<manifest>
56+
<mainClass>org.apache.hadoop.examples.ExampleDriver</mainClass>
57+
</manifest>
58+
</archive>
59+
</configuration>
60+
</plugin>
61+
</plugins>
62+
</build>
4863
</project>

0 commit comments

Comments
 (0)