| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
125 (0.088s).
|
|
|
Loading phrases to help you refine your search...
|
|
HBase Schema Design for clickstream data - HBase - [mail # user]
|
|
...I am starting out with a new application where I need to store users clickstream data. I'll have Visitor Id, session id along with other page related data. I am wondering if I should just ke...
|
|
|
Author: Mohit Anchlia,
2012-06-26, 17:34
|
|
|
Re: HBase and Consistency in CAP - HBase - [mail # user]
|
|
...Thanks. I am having just bit of conflict in understanding how is random node failure different than network partition? In both cases there is an impact clearly visible to the user (time it t...
|
|
|
Author: Mohit Anchlia,
2011-12-02, 21:48
|
|
|
Re: HBase and Consistency in CAP - HBase - [mail # user]
|
|
...Thanks for the overview. It's helpful. Can you also help me understand why 2 region servers for the same row keys can't be running on the nodes where blocks are being replicated? I am assumi...
|
|
|
Author: Mohit Anchlia,
2011-12-02, 20:54
|
|
|
Re: HBase and Consistency in CAP - HBase - [mail # user]
|
|
...Where can I read more on this specific subject? Based on your answer I have more questions, but I want to read more specific information about how it works and why it's designed that w...
|
|
|
Author: Mohit Anchlia,
2011-12-02, 20:01
|
|
|
HBase and Consistency in CAP - HBase - [mail # user]
|
|
...Why is HBase consisdered high in consistency and that it gives up parition tolerance? My understanding is that failure of one data node still doesn't impact client as they would re-adjust th...
|
|
|
Author: Mohit Anchlia,
2011-12-02, 19:57
|
|
|
Re: Atomicity questions - HBase - [mail # user]
|
|
...Thanks that makes it more clear. I also looked at mvcc code as you pointed out. So I am wondering where ZK is used specifically. On Thu, Dec 1, 2011 at 3:37 PM, lars hofhan...
|
|
|
Author: Mohit Anchlia,
2011-12-01, 23:57
|
|
|
Re: Atomicity questions - HBase - [mail # user]
|
|
...Thanks. I'll try and take a look, but I haven't worked with zookeeper before. Does it use zookeeper for any of ACID functionality? On Thu, Dec 1, 2011 at 2:55 PM, lars hofhansl w...
|
|
|
Author: Mohit Anchlia,
2011-12-01, 23:03
|
|
|
Atomicity questions - HBase - [mail # user]
|
|
...I have some questions about ACID after reading this page, http://hbase.apache.org/acid-semantics.html - Atomicity point 5 : row must either be "a=1,b=1,c=1" or "a=2,b=2,c=2" and must n...
|
|
|
Author: Mohit Anchlia,
2011-12-01, 22:22
|
|
|
Re: Hbase performance with HDFS - HBase - [mail # user]
|
|
...Got it. I was thinking compaction happens local to the node. But it makes sense from what you have explained. On Thu, Jul 7, 2011 at 3:12 PM, Andrew Purtell wrote: rom block repl...
|
|
|
Author: Mohit Anchlia,
2011-07-07, 22:17
|
|
|
Re: Hbase performance with HDFS - HBase - [mail # user]
|
|
...Thanks! I understand what you mean however I have little confusion. Does it mean there are unused block sitting around? For eg: HFile1 with 3 blocks spread accross 3 nodes Node A:(b1),...
|
|
|
Author: Mohit Anchlia,
2011-07-07, 22:02
|
|
|
|