An implementation of SPARK-25299 that continues to write shuffle files to local disk, but asynchronously replicates shuffle files to a distributed storage layer.
More details to follow!
./gradlew tasks
- to get the list of gradle tasks
Run one of the following commands:
./gradlew idea
for IntelliJ./gradlew eclipse
for Eclipse