forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
932 B
932 B
How Do I Do If Error Message "java.io.IOException: Connection reset by peer" Is Displayed During the Execution of a Spark Job?
Symptom
The Spark job keeps running and error message "java.io.IOException: Connection reset by peer" is displayed.
Solution
Add the executor.memory Overhead parameter to the parameters for submitting a job.
Parent topic: Job Development