[ 
https://issues.apache.org/jira/browse/MAHOUT-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877238#action_12877238
 ] 

Hudson commented on MAHOUT-411:
-------------------------------

Integrated in Mahout-Quality #64 (See 
[http://hudson.zones.apache.org/hudson/job/Mahout-Quality/64/])
    MAHOUT-411


> Configurable reload interval in FileDataModel
> ---------------------------------------------
>
>                 Key: MAHOUT-411
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-411
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Collaborative Filtering
>            Reporter: Sebastian Schelter
>            Assignee: Sean Owen
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: MAHOUT-411.patch
>
>
> Patch to enable the following usecase:
>  * all preferences are kept in a text file and loaded via a FileDataModel
>  * at some point in time the text file is completely overwritten with more 
> recent preferences
>  * an explicit refresh() on the FileDataModel is called
> With the current FileDataModel, one could not see the new preferences as it 
> would only have refreshed the whole file if that was modified more than one 
> minute ago. And I don't want to wait that long to trigger the explicit 
> refresh.
> The patch makes the interval configurable with keeping the old interval 
> length as default.
> Hope I understood the intention of the refreshing mechanism right.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to