Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3024
@mebelousov There're many options for how to specify which result to be
stored into resource pool.
e.g.
```
%spark(saveToResourcePool=1,2,4)
```
Or
```
%spark(1.save
Github user mebelousov commented on the issue:
https://github.com/apache/zeppelin/pull/3024
@zjffdu
I support adding only selected table results to Resource Pool.
As paragraph can have multiple results than I propose to add result level
properties.
---
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3024
I plan to introduce one paragraph property to indicate whether the result
should be put into ResourcePool (Because I think most of time people don't want
to save it into ResourcePool, so it doesn't
Github user mebelousov commented on the issue:
https://github.com/apache/zeppelin/pull/3024
@zjffdu thank you about ResourcePool impoving.
Share please your vision how it would be. For example, a paragraph has 5
table results. How user will define which of them would be added
Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/3024
Thanks @Savalek for this contribution, but I think putting all tables into
ResourcePool doesn't make sense. As it would occupy lots of memory. I plan to
introduce paragraph level properties (ZEPPEL