seung-00 opened a new pull request, #4781: URL: https://github.com/apache/zeppelin/pull/4781
### What is this PR for? This PR adds a new Dockerfile to build a shell interpreter. Although the interpreters are currently running as separate JVM processes, the existing structure confines them to a single machine, which results in low availability. To address this, I have initially created a docker image for the shell interpreter to enable the interpreter to use independent computing resources. Since the current system wasn't designed with modular operation in mind, this PR involves some complexities in terms of configuration and testing. I'm planning to dockerize the other interpreters too, and I’ll try to iron out these kinks as I go. ### What type of PR is it? Feature ### Todos ### What is the Jira issue? * [ZEPPELIN-6034](https://issues.apache.org/jira/browse/ZEPPELIN-6034) ### How should this be tested? * Build and run docker container. ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? Yes * Is there breaking changes for older versions? No * Does this needs documentation? Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
