Lee moon soo created ZEPPELIN-2073: -------------------------------------- Summary: Replace AngularObjectRegistry by ResourcePool Key: ZEPPELIN-2073 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2073 Project: Zeppelin Issue Type: Improvement Reporter: Lee moon soo Priority: Minor
Zeppelin provides AngularObjectRegistry and ResourcePool to Interpreter through InterpreterContext. And they can be compared like AngularObjectRegistry - Can get/put object - Can watch the object - Persisted in the note.json - Interpreter and Front-end can access AngularObjectRegistry ResourcePool - Can get/put/list objects - Can call method and get return value of the object - Interpreter can access ResourcePool ResourcePool can adds following features - Persist object in the note.json - Watch object change - Make front-end access resource pool. Then AngularObjectRegistry can be replaced by ResourcePool. -- This message was sent by Atlassian JIRA (v6.3.15#6346)