zjffdu commented on a change in pull request #4294: URL: https://github.com/apache/zeppelin/pull/4294#discussion_r826648694
########## File path: spark/interpreter/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java ########## @@ -68,6 +68,7 @@ private static AtomicInteger SESSION_NUM = new AtomicInteger(0); private AbstractSparkScalaInterpreter innerInterpreter; private Map<String, String> innerInterpreterClassMap = new HashMap<>(); + private static Class innerInterpreterClazz; Review comment: Move it together with other static variables. -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org