https://github.com/apache/spark
Revision 3768ee1e775d42920bb2583f5fcb5f15927688ad authored by yangjie01 on 27 July 2022, 00:26:47 UTC, committed by Hyukjin Kwon on 27 July 2022, 00:27:24 UTC
### What changes were proposed in this pull request?
This pr change `local-cluster[2, 1, 1024]` in `BroadcastJoinSuite*` and `HiveSparkSubmitSuite` to `local-cluster[2, 1, 512]` to reduce test maximum memory usage.

### Why are the changes needed?
Reduce the maximum memory usage of test cases.

### Does this PR introduce _any_ user-facing change?
No, test-only.

### How was this patch tested?
Should monitor CI

Closes #37298 from LuciferYang/reduce-local-cluster-memory.

Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
(cherry picked from commit 01d41e7de418d0a40db7b16ddd0d8546f0794d17)
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent 736c7ca
History
Tip revision: 3768ee1e775d42920bb2583f5fcb5f15927688ad authored by yangjie01 on 27 July 2022, 00:26:47 UTC
[SPARK-39879][SQL][TESTS] Reduce local-cluster maximum memory size in `BroadcastJoinSuite*` and `HiveSparkSubmitSuite`
Tip revision: 3768ee1

README.md

back to top