RE: data conversion between flink and "other" paradigms

2015-07-06 Thread Bill Sparks
Fabian. Thanks for the info and pointer to python. I'll check it out. -Bill From: Fabian Hueske [fhue...@gmail.com] Sent: Monday, July 06, 2015 3:23 AM To: user@flink.apache.org Subject: Re: data conversion between flink and "other" paradig

Re: data conversion between flink and "other" paradigms

2015-07-06 Thread Fabian Hueske
Hi Bill, a DataSet is just a logical concept in Flink. DataSets are often not persisted and just streamed along operators. At the moment, there is no way to access an intermediate DataSet of a Flink program directly (this might change in the future). You can process data in another function by im