Jongyoul Lee created ZEPPELIN-804: ------------------------------------- Summary: Refactoring registration mechanism on Interpreters Key: ZEPPELIN-804 URL: https://issues.apache.org/jira/browse/ZEPPELIN-804 Project: Zeppelin Issue Type: Improvement Components: Interpreters Affects Versions: 0.5.6 Reporter: Jongyoul Lee Assignee: Jongyoul Lee
Current registration mechanism has some problem the below: - Class.forName method works only if ClassLoader has all of jar or classes of imported libraries within a class. - Redundant step occurs for loading classes by separate ClassLoader. Because Zeppelin doesn't use a threaded Interpreter any more, We don't have to keep cleanCl any longer. -- This message was sent by Atlassian JIRA (v6.3.4#6332)