Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/782#issuecomment-202459832 Thanks for the understanding. I think term 'resource', 'remote resource' are bit confusing in this conversation. if i define, Resource - Represents a single resource. [Resource.java](https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-interpreter/src/main/java/org/apache/zeppelin/resource/Resource.java) implements local resource that user object exists in current interpreter process, [RemoteResource.java](https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-interpreter/src/main/java/org/apache/zeppelin/resource/RemoteResource.java) implements remote resource that user object exists in the other interpreter process. User object - user object that Resource holds. Internally field [Object r](https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-interpreter/src/main/java/org/apache/zeppelin/resource/Resource.java#L26) Then, can i understand your last sentence as Modify "ResourcePoolUtils.getAllResourcesExcept" to return set of User objects instead of set of Resources? or Modify "ResourcePoolUtils.getAllResourceExcept" to return set of RemoteResource instead of set of Resources? which one is correct?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---