introduction:
After the spark submit submits the task, the code of the dirver side is executed normally, but the program gets stuck in the exciter stage and frequently reports errors until the task fails
location:
The log failed location prints a lot of warning:
The initial job did not accept any resources. Please check the cluster UI to make sure that the worker process is registered and has enough resources. The initial analysis is about resources. Then yarn logs pull down the logs to see:
The initial heap size of the JVM exceeds the maximum heap size. Check the task environment to find out the truth
solve:
The initial memory of the JVM – XMS (the minimum heap value of heap memory) requires 13g, but Excutor.memory Only 12g is given, so the above problem appears. Modify the script to keep it stable excutor.mermory =The size of – XMS is OK, the problem is solved~
Tips: generally – XMS – Xmx (the maximum heap value of heap memory) can be set the same.
Oracle recommends setting the minimum heap size (-Xms)equal to the maximum heap size (-Xmx) to minimize garbage collections.
Read More:
- The docker runtime container reported an error: error response from daemon: OCI runtime create failed
- Error response from daemon: OCI runtime create failed: container_linux.go:380
- Docke Run: response from daemon: OCI runtime create failed: container with id exists:XXX:unknown
- Error response from daemon: OCI runtime exec failed: exec failed: container_linux.go:345:
- Fedora32 start container error – OCI runtime create failed: This version of runc doesn’t work on cgroups V2: unknown
- HYDU_ create_ Process (. /utils/launch/launch.c:69): execvp error on file.. Error handling
- Error running docker container: starting container process caused “exec: \“python\“: executable file
- TensorFlow: InternalError: Blas SGEMM launch failed
- Error command failed when creating vue-cli4 project: Yarn
- Ambari failed to monitor yarn ResourceManager, restart invalid
- Create vue-cli4 project and report error command failed: yarn
- Create Vue cli project and report error command failed: Yarn
- launch failed.Binary Not found in Linux / Ubuntu solution
- tensorflow.python.framework.errors_impl.InternalError: Blas xGEMM launch failed
- Internalerror: blas GEMM launch failed: A. shape = (100, 784), B. shape = (784, 10), M = 100, n = 10… Problem solving
- “Launch” appears when eclipse C + + CDT runs the program failed.binary not found”
- To solve the running error of eclipse for C / C + +: launch failed binary not found
- yarn install gyp verb `which` failed python2 Error: not found: python2
- Get connection timeout retry: 1 MySQL errorcode 0, state 08s01 docker container accessing MySQL container is very slow and sometimes interrupted
- termux Failed to initialize runtime