| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
125 (0.06s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: column based or row based storage for HBase? - HBase - [mail # user]
|
|
...On Sun, Aug 5, 2012 at 8:03 PM, Lin Ma wrote: In simple terms, HBase is not a column Oriented store. All the data for a row is stored together but the store file is created only ...
|
|
|
Author: Mohit Anchlia,
2012-08-06, 16:30
|
|
|
Re: column based or row based storage for HBase? - HBase - [mail # user]
|
|
...On Sun, Aug 5, 2012 at 6:04 AM, Lin Ma wrote: Probably what you read was in context of Column Families. HBase has concept of column family similar to Google's bigtable. An...
|
|
|
Author: Mohit Anchlia,
2012-08-05, 16:08
|
|
|
Re: HBaseTestingUtility on windows - HBase - [mail # user]
|
|
...I ran test from cygwin but it fails here. Could someone help me with how to go about fixing this issue? java.io.IOException: Expecting a line not the end of stream at org.apache.hadoop...
|
|
|
Author: Mohit Anchlia,
2012-08-03, 20:33
|
|
|
HBaseTestingUtility on windows - HBase - [mail # user]
|
|
...I am trying to run mini cluster using HBaseTestingUtility Class from hbase tests on windows, but I get "bash command error". Is it not possible to run this utility class on windows? I ...
|
|
|
Author: Mohit Anchlia,
2012-08-03, 04:01
|
|
|
Re: Region server failure question - HBase - [mail # user]
|
|
...On Wed, Aug 1, 2012 at 12:52 PM, Mohammad Tariq wrote: I understand that there is no data loss. However, it looks like that all the regions on specific region server is unavailab...
|
|
|
Author: Mohit Anchlia,
2012-08-02, 04:01
|
|
|
Region server failure question - HBase - [mail # user]
|
|
...I was reading blog http://www.cloudera.com/blog/2012/07/hbase-log-splitting/ and it looks like if region servers fails then all the regions on that region servers are unavailable until a reg...
|
|
|
Author: Mohit Anchlia,
2012-08-01, 18:41
|
|
|
Re: sync on writes - HBase - [mail # user]
|
|
...On Wed, Aug 1, 2012 at 9:29 AM, lars hofhansl wrote: Thanks this post is very helpful ...
|
|
|
Author: Mohit Anchlia,
2012-08-01, 17:59
|
|
|
Multiple CF and versions - HBase - [mail # user]
|
|
...Are there any disadvantages of: 1. using multiple column families in a table 2. using multiple versions of a columns...
|
|
|
Author: Mohit Anchlia,
2012-08-01, 04:40
|
|
|
sync on writes - HBase - [mail # user]
|
|
...In the HBase book it mentioned that the default behaviour of write is to call sync on each node before sending replica copies to the nodes in the pipeline. Is there a reason this was kept de...
|
|
|
Author: Mohit Anchlia,
2012-08-01, 01:09
|
|
|
Re: Null row key - HBase - [mail # user]
|
|
...Not sure how but I am getting one null row per 9 writes when I do a GET in result.getRow(). Is it even possible to write null rows? On Tue, Jul 31, 2012 at 4:49 PM, Mohit Anchlia wrote...
|
|
|
Author: Mohit Anchlia,
2012-08-01, 00:20
|
|
|
|