Top "Hbase" questions

HBase is the Hadoop database (columnar).

Is there any command that I can learn the size of a table at Hbase?

Is there any command that I can learn the size of a table at Hbase? I use Hbase to hold …

hbase
AWS DynamoDB VS HBase

I have been using HBase for the past six months and I came to know about DynamoDB by Amazon. Maintenance …

hbase amazon-dynamodb
How to export data to text file in Apache phoenix?

I'm quite new to HBase and Phoenix. But is there a way I can dump/export data to a text …

hbase phoenix
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
Is there a good library for accessing HBase from Python?

I spent some time looking around, and all I could find is Jython. It's an option, but is there something …

python hadoop hbase stargate
Difference between String.getBytes() and Bytes.toBytes(String data)

I'm writing a Hadoop/HBase job. I needed to transform a Java String into a byte array. Is there any …

java hadoop hbase
Which HBase connector for Spark 2.0 should I use?

Our stack is composed of Google Data Proc (Spark 2.0) and Google BigTable (HBase 1.2.0) and I am looking for a connector …

scala apache-spark hbase google-cloud-dataproc google-cloud-bigtable
How to list all row keys in an hbase table?

How do I list all row keys in an hbase table? I need to do this using PHP with a …

rest hadoop hbase stargate
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
how to design Hbase schema?

suppose that I have this RDBM table (Entity-attribute-value_model): col1: entityID col2: attributeName col3: value and I want to use …

rdbms hadoop hbase hive