dongjoon-hyun commented on a change in pull request #30259:
URL: https://github.com/apache/spark/pull/30259#discussion_r517807768



##########
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:
       Thank you, @sarutak . BTW, I cannot find this directory in my Mac. Is it 
dependent on OS?
   ```
   $ ls ~/.cache/coursier
   ls: /Users/dongjoon/.cache/coursier: No such file or directory
   ```




----------------------------------------------------------------
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]

Reply via email to