Re: Multilang Support on Flink

2015-11-16 Thread Maximilian Michels
Hi Welly, It's in the main Flink repository. Actually, this has just been integrated with the Python API, see https://github.com/apache/flink/blob/master/flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/PythonPlanBinder.java Before it was independent

Re: Multilang Support on Flink

2015-11-13 Thread Maximilian Michels
Hi Welly, There is a protocol for communicating with other processes. This is reflected in flink-language-binding-generic module. I'm not aware how Spark or Storm communication protocols work but this protocol is rather low level. Cheers, Max On Fri, Nov 13, 2015 at 9:49 AM, Welly Tambunan

Re: Multilang Support on Flink

2015-11-13 Thread Welly Tambunan
Hi Max, Do you know where the repo is ? I try to search on the flink staging but seems it's not there anymore ( via google) Cheers On Fri, Nov 13, 2015 at 5:07 PM, Maximilian Michels wrote: > Hi Welly, > > There is a protocol for communicating with other processes. This is >