dongjoon-hyun commented on a change in pull request #30492:
URL: https://github.com/apache/spark/pull/30492#discussion_r532856954
##########
File path: core/pom.xml
##########
@@ -461,6 +461,47 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-aws</artifactId>
+ <version>${hadoop.version}</version>
+ <scope>test</scope>
Review comment:
Thank you for review. It's the same reason for Spark history location
(`spark-events`). If the user want to use cloud-storage, they will provide it
at runtime via `-Phadoop-cloud` or `--package`. If the user provides a TTL
feature, I believe they can use any locations like HDFS/EFS.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]