qizmt

Any comprehensive tutorial on qizmt ?

I don't like their quickstart guide, it's too complicated. ...

Qizmt Reviews/Thoughts

I've seen a few questions here on S.O where people recommend "checking out Qizmt", but has anyone actually deployed a Qizmt instance and used it? Do you have any reviews/tips/tricks/gotchas? How does it compare to other distributed computing implementations? Ease-of-use, performance, etc. are all valid review points. I assume that if...

MapReduce skipping keys?

I'm running a local, single-system test using Qizmt of a simple MapReduce operation. At the end of the 'Map' phase I am calling: output.Add(rKey, rValue); This is called let's say a million times, and the keys are 1,2,3,4,5,6 etc - each unique (I'm just testing, after all). I've checked that this is happening as intended. It is. The f...