Hi all,
this is maybe a stupid question but what within Flink is the equivalent to Sparks’ RowMatrix ? Thanks in advance, Lydia |
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, Lydia Ickler <[hidden email]> wrote: Hi all, |
Hi Till,
maybe I will do that :) If I have some other questions I will let you know!
Best regards, Lydia
|
I hope the distributed matrix and vector implementation on Flink. :)
Regards, Chiwan Park > On Jan 27, 2016, at 2:29 AM, Lydia Ickler <[hidden email]> 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:33 schrieb Till Rohrmann <[hidden email]>: >> >> 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, Lydia Ickler <[hidden email]> wrote: >> Hi all, >> >> this is maybe a stupid question but what within Flink is the equivalent to Sparks’ RowMatrix ? >> >> Thanks in advance, >> Lydia >> > |
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 <[hidden email]> wrote: > > I hope the distributed matrix and vector implementation on Flink. :) > > Regards, > Chiwan Park > >> On Jan 27, 2016, at 2:29 AM, Lydia Ickler <[hidden email]> 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:33 schrieb Till Rohrmann <[hidden email]>: >>> >>> 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, Lydia Ickler <[hidden email]> wrote: >>> Hi all, >>> >>> this is maybe a stupid question but what within Flink is the equivalent to Sparks’ RowMatrix ? >>> >>> Thanks in advance, >>> Lydia >>> >> > |
Free forum by Nabble | Edit this page |