HADOOP-11811. Fix typos in hadoop-project/pom.xml. Contributed by Brahma Reddy Battula.
(cherry picked from commit 174d8b3a10
)
This commit is contained in:
parent
1071a57b20
commit
bc979ff3bf
|
@ -70,6 +70,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
HADOOP-11800. Clean up some test methods in TestCodec.java.
|
HADOOP-11800. Clean up some test methods in TestCodec.java.
|
||||||
(Brahma Reddy Battula via aajisaka)
|
(Brahma Reddy Battula via aajisaka)
|
||||||
|
|
||||||
|
HADOOP-11811. Fix typos in hadoop-project/pom.xml and TestAccessControlList.
|
||||||
|
(Brahma Reddy Battula via ozawa)
|
||||||
|
|
||||||
Release 2.7.1 - UNRELEASED
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -143,7 +143,7 @@ public class TestAccessControlList {
|
||||||
List<String> jerryLeeLewisGroups = groups.getGroups("jerryLeeLewis");
|
List<String> jerryLeeLewisGroups = groups.getGroups("jerryLeeLewis");
|
||||||
assertTrue(jerryLeeLewisGroups.contains("@memphis"));
|
assertTrue(jerryLeeLewisGroups.contains("@memphis"));
|
||||||
|
|
||||||
// allowed becuase his netgroup is in ACL
|
// allowed because his netgroup is in ACL
|
||||||
UserGroupInformation elvis =
|
UserGroupInformation elvis =
|
||||||
UserGroupInformation.createRemoteUser("elvis");
|
UserGroupInformation.createRemoteUser("elvis");
|
||||||
assertUserAllowed(elvis, acl);
|
assertUserAllowed(elvis, acl);
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
<!-- number of threads/forks to use when running tests in parallel, see parallel-tests profile -->
|
<!-- number of threads/forks to use when running tests in parallel, see parallel-tests profile -->
|
||||||
<testsThreadCount>4</testsThreadCount>
|
<testsThreadCount>4</testsThreadCount>
|
||||||
|
|
||||||
<!-- These 2 versions are defined here becuase they are used -->
|
<!-- These 2 versions are defined here because they are used -->
|
||||||
<!-- JDIFF generation from embedded ant in the antrun plugin -->
|
<!-- JDIFF generation from embedded ant in the antrun plugin -->
|
||||||
<jdiff.version>1.0.9</jdiff.version>
|
<jdiff.version>1.0.9</jdiff.version>
|
||||||
<!-- Version number for xerces used by JDiff -->
|
<!-- Version number for xerces used by JDiff -->
|
||||||
|
|
Loading…
Reference in New Issue