zeppelin
zeppelin copied to clipboard
[ZEPPELIN-4189] Record INTERPRETER_RUN_COMMAND execution log in the interpreter.sh
What is this PR for?
Record the INTERPRETER_RUN_COMMAND execution log in the interpreter.sh file. Can help find the reason why the startup interpreter failed to execute.
Especially in the container environment, it can play a relatively large role. When creating an interpreter process in the container, if it fails, you can use this log to re-execute and check the problem.
What type of PR is it?
[Improvement]
What is the Jira issue?
- https://issues.apache.org/jira/browse/ZEPPELIN-4189
How should this be tested?
Screenshots (if appropriate)
Questions:
- Does the licenses files need update?
- Is there breaking changes for older versions?
- Does this needs documentation?
@zjffdu , @felixcheung Please help me review the code, Thanks!