HADOOP-11811. Fix typos in hadoop-project/pom.xml. Contributed by Brahma Reddy Battula.
This commit is contained in:
parent
14384f5b51
commit
174d8b3a10
|
@ -509,6 +509,9 @@ Release 2.8.0 - UNRELEASED
|
|||
HADOOP-11800. Clean up some test methods in TestCodec.java.
|
||||
(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
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -143,7 +143,7 @@ public class TestAccessControlList {
|
|||
List<String> jerryLeeLewisGroups = groups.getGroups("jerryLeeLewis");
|
||||
assertTrue(jerryLeeLewisGroups.contains("@memphis"));
|
||||
|
||||
// allowed becuase his netgroup is in ACL
|
||||
// allowed because his netgroup is in ACL
|
||||
UserGroupInformation elvis =
|
||||
UserGroupInformation.createRemoteUser("elvis");
|
||||
assertUserAllowed(elvis, acl);
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<!-- number of threads/forks to use when running tests in parallel, see parallel-tests profile -->
|
||||
<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.version>1.0.9</jdiff.version>
|
||||
<!-- Version number for xerces used by JDiff -->
|
||||
|
|
Loading…
Reference in New Issue