forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 6
Rename "pandas APIs on Spark" to "pandas API on Spark" #49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
python/docs/source/user_guide/pandas_on_spark/best_practices.rst
Outdated
Show resolved
Hide resolved
HyukjinKwon
commented
Jun 14, 2021
python/docs/source/user_guide/pandas_on_spark/best_practices.rst
Outdated
Show resolved
Hide resolved
HyukjinKwon
commented
Jun 14, 2021
python/docs/source/user_guide/pandas_on_spark/best_practices.rst
Outdated
Show resolved
Hide resolved
HyukjinKwon
commented
Jun 14, 2021
python/docs/source/user_guide/pandas_on_spark/best_practices.rst
Outdated
Show resolved
Hide resolved
HyukjinKwon
commented
Jun 14, 2021
python/docs/source/user_guide/pandas_on_spark/best_practices.rst
Outdated
Show resolved
Hide resolved
HyukjinKwon
commented
Jun 14, 2021
python/docs/source/user_guide/pandas_on_spark/best_practices.rst
Outdated
Show resolved
Hide resolved
HyukjinKwon
commented
Jun 14, 2021
python/docs/source/user_guide/pandas_on_spark/best_practices.rst
Outdated
Show resolved
Hide resolved
HyukjinKwon
commented
Jun 14, 2021
python/docs/source/user_guide/pandas_on_spark/best_practices.rst
Outdated
Show resolved
Hide resolved
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
python/docs/source/user_guide/pandas_on_spark/transform_apply.rst
Outdated
Show resolved
Hide resolved
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
HyukjinKwon
commented
Jun 14, 2021
023e7cf to
694e7ef
Compare
HyukjinKwon
pushed a commit
that referenced
this pull request
Jan 18, 2024
### What changes were proposed in this pull request? Purge pip cache in dockerfile ### Why are the changes needed? to save 4~5G disk space: before https://github.com/zhengruifeng/spark/actions/runs/7541725028/job/20530432798 ``` #45 [39/39] RUN df -h #45 0.090 Filesystem Size Used Avail Use% Mounted on #45 0.090 overlay 84G 70G 15G 83% / #45 0.090 tmpfs 64M 0 64M 0% /dev #45 0.090 shm 64M 0 64M 0% /dev/shm #45 0.090 /dev/root 84G 70G 15G 83% /etc/resolv.conf #45 0.090 tmpfs 7.9G 0 7.9G 0% /proc/acpi #45 0.090 tmpfs 7.9G 0 7.9G 0% /sys/firmware #45 0.090 tmpfs 7.9G 0 7.9G 0% /proc/scsi #45 DONE 2.0s ``` after https://github.com/zhengruifeng/spark/actions/runs/7549204209/job/20552796796 ``` #48 [42/43] RUN python3.12 -m pip cache purge #48 0.670 Files removed: 392 #48 DONE 0.7s #49 [43/43] RUN df -h #49 0.075 Filesystem Size Used Avail Use% Mounted on #49 0.075 overlay 84G 65G 19G 79% / #49 0.075 tmpfs 64M 0 64M 0% /dev #49 0.075 shm 64M 0 64M 0% /dev/shm #49 0.075 /dev/root 84G 65G 19G 79% /etc/resolv.conf #49 0.075 tmpfs 7.9G 0 7.9G 0% /proc/acpi #49 0.075 tmpfs 7.9G 0 7.9G 0% /sys/firmware #49 0.075 tmpfs 7.9G 0 7.9G 0% /proc/scsi ``` ### Does this PR introduce _any_ user-facing change? no, infra-only ### How was this patch tested? ci ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#44768 from zhengruifeng/infra_docker_cleanup. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?