Skip to content

Commit 142600a

Browse files
authored
HADOOP-19626. S3A: Updates AAL version to 1.2.1 (#7812) (#7807)
Contributed by: Ahmar Suhail
1 parent 04f598b commit 142600a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
<aws-java-sdk.version>1.12.720</aws-java-sdk.version>
206206
<aws-java-sdk-v2.version>2.29.52</aws-java-sdk-v2.version>
207207
<amazon-s3-encryption-client-java.version>3.1.1</amazon-s3-encryption-client-java.version>
208-
<amazon-s3-analyticsaccelerator-s3.version>1.0.0</amazon-s3-analyticsaccelerator-s3.version>
208+
<amazon-s3-analyticsaccelerator-s3.version>1.2.1</amazon-s3-analyticsaccelerator-s3.version>
209209
<aws.eventstream.version>1.0.1</aws.eventstream.version>
210210
<hsqldb.version>2.7.1</hsqldb.version>
211211
<frontend-maven-plugin.version>1.11.2</frontend-maven-plugin.version>

hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AAnalyticsAcceleratorStreamReading.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public void testInvalidConfigurationThrows() throws Exception {
185185
removeBaseAndBucketOverrides(conf);
186186
//Disable Sequential Prefetching
187187
conf.setInt(ANALYTICS_ACCELERATOR_CONFIGURATION_PREFIX +
188-
"." + PHYSICAL_IO_PREFIX + ".blobstore.capacity", -1);
188+
"." + PHYSICAL_IO_PREFIX + ".cache.timeout", -1);
189189

190190
ConnectorConfiguration connectorConfiguration =
191191
new ConnectorConfiguration(conf, ANALYTICS_ACCELERATOR_CONFIGURATION_PREFIX);

0 commit comments

Comments
 (0)