steveloughran commented on code in PR #43510:
URL: https://github.com/apache/spark/pull/43510#discussion_r1386677275
##########
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/DepsTestsSuite.scala:
##########
@@ -45,6 +48,7 @@ private[spark] trait DepsTestsSuite { k8sSuite:
KubernetesSuite =>
val BUCKET = "spark"
val ACCESS_KEY = "minio"
val SECRET_KEY = "miniostorage"
+ val REGION = "us-west-2"
Review Comment:
the whole region thing is a real pain...for AWS itself you are now expected
to declare the region and have it work everything out; for third party just the
endpoint and any region string should suffice. See
[HADOOP-18908](https://issues.apache.org/jira/browse/HADOOP-18908) for our
ongoing struggles there
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]