Re: Querying an interpreter and retrieving the results

2016-07-29 Thread chris_fred_1978
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

Re: Querying an interpreter and retrieving the results

2016-07-28 Thread moon soo Lee
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

Querying an interpreter and retrieving the results

2016-07-26 Thread chris_fred_1978
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