rowmatrix equivalent

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

rowmatrix equivalent

Lydia Ickler
Hi all,

this is maybe a stupid question but what within Flink is the equivalent to Sparks’ RowMatrix ?

Thanks in advance,
Lydia
Reply | Threaded
Open this post in threaded view
|

Re: rowmatrix equivalent

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, 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

Reply | Threaded
Open this post in threaded view
|

Re: rowmatrix equivalent

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 <[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


Reply | Threaded
Open this post in threaded view
|

Re: rowmatrix equivalent

Chiwan Park-2
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
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: rowmatrix equivalent

Chiwan Park-2
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
>>>
>>
>