Executor updated: app-xxxxxxxxxx-xxxx/x is now FAILED (java.io.IOException: Cannot run program “/usr/lib/jvm/java-17-openjdk-amd64/bin/java” (in directory “/opt/spark/work/app-20240705151659-0009/8”): error=0, Failed to exec spawn helper: pid: xxxxxxx, exit value: 1)
I tried to submit a spark job with a jar file. The jar file was developed in an environment with OpenJDK 11.0.23
This is the error that occur when I submit any job on spark.
Earlier the jobs were executed. But recently, this error is occurring.
Spark java –version is : openjdk 17.0.11
Any suggestions to resolve this error?