SeungYoung Oh
SeungYoung Oh
### What is this PR for? This PR adds a Dockerfile to build a JDBC interpreter container. It’s the second interpreter to be dockerized, after the shell interpreter (#4781). Like...
### What is this PR for? This PR adds a Dockerfile to build a r interpreter container. I think it could be helpful to use distributed computing resources. I added...
### What is this PR for? This PR adds a Dockerfile to build a Python interpreter container. I think it could be helpful to use distributed computing resources. ### What...
### What is this PR for? This PR adds a Dockerfile to build a java interpreter container. I think it could be helpful to use distributed computing resources. ### What...
### What is this PR for? This PR adds a Dockerfile to build a MongoDB interpreter container. I think it could be helpful to use distributed computing resources. ### What...
### What is this PR for? This PR applies synchronizer token pattern to terminal interpreter for CSWSH protection. The terminal interpreter is reported with a CSWSH(Cross-Site WebSocket Hijacking) vulnerability. [An...
### What is this PR for? Currently, configuration data is fetched through both REST API and WebSocket channels. However, the WebSocket path does not perform permission checks, and the only...
### What is this PR for? This PR introduces the initial step of refactoring Zeppelin’s listener-based architecture to an EventBus model([proposal](https://cwiki.apache.org/confluence/x/vAsGFw)). It establishes the necessary infrastructure and refactors the `NoteRemoveEvent`...
### What is this PR for? This PR removes usage of the configuration API via WebSocket in the frontend. The configuration API exists in both WS and REST, but unlike...