Fwd: Client developer mailing list

2010-09-01 Thread Jeff Hammerbacher
Hey, I'm not sure if this sort of mailing list makes sense for HBase, but I like the idea. There are a lot of ideas floating around in the HBase client space, and they may make sense to discuss separately. No worries if you guys don't think it's a good idea. Later, Jeff -- Forwarded

Hfile - Storefile

2010-09-01 Thread Himanshu Vashishtha
It will be great if anyone point out the difference in their functionality. What I understand is Storefile is made persistent in fs, compactions occurred on these (to me, its an equivalent of SSTable). Hfile is derived (evolved) from MapFile, giving access to faster random reads (as it uses index

Re: Hfile - Storefile

2010-09-01 Thread Jean-Daniel Cryans
StoreFile is just a wrapper for HFile to add HBase-sugar on top of it. J-D On Wed, Sep 1, 2010 at 8:16 AM, Himanshu Vashishtha vashishth...@gmail.com wrote: It will be great if anyone point out the difference in their functionality. What I understand is Storefile is made persistent in fs,

Build failed in Hudson: HBase-TRUNK #1443

2010-09-01 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/HBase-TRUNK/1443/changes Changes: [stack] HBASE-2948 bin/hbase shell broken (after hbase-2692) -- [...truncated 792 lines...] AUsrc/site/resources/images/architecture.gif AU

hfile - Storefile

2010-09-01 Thread Himanshu Vashishtha
It will be great if anyone can point out the difference in their functionality. What I understand is Storefile is made persistent in fs, compactions occurred on these (to me, its an equivalent of SSTable). Hfile is derived (evolved) from MapFile, giving access to faster random reads (as it uses

Build failed in Hudson: HBase-TRUNK #1441

2010-09-01 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/HBase-TRUNK/1441/changes Changes: [stack] HBASE-2692 Master rewrite and cleanup for 0.90 -- [...truncated 792 lines...] AUsrc/site/resources/images/architecture.gif AU

Re: hfile - Storefile

2010-09-01 Thread Stack
This is my fault. I'm moderator on the list. Some stuff goes to moderator first and I'm not fast enough clearing them. Sorry about that J-D and Himanshu. St.Ack On Wed, Sep 1, 2010 at 1:07 PM, Himanshu Vashishtha vashishth...@gmail.com wrote: yeah! it got posted twice, unintentionally. Thanks

RE: hfile - Storefile

2010-09-01 Thread Jonathan Gray
Himanshu, Don't be afraid to check-out the HBase codebase from SVN and scope out HFile and StoreFile classes for yourself! HBase has a fairly easy to follow codebase despite being rather large. JG -Original Message- From: jdcry...@gmail.com [mailto:jdcry...@gmail.com] On Behalf Of