MAPREDUCE-3447. mapreduce examples not working (mahadev)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1204696 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5cf0c81013
commit
1138b2e0b0
|
@ -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
|
||||
|
|
|
@ -46,4 +46,19 @@
|
|||
</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>
|
||||
|
|
Loading…
Reference in New Issue