node-thrift2-hbase icon indicating copy to clipboard operation
node-thrift2-hbase copied to clipboard

An HBase thrift wrapper for Node.js

Results 7 node-thrift2-hbase issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) from 0.0.8 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

it`s the first time i got this design, is there any side effect for this design? for exameple, memory pressure, memory leak

i can not find create api in the document, does it support ? and does it support hbase v2?

Hi We meet write bottleneck, and missing some data is acceptable in my project , so I think the better solution is to enable SKIP_WAL , but it seems it's...

I compiled nodejs thrift bindings using thrift2 0.11.0 for HBase 1.2.6 and it is working fine (I am yet to test all interfaces). I have forked this repository as https://github.com/gsanjairaj/hbase-thrift2-client....

I'm evaluating [node-hbase](https://github.com/adaltas/node-hbase) for connecting to an HBase instance, but it's using REST rather than Thrift to connect. Has Kerberos support for node-thirft2-hbase been discussed?