Sounds reasonable. How about plain old file system?
Can you update the patch so that it applies cleanly?
On Jul 22, 2009, at 1:29 PM, Robin Anil wrote:
Take a look at MAHOUT-124. DataStore is refactored out. If you want
to, say,
add MemCache DB as the Matrix storage backend. You can implement
another
DataStore interface and write connectivity code. etc
Robin
On Wed, Jul 22, 2009 at 10:51 PM, Grant Ingersoll
<[email protected]>wrote:
OK, so how far away is the HBase approach? Also, does it assume
that HBase
is the only way?
Also, no need to deprecate, I don't think. We are < 1.0 and have
made no
guarantees about API contracts yet, w/ the possible exception of
Taste.
On Jul 22, 2009, at 12:20 PM, Robin Anil wrote:
In SequenceFileModelReader(Mahout 0.1) release you can disable
calling
loadFeatureWeights in loadModel function as a hack. But that
method is
deprecated right now. Current Implementation(HBase Patch) does it
correctly.
Robin