Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3065
Sorry for late response @mebelousov , this is what I planed to do before.
The reason I didn't remove this piece of code
https://github.com/apache/zeppelin/blob/master/zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterServer.java#L653
is because I am not sure how many use this approach, I just don't want to
break users's existing code. But if no one use it, I would sure prefer to add
to ResourcePool only if resourceName specified in paragraph properties
---