Category Archives: HBase

[HBase] run hbase command by ruby

or Drop Table

Scan Table

Posted in HBase, Ruby | Leave a comment

[Java, HBase] Hostname is very important!

If the connection is failed, try to check the hdfs uri setting, it might be used hostname.

Posted in HBase, Java | Leave a comment

[HBase] Use SingleColumnFilter in shell.

the first true means filterIfColumnMissing the second true means setLatestVersionOnly Ref. Spinning Thoughts: Applying Filters in HBase shell

Posted in HBase | 2 Comments

[Java、HBase] Retrieving timestamp form HBase row

Ref. stackoverflow: retrieving timestamp from hbase row

we must edit HBaseSettings to set hbaseConf.set(HBASE_ENV_KEY_ZOOKEEPER_QUORUM, “target_zookeeper_address”);

Posted in HBase, Java | Tagged , | Leave a comment

HBase get

Posted in HBase | Leave a comment

HBase scan

Posted in HBase | Leave a comment

[Apache HBase] Install Apache HBase in Ubuntu 14.04

Java 1.7

Cloudera HBase Ref. installing-apache-hbase-on-ubuntu-for-standalone-mode Note. hbase tar file choose http://archive.apache.org/dist/hbase/hbase-0.98.5/hbase-0.98.5-hadoop1-bin.tar.gz (or http://ftp.mirror.tw/pub/apache/hbase/hbase-0.98.11/hbase-0.98.11-hadoop1-bin.tar.gz )

Posted in HBase, Ubuntu | Leave a comment

[Cloudera HBase] Install Cloudera HBase in Ubuntu 14.04 x64

Install Oracle Sun Java 1.7. Add Repository.

Repository update.

Install Java 1.7.

Install Java Environment Variable.

Cloudera HBase Ref 1. – Installing the Latest CDH 5 Release Ref 2. – Starting HBase in Standalone Mode Download … Continue reading

Posted in Cloudera, HBase | Leave a comment