Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to do a mapreduce work in Hadoop, that take and save results in MongoDB thanks mongo-hadoop connector. There is a way to do in hadoop an incremental mapreduce like in MongoDB?

If documents exists for a given key in the result set and in the old collection, then a reduce operation (using the specified reduce function) will be performed on the two values and the result will be written to the output collection.

Don't tell me to use MongoDB's MapReduce because its performances are embarrassing.

share|improve this question

1 Answer

up vote 1 down vote accepted

We don't presently support this kind of incremental job in Mongo-Hadoop. It may be supported in a future release.

share|improve this answer
Thanks, I suspected. Do you know approximately when? – Marco Sero Jun 24 '12 at 7:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.