HBase is the Hadoop database (columnar).
I'm a bit stuck repairing a faulty table (on Hbase 0.92.1-cdh4.0.0, Hadoop 2.0.0-cdh4.0.0) There is a region in transition that …
hadoop hbase clouderaI have an embarrassingly parallel task for which I use Spark to distribute the computations. These computations are in Python, …
python apache-spark hbase pyspark apache-spark-sqlI set up a hbase cluster to store data from opentsdb. Recently due to reboot of some of the nodes, …
hadoop hbase opentsdbWhat exactly is the zookeeper quorum setting in hbase-site.xml?
java hadoop hbase apache-zookeeperI have a map reduce job that connects to HBASE and I can't figure out where I am running into …
java hadoop mapreduce hbase bulkloaderI would like to get the same information about the regions of a table that appear in the web UI (…
hbaseI created a table by create 'tablename', 'columnfamily1' Now is it possible to add another column family 'columnfamily2'? …
hbase column-family nosqlWhy is using HBase a better choice than using Cassandra with Hadoop? Can anyone please give a detailed explanation on …
hadoop cassandra nosql hbase cap-theoremI have a Hbase table X and I want to create an exact copy of it and name it Y. …
hadoop cloud hbaseI have been playing with Cloudera and I define the number of clusters before I start my job then use …
hadoop cluster-computing hbase hdfs cloudera