Wouter de Bie

Results 92 comments of Wouter de Bie

Yes that shouldn't be there.. Put was commented out, but I forgot copyFromLocal. I'll submit a patch this week, because this is confusing.

Sorry for the late reply, but we haven't prioritized this. Would be nice to have (just like full YARN support).

@ravwojdyla and I have been discussing this and currently there doesn't seem to be much time to implement this, so it's very hard to give any ETA on this feature....

The problem with Hadoop is that protocols are pretty badly documented. When I started snakebite, I spent a lot of time reading Hadoop code and tcpdumping to figure out what...

Because it was never implemented. On Feb 17, 2016 17:54, Cristian Orellana [email protected] wrote: —Reply to this email directly or view it on GitHub.

Not right now. Should be trivial to implement though.

I'm not completely sure what goes wrong here. Snakebite should cycle through namenodes. Unfortunately the order is set by configuration right now, so if the first namenode becomes unresponsive, snakebite...

At Spotify we're still on python2, so there is no real incentive to support python3. That said, I think we could support python3. I'm not sure what strategy to choose...

Look at this :) http://protobuf.googlecode.com/svn/trunk/CHANGES.txt mentions python 3 support for 2.6.0. Maybe we don't close it?

I just checked our Travis builds and they already pull in 2.6.0 because we depend on >2.4.1 :) Seems to work fine. There is one weird thing though is that...