HBase is the Hadoop database (columnar).
I am trying to figure out exactly what these new fangled data stores such as bigtable, hbase and cassandra really …
cassandra finance hbase bigtable time-seriesIs there a way to setup Hbase so we can create multiples databases inside the same cluster ?
hbaseI'm running HBase in pseudo-distributed mode on my workstation. We also have HBase running on a cluster. Using the HBase …
configuration hadoop hbase apache-zookeeper clouderaI am performing a range scan that is giving me 500k records. If I set scan.setCaching(100000) it took less …
caching hadoop hbase database-scanAnyone knows a good Java ORM implementation for HBase. This one looks really nice for Ruby http://www.stanford.edu/~…
java orm hbaseI need to use a Scan in HBase for scanning all rows that meet certain criteria: that's the reason why …
java hbase database-scanUsing Hbase API (Get/Put) or HBQL API, is it possible to retrieve timestamp of a particular column?
java hbase flumeI am using zookeeper ensemble for hbase. Zookeeper is running on 3 machines. While HBase is also in fully distributed mode. …
apache hbase nutch apache-zookeeperAre there any good GUI tools available for HBase? Like MySQL has workbench and Yog.
hbaseI'm trying to start an hbase master from ambari. It can't start it because it can't connect to zookeper server. …
hbase apache-zookeeper ambari