[
https://issues.apache.org/jira/browse/HADOOP-18168?focusedWorklogId=753286&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-753286
]
ASF GitHub Bot logged work on HADOOP-18168:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 06/Apr/22 10:01
Start Date: 06/Apr/22 10:01
Worklog Time Spent: 10m
Work Description: dannycjones commented on code in PR #4140:
URL: https://github.com/apache/hadoop/pull/4140#discussion_r843118842
##########
hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/S3ATestConstants.java:
##########
@@ -108,6 +108,21 @@
*/
String DEFAULT_REQUESTER_PAYS_FILE =
"s3a://usgs-landsat/collection02/catalog.json";
+ /**
+ * Configuration key for an existing bucket with many objects: {@value}.
+ *
+ * This is used for tests depending on buckets with a large number of keys.
+ */
+ String KEY_BUCKET_WITH_MANY_OBJECTS
+ = TEST_FS_S3A + "bucket-with-many-objects";
+
+ /**
+ * Default bucket for when {@value KEY_BUCKET_WITH_MANY_OBJECTS} is not set:
+ * {@value}.
+ */
+ String DEFAULT_BUCKET_MANY_OBJECTS
+ = "s3a://commoncrawl/";
Review Comment:
Need to find an alternative bucket here. `landsat-pds` was funded by AWS, we
should find a bucket that supports requester pays so we are not adding cost to
the bucket owner.
Issue Time Tracking
-------------------
Worklog Id: (was: 753286)
Time Spent: 1h 10m (was: 1h)
> ITestMarkerTool.testRunLimitedLandsatAudit failing -bucket purged?
> ------------------------------------------------------------------
>
> Key: HADOOP-18168
> URL: https://issues.apache.org/jira/browse/HADOOP-18168
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/s3, test
> Affects Versions: 3.3.3
> Reporter: Steve Loughran
> Assignee: Daniel Carl Jones
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> {{ITestMarkerTool.testRunLimitedLandsatAudit}} is failing -a scan which was
> meant to stop after the first page of results is finishing because there
> aren't so many objects there.
>
> first visible sign of the landsat-pds cleanup
> now we have requester pays, we could do this against another store with
> stability promises, e.g common crawl.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]