I have similar work before (trying to store the paragraph result into
distributed resource pool so that it be used by other paragraphs), but this
PR is out of date, needs to be updated

https://github.com/apache/zeppelin/pull/3065


Adam Szmyd <szmyda...@gmail.com> 于2019年11月4日周一 下午4:33写道:

> Is there a way to get results of cassandra query in next paragraph? I know
> there is an REST call to run paragraph synchronously (
> http://zeppelin.apache.org/docs/0.7.2/rest-api/rest-notebook.html#run-a-paragraph-synchronously)
> - in result there is "table" content type with table returned from
> cassandra. But it feels ugly to run REST call from next paragraph just to
> get results out of previous one. In spark interpreters there are ways to
> bind variables between (`z.put`,`z.get` or angular binds) but i'd like to
> simply get results of cassandra select query and use it (ideally as json)
> in next paragraph.
>


-- 
Best Regards

Jeff Zhang

Reply via email to