hbase-rpc-client
hbase-rpc-client copied to clipboard
CoffeeScript HBase client implementation with protobuf support
Bumps [protobufjs](https://github.com/dcodeIO/protobuf.js) from 2.2.1 to 6.8.8. Release notes *Sourced from [protobufjs's releases](https://github.com/dcodeIO/protobuf.js/releases).* > ## 6.8.6 > This is a security patch: > > * Fixes `typeRefRe` used in the parser...
filter1 = singleColumnValueFilter: columnFamily: cf1 columnQualifier: qualifier1 compareOp: "EQUAL" comparator: substringComparator: substr: value1 filterIfMissing: yes latestVersionOnly: yes How do i make it work for GREATER. When in the compareOp parameter...
When i push data into my hbase table i get timeout for some of the rows. I tried increasing the timeout time still all the rows doesn't get pushed. Let's...
refactor zookeeper and connection stuff out of client.coffee to reuse it for other service maybe combine all service to one, with lazy connection ``` hbase.get... hbase.listTables 'namespace', (err, tables) ->...