You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Yongqiang Li (Jira)" <ji...@apache.org> on 2021/02/16 18:28:00 UTC

[jira] [Created] (ZEPPELIN-5251) Couldn't get the paragraph result ("zeppelin.paragraph.result.table") from Resource Pool.

Yongqiang Li created ZEPPELIN-5251:
--------------------------------------

             Summary: Couldn't get the paragraph result ("zeppelin.paragraph.result.table") from Resource Pool.
                 Key: ZEPPELIN-5251
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5251
             Project: Zeppelin
          Issue Type: Bug
          Components: Interpreters
    Affects Versions: 0.9.0
            Reporter: Yongqiang Li
             Fix For: 0.9.1


Hi,

In 0.8.2, I can use the following code to retrieve the paragraph results.
{code:java}
%python
ic = z.getInterpreterContext()
rp = ic.getResourcePool()
rp.get(notebookID, paragraphID, "zeppelin.paragraph.result.table")
{code}
It's very easy for me to transfer the data among the notebooks/paragraphs. 

But in 0.9.0, the call always returns nothing.

Has this function been removed?

Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)