Top "Hbase-shell" questions

hbase-shell is a CLI for HBase implemented in JRuby.

HBase (Easy): How to Perform Range Prefix Scan in hbase shell

I am designing an app to run on hbase and want to interactively explore the contents of my cluster. I …

hbase database-scan hbase-shell
How do I get a Row with HBASE Shell where the rowkey is in Hexadecimal?

If I have a rowkey that is in Hexadecimal, like x00\x01 , how do I get that in the HBASE …

hbase hbase-shell
Export data from HBase shell

Im trying to export data from HBase Shell to a text file which I can parse, and add to a …

hbase hbase-shell
HBase: Create table with same schema as existing table

I tried searching on the forum, where I can create a new empty hbase table from existing hbase table schema, …

hadoop hbase mapr hbase-shell
HBASE row prefix scan in reverse order in hbase

I have a row key of the form: <name>--<zero-padded timestamp> Using HBASE shell I …

hbase hbase-shell