Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.8.0, 3.0.0-alpha2
-
None
-
Reviewed
Description
Noticed a copy/paste typo in hadoop-tools/hadoop-aws/pom.xml:
<exclude>**/ITestJets3tNativeS3FileSystemContract.java</exclude> <exclude>**/ITest*Root*.java</exclude> <exclude>**/ITestS3AFileContextStatistics.java</exclude> <include>**/ITestS3AHuge*.java</include>
That is in excludes section so the last line should be <exclude>
Attachments
Attachments
Issue Links
- is a clone of
-
HADOOP-13904 DynamoDBMetadataStore to handle DDB throttling failures through retry policy
- Resolved