HBase is the Hadoop database (columnar).
i have the following scenario in my hbase instance hbase(main):002:0> create 'test', 'cf' 0 row(s) in 1.4690 seconds hbase(…
hadoop hbaseIf I have a rowkey that is in Hexadecimal, like x00\x01 , how do I get that in the HBASE …
hbase hbase-shellI am looking for a command which describes the columnfamily inside the table from the HBase Shell. I could not …
hbaseI use ubuntu 12.04, after download and un-tar hbase-0.94.1.jar. I started hbash in standalone mode by the following command user@…
hbaseIs there any way I can output the results from a scan in the hbase shell to a file? I'm …
hbasewhen scan the hbase table row by row, how can i get the row key? here is my code: for (…
java hbaseI don't know why it's very slow if I use prefixfilter to query. Can someone explain which is the best …
performance filter hbase database-scan