sarutak commented on a change in pull request #30259:
URL: https://github.com/apache/spark/pull/30259#discussion_r517821837
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -111,13 +111,13 @@ jobs:
key: ${{ matrix.java }}-${{ matrix.hadoop }}-maven-${{
hashFiles('**/pom.xml') }}
restore-keys: |
${{ matrix.java }}-${{ matrix.hadoop }}-maven-
- - name: Cache Ivy local repository
+ - name: Cache Coursier local repository
uses: actions/cache@v2
with:
- path: ~/.ivy2/cache
- key: ${{ matrix.java }}-${{ matrix.hadoop }}-ivy-${{
hashFiles('**/pom.xml', '**/plugins.sbt') }}
+ path: ~/.cache/coursier
Review comment:
> BTW, I cannot find this directory in my Mac. Is it dependent on OS?
Yeah, seems so.
On macOS, it is `~/Library/Caches/Coursier`.
----------------------------------------------------------------
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]