Am container is Java_Reasons for home
ip:8088/cluster/app/application_1637120527577_0001
It is written in the error message
/bin/bash: /bin/java: No such file or directory
Solution:
Input in shell
All you need to return/usr/local/Java/bin/Java is this executable java file
Enter/usr/local/Java/bin/Java – version to view the version, which indicates that there is no problem
Connect with soft link
ln -s /usr/local/java/bin/java /bin/java
Run again successfully