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/08/02 04:31:46 UTC

[GitHub] [spark] zhengruifeng opened a new pull request, #42288: [SPARK-44618][INFRA][FOLLOWUPS] Make `free_disk_space` uninstall two unused packages completely

zhengruifeng opened a new pull request, #42288:
URL: https://github.com/apache/spark/pull/42288

   ### What changes were proposed in this pull request?
   
   Make `free_disk_space` uninstall two unused packages completely
   
   
   ### Why are the changes needed?
   
   ```
   dpkg: warning: while removing php8.1-fpm, directory '/usr/share/php' not empty so not removed
   ...
   dpkg: warning: while removing powershell, directory '/usr/local/share/man/man1' not empty so not removed
   Purging configuration files for azure-cli (2.50.0-1~jammy) ...
   dpkg: warning: while removing azure-cli, directory '/opt/az' not empty so not removed
   ```
   
   we can not remove '/usr/local/share/man/man1' for `powershell`:
   
   1. this path contains docs for other packages;
   2. after removing it, `powershell` requires to remove '/usr/local/share`
   
   so let `powershell` alone
   
   ### Does this PR introduce _any_ user-facing change?
   no, infra-only
   
   
   ### How was this patch tested?
   updated CI


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


[GitHub] [spark] zhengruifeng commented on pull request #42288: [SPARK-44618][INFRA][FOLLOWUPS] Make `free_disk_space` uninstall two unused packages completely

Posted by "zhengruifeng (via GitHub)" <gi...@apache.org>.
zhengruifeng commented on PR #42288:
URL: https://github.com/apache/spark/pull/42288#issuecomment-1661608896

   thanks, merged to master


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


[GitHub] [spark] zhengruifeng closed pull request #42288: [SPARK-44618][INFRA][FOLLOWUPS] Make `free_disk_space` uninstall two unused packages completely

Posted by "zhengruifeng (via GitHub)" <gi...@apache.org>.
zhengruifeng closed pull request #42288: [SPARK-44618][INFRA][FOLLOWUPS] Make `free_disk_space` uninstall two unused packages completely
URL: https://github.com/apache/spark/pull/42288


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