MAPREDUCE-6859. hadoop-mapreduce-client-jobclient.jar sets a main class that isn't in the JAR. Contributed by Daniel Templeton
This commit is contained in:
parent
1eb8186703
commit
4ebe8a6a23
@ -143,17 +143,15 @@
|
|||||||
<excludes>
|
<excludes>
|
||||||
<exclude>**/hdfs-site.xml</exclude>
|
<exclude>**/hdfs-site.xml</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
|
||||||
<phase>test-compile</phase>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
<configuration>
|
|
||||||
<archive>
|
<archive>
|
||||||
<manifest>
|
<manifest>
|
||||||
<mainClass>org.apache.hadoop.test.MapredTestDriver</mainClass>
|
<mainClass>org.apache.hadoop.test.MapredTestDriver</mainClass>
|
||||||
</manifest>
|
</manifest>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
<phase>test-compile</phase>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user