[
https://issues.apache.org/jira/browse/MAHOUT-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13899430#comment-13899430
]
Hudson commented on MAHOUT-1416:
--------------------------------
SUCCESS: Integrated in Mahout-Quality #2472 (See
[https://builds.apache.org/job/Mahout-Quality/2472/])
MAHOUT-1416: Make access of DecisionForest.read(DataInput) less restricted
(smarthi: rev 1567694)
* /mahout/trunk/CHANGELOG
*
/mahout/trunk/core/src/main/java/org/apache/mahout/classifier/df/DecisionForest.java
> Make access of DecisionForest read() less restricted
> ----------------------------------------------------
>
> Key: MAHOUT-1416
> URL: https://issues.apache.org/jira/browse/MAHOUT-1416
> Project: Mahout
> Issue Type: Improvement
> Affects Versions: 1.0
> Reporter: Manoj Awasthi
> Assignee: Suneel Marthi
> Fix For: 1.0
>
> Attachments: MAHOUT-1416.patch, MAHOUT-1416.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> There is a use case I encounter in which a random forest model is passed to
> remote server over a REST API and is used for scoring the incoming requests
> in there.
> In such a scenario it is highly inefficient to write the byte buffer received
> at the remote server on the filesystem and then use Mahout APIs to load the
> forest.
> We should be able to load the forest from the byte buffer received. This is
> useful in non-map-reduce usecases of classification like that mentioned above.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)