-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement] When EngineRef.exitValue returns a non-0 status. Hopefully, can print an error message #6573
Comments
eg: BufferedReader reader = new BufferedReader(new InputStreamReader(process.getErrorStream())); |
what's the current behavior you observed? I think you should see error messages when something goes wrong on engine launching. |
The client reports an error as :Failed to detect the root cause, please check /data/kyuubi/logs/work/****/kyuubi-spark-sql-engine.log.62 at server side if necessary. The last 10 line(s) of log are: |
the retry succeeds, fault locating is affected |
I suppose :this error occurred when executing the spark script. bin/spark-class |
what's your version? does it include #6422 (fixed in 1.9.1/1.8.3)? |
Hello @Toms5578, |
1.6.0 Thank you. |
Code of Conduct
Search before asking
What would you like to be improved?
When EngineRef.exitValue returns a non-0 status. Hopefully, can print an error message
How should we improve?
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: