go-hbase
go-hbase copied to clipboard
Native Go client for HBase
Fix panic when there is no hbase server started. Tiny clean up.
I started with go-hbase from lazyshot, ran into problems. He eventually referred me to your version. I got yours working, loading a file with 129k rows, 16 columns into HBase....
The following two messages are in one HBase. ONE:[{"createtime":1474381931,"lat":29.66028,"lon":106.55911},{"createtime":1474381941,"lat":29.66028,"lon":106.55911}] TWO:[{"createtime":"2016-09-20 22:08:05","lat":"39.050959","lon":"117.142922"},{"createtime":"2016-09-20 22:08:11","lat":"39.051338","lon":"117.142858"}] When I execute “scan.Next();". I can only get the second message,Why???
why not have puts function?