Thanks, this is exactly what I needed!Will def. try out.
On Thursday, July 28, 2016 2:43 PM, moon soo Lee wrote:
Hi,
You can use ResourcePool to pass result to another interpreter.0.7.0-SNAPSHOT,
automatically put all table type of result into the resource pool. (interpreter
can manual
Hi,
You can use ResourcePool to pass result to another interpreter.
0.7.0-SNAPSHOT, automatically put all table type of result into the
resource pool. (interpreter can manually put any object into resource pool)
And another interpreter can access the data.
I have create an example.
https://www.z
Dear community,
Is there a way / project to extract the results from an interpreter (let's say
elasticsearch) and use it in another interpreter (lets say spark?)Would be nice
to query one interpreter, and then create a dataframe or hive table.If there is
no way, would it be feasible that I man