You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "zhengruifeng (via GitHub)" <gi...@apache.org> on 2023/07/31 00:49:05 UTC

[GitHub] [spark] zhengruifeng commented on a diff in pull request #42210: [SPARK-44586][INFRA][ML][PYTHON] `TorchDistributor` should install cpu-only Torch for testing

zhengruifeng commented on code in PR #42210:
URL: https://github.com/apache/spark/pull/42210#discussion_r1278651027


##########
.github/workflows/build_and_test.yml:
##########
@@ -415,8 +415,12 @@ jobs:
         java-version: ${{ matrix.java }}
     - name: List Python packages (Python 3.9, PyPy3)
       run: |
-        python3.9 -m pip list
-        pypy3 -m pip list
+        python3.9 -m pip list -v
+        du -sh /usr/local/lib/python3.9/dist-packages
+        du -sh /usr/local/lib/python3.9/dist-packages/*

Review Comment:
   yes, but what about keeping it to monitor the disk space?



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org