jongyoul commented on code in PR #5167: URL: https://github.com/apache/zeppelin/pull/5167#discussion_r2934629179
########## zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterServer.java: ########## @@ -144,7 +143,7 @@ public class RemoteInterpreterServer extends Thread // pod (RemoteInterpreterServer) private boolean isForceShutdown = true; - private ZeppelinConfiguration zConf; + private Properties zProperties; Review Comment: I like the idea basically but it might grow bigger as we also have interpreter-speicific properties. If we can handle it properly, DTO looks good. -- 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]
