GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/3150
ZEPPELIN-3734. Remove runtimeinfo from note.json ### What is this PR for? This is refactoring PR. Just remove runtimeInfo from note.json, because it doesn't make sense to store it into note.json especially when runtimeInfo contains any confidential info. Besides that this PR also remove runtimeInfo in InterpreterSetting and also some code refactoring. ### What type of PR is it? [Improvement | Refactoring] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-3734 ### How should this be tested? * CI pass ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-3734 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/3150.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3150 ---- commit 2c3314cb1a87d3687d641c2245c9a25b3beee273 Author: Jeff Zhang <zjffdu@...> Date: 2018-08-20T02:50:24Z ZEPPELIN-3734. Remove runtimeinfo from note.json ---- ---