Results 66 comments of Nathan Marz

I'm actually fine with wrapping rmr in a FileNotFound. @MichaelBlume , can you send me a contributor agreement so I can merge this in? Should only take a couple minutes,...

This overlaps with the work done in #422 to implement HA Nimbus (it uses ZK for Nimbus discovery as part of the implementation). It would be great to get some...

The HA Nimbus is far more important... and this issue would just create more work for that one. For now, for the cloud-specific use case, can't whatever's launching Nimbus find...

There's no point to adding a feature for adding to the nimbus classpath, as those jars can just be put in the lib/ directory. So let's remove that from this...

I've only glanced at this, but I have two initial comments: 1. This needs tests 2. I'm not so sure about the API. I think that when the multistream each...

I believe it will still box and unbox even when you use unchecked-add-int because it's wrapped in a function passed to reduce. I think it's worth trying to write that...

Comments: 1. You should use the Thrift from that branch in my repo to generate the code. We made one small patch to the generated python code to fix how...

Looks like this pull request doesn't merge anymore.

No, we can't add it to the RC. A release candidate can only have bug fixes added to it. We can make a 0.9.1 branch and merge this into that...