Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/3039 Hi, basically, parsing properties with every execution may not affect much in performance on interpreter side. But It might affect the behaviours of restarting interpreters. e. g. every restarting while running spark Interpreter with different paragraphs. Does it make sense as well? Otherwise, do you have any further steps to handle this kind of behaviours?
---