File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
hadoop-mapreduce-examples Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff 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+
158160Release 0.23.0 - 2011-11-01
159161
160162 INCOMPATIBLE CHANGES
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments