Greg Lu
Greg Lu
Hm, I didn't catch this in the Row model when I was updating the project. Either way, HBase::Model::Row should not have the attribute "timestamp" associated to it. Timestamps exist only...
I checked out this bug, and it seems to be an error caused on the Stargate side. I created a row named "http://www.google.com" from the hbase shell, and tried to...
I'm using the Patron HTTP client now ( http://toland.github.com/patron/ ) and it cleans up connections when the Patron sessions get GCed. Let me know if this continues to be a...
When you say many connections are left open, do you mean connections between the REST server and zookeeper? Or really the HTTP connections from your Ruby client to the REST...
You're absolutely right and I believe the method is a remnant of the previous hbase-ruby library I based my earlier work on. I'll be implementing this method soon but for...