Github user heary-cao commented on the issue:

    https://github.com/apache/spark/pull/18182
  
    @kiszk 
    thanks for review it.
    use
    ```
    ./spark-sql --executor-memory 5G  --total-executor-cores 5 --conf 
spark.executor.cores=1
    ./spark-sql --executor-memory 5G  --total-executor-cores 5 --conf 
spark.executor.cores=1 --conf spark.shuffle.file.buffer=64k
    ./spark-sql --executor-memory 5G  --total-executor-cores 5 --conf 
spark.executor.cores=1 --conf spark.shuffle.file.buffer=1024k
    ./spark-sql --executor-memory 5G  --total-executor-cores 5 --conf 
spark.executor.cores=1 --conf spark.shuffle.file.buffer=4k
    ```
    test change the size of the spark.shuffle.file.buffer, 
    Performance tuning results such as the description of PR.
    thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to