YARN-497. Yarn unmanaged-am launcher jar does not define a main class in its manifest (Hitesh Shah via bikas)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1460846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
18e08a8f51
commit
1acb805058
@ -93,6 +93,9 @@ Release 2.0.5-beta - UNRELEASED
|
|||||||
YARN-417. Create AMRMClient wrapper that provides asynchronous callbacks.
|
YARN-417. Create AMRMClient wrapper that provides asynchronous callbacks.
|
||||||
(Sandy Ryza via bikas)
|
(Sandy Ryza via bikas)
|
||||||
|
|
||||||
|
YARN-497. Yarn unmanaged-am launcher jar does not define a main class in
|
||||||
|
its manifest (Hitesh Shah via bikas)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
@ -86,6 +86,16 @@
|
|||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<archive>
|
||||||
|
<manifest>
|
||||||
|
<mainClass>org.apache.hadoop.yarn.applications.unmanagedamlauncher.UnmanagedAMLauncher</mainClass>
|
||||||
|
</manifest>
|
||||||
|
</archive>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user