Top "Hbase" questions

HBase is the Hadoop database (columnar).

The node /hbase is not in ZooKeeper

I am a newbie in Hadoop trying to install Hbase in pseudo distributed mode, version hbase-0.98.10.1-hadoop1-bin, with Hadoop 2.5.2 . …

hadoop hbase hdfs
Role of datanode, regionserver in Hbase-hadoop integration

From my understanding rows are inserted into HBase tables and are getting stored as regions in different region server. So, …

hadoop hbase
Hbase / Hadoop Query Help

I'm working on a project with a friend that will utilize Hbase to store it's data. Are there any good …

hadoop hbase
A script that deletes all tables in Hbase

I can tell hbase to disable and delete particular tables using: disable 'tablename' drop 'tablename' But I want to delete …

command-line hbase
how to connect to HBase / Hadoop Database using C#

Recently, Exploring Microsoft HDInsight Hadoop for Windows.But don't know where to began and start using apache hadoop with c# / …

c# hadoop hbase hive azure-hdinsight
How to mass delete multiple rows in hbase?

I have the following rows with these keys in hbase table "mytable" user_1 user_2 user_3 ... user_9999999 I want to use …

java hbase jruby
Using HBase to store time series data

We are trying to use HBase to store time-series data. The model we have currently stores the time-series as versions …

hadoop hbase opentsdb
How to specify multiple dependencies using --packages for spark-submit?

I have the following as the command line to start a spark streaming job. spark-submit --class com.biz.test \ --packages \ …

apache-spark hbase spark-streaming
How Do You Rename a Table in HBase?

I'm trying to rename a table in HBase but the help in the shell doesn't have a rename command. move, …

shell hbase
HBase shell scan bytes to string conversion

I would like to scan hbase table and see integers as strings (not their binary representation). I can do the …

jruby hbase