You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 154(System.exit(0)) in Main.java will lead a unormal exitcode(143) for a container in yarn cluster mode. Remove this will get the correct output. final Object result = runCommandLineProgram(program, args); handleResult(result); //System.exit(0);
The text was updated successfully, but these errors were encountered:
Line 154(System.exit(0)) in Main.java will lead a unormal exitcode(143) for a container in yarn cluster mode. Remove this will get the correct output.
final Object result = runCommandLineProgram(program, args); handleResult(result); //System.exit(0);
The text was updated successfully, but these errors were encountered: