You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2019/02/28 22:58:10 UTC

[jira] [Closed] (FLINK-2253) ALS fails if the data flow is split up and the input is non-deterministic

     [ https://issues.apache.org/jira/browse/FLINK-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chesnay Schepler closed FLINK-2253.
-----------------------------------
    Resolution: Won't Do

Closing since flink-ml is effectively frozen.

> ALS fails if the data flow is split up and the input is non-deterministic
> -------------------------------------------------------------------------
>
>                 Key: FLINK-2253
>                 URL: https://issues.apache.org/jira/browse/FLINK-2253
>             Project: Flink
>          Issue Type: Bug
>          Components: Library / Machine Learning
>            Reporter: Till Rohrmann
>            Priority: Major
>              Labels: ML
>
> If the {{temporaryPath}} of Flink's {{ALS}} implementation is set, then the ALS job is executed one part after the other. This also includes the routing information calculation for the user and item blocks. If the input {{DataSet}} is calculated non-deterministically, e.g. if it's the result of a {{first}} operation, then the resulting routing information won't be consistent and ALS fails.
> A solution would be to pin the input {{DataSet}} so that it will only be executed once. Until we have this functionality, I propose to simply execute the user and item routing information at the same time.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)