On Sun, Jan 24, 2010 at 11:02 AM, Ran Tavory <ran...@gmail.com> wrote: > Here's the code I've just written over the weekend and started using in > test:
<snip> Thanks for sharing :) A quick note on the code from a superficial look: instead of the hardwired "tmp" string I think it would make more sense to use the system's tmp dir ( System.getProperty("java.io.tmpdir")). I'd say something like this deserves to be present in the cassandra distribution, or at least put in some public repo (github, code.google, whatever), what do other people think?