Re: Export to MongoDB

2012-03-17 Thread Sean Owen
What do you mean by indexed here? On Sat, Mar 17, 2012 at 10:56 PM, Pat Ferrel p...@occamsmachete.com wrote: I need to digest some mahout files and merge them into a MongoDB database. Since digesting would be a lot easier if the mahout keys were indexed I wonder if a seqdumper --format json

Re: Export to MongoDB

2012-03-17 Thread Pat Ferrel
I have a couple mongo db structures that contain docs, terms associated with each vector dimension, term weights, docids for similar docs, clusters, docs included in the clusters, etc. They come from several sequence files in HDFS so I'm just looking for a way to conveniently do the post