MAPREDUCE-3295. TestAMAuthorization failing on branch 0.23. (vinodkv via mahadev)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1190528 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c4cf38dfc2
commit
bd6a83f5d3
|
@ -1795,6 +1795,8 @@ Release 0.23.0 - Unreleased
|
||||||
MAPREDUCE-3306. Fixed a bug in NodeManager ApplicationImpl that was causing
|
MAPREDUCE-3306. Fixed a bug in NodeManager ApplicationImpl that was causing
|
||||||
NodeManager to crash. (vinodkv)
|
NodeManager to crash. (vinodkv)
|
||||||
|
|
||||||
|
MAPREDUCE-3295. TestAMAuthorization failing on branch 0.23. (vinodkv via mahadev)
|
||||||
|
|
||||||
Release 0.22.0 - Unreleased
|
Release 0.22.0 - Unreleased
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -74,6 +74,16 @@
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<systemPropertyVariables>
|
||||||
|
<java.security.krb5.conf>${basedir}/src/test/resources/krb5.conf</java.security.krb5.conf>
|
||||||
|
</systemPropertyVariables>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>exec-maven-plugin</artifactId>
|
<artifactId>exec-maven-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue