Re: rowmatrix equivalent

2016-01-27 Thread Chiwan Park
There is a JIRA issue (FLINK-1873, [1]) that covers the distributed matrix implementation. [1]: https://issues.apache.org/jira/browse/FLINK-1873 Regards, Chiwan Park > On Jan 27, 2016, at 5:21 PM, Chiwan Park wrote: > > I hope the distributed matrix and vector implementation on Flink. :) > >

Re: rowmatrix equivalent

2016-01-27 Thread Chiwan Park
I hope the distributed matrix and vector implementation on Flink. :) Regards, Chiwan Park > On Jan 27, 2016, at 2:29 AM, Lydia Ickler wrote: > > Hi Till, > > maybe I will do that :) > If I have some other questions I will let you know! > > Best regards, > Lydia > > >> Am 24.01.2016 um 17:3

Re: rowmatrix equivalent

2016-01-26 Thread Lydia Ickler
Hi Till, maybe I will do that :) If I have some other questions I will let you know! Best regards, Lydia > Am 24.01.2016 um 17:33 schrieb Till Rohrmann : > > Hi Lydia, > > Flink does not come with a distributed matrix implementation as Spark does it > with the RowMatrix, yet. However, you c

Re: rowmatrix equivalent

2016-01-24 Thread Till Rohrmann
Hi Lydia, Flink does not come with a distributed matrix implementation as Spark does it with the RowMatrix, yet. However, you can easily implement it yourself. This would also be a good contribution to the project if you want to tackle the problem Cheers, Till On Sun, Jan 24, 2016 at 4:03 PM, Ly

rowmatrix equivalent

2016-01-24 Thread Lydia Ickler
Hi all, this is maybe a stupid question but what within Flink is the equivalent to Sparks’ RowMatrix ? Thanks in advance, Lydia