-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-19480. Upgrades AAL version to 1.0.0. #7469
HADOOP-19480. Upgrades AAL version to 1.0.0. #7469
Conversation
@mukund-thakur @steveloughran - PR to use AAL 1.0.0. No major changes since 0.0.4, moves logging to debug and adds timeouts and retries for a hanging issue we're seeing (happens really rarely) |
@@ -64,8 +64,6 @@ | |||
public class ITestS3AAnalyticsAcceleratorStreamReading extends AbstractS3ATestBase { | |||
|
|||
private static final String PHYSICAL_IO_PREFIX = "physicalio"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can get rid of this private static final String PHYSICAL_IO_PREFIX = "physicalio"; too right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no it's used in the last test
🎊 +1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 pending the artifact release
hadoop-tools/hadoop-aws/pom.xml
Outdated
@@ -487,6 +487,7 @@ | |||
<dependency> | |||
<groupId>software.amazon.s3.analyticsaccelerator</groupId> | |||
<artifactId>analyticsaccelerator-s3</artifactId> | |||
<version>1.0.0</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
better create a property name for this. Also why don't I see older version here in the diff?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @mukund-thakur.. I'd updated the version in the wrong place! updated in hadoop-project, which also has a property name already
🎊 +1 overall
This message was automatically generated. |
Artefacts in maven: https://repo1.maven.org/maven2/software/amazon/s3/analyticsaccelerator/analyticsaccelerator-s3/1.0.0/, all tests pass. Merging |
Description of PR
Latest version of AAL is now available, changes since 0.0.4:
How was this patch tested?
Ran ITestS3AAnalyticsAcceleratorStreamReading, will run the test suite once it's available in Maven!