Re: Discussion: Move contribs out of hbase?

2010-01-30 Thread Kay Kay
+1 on thrift interface + EC2 scripts in the core, as they will be very useful to bootstrap hbase. Being another independent app service provider by itself - not sure if REST connectors can be categorized as a core functionality to the architecture. On 01/30/2010 08:23 PM, Ryan Rawson wrot

Re: Discussion: Move contribs out of hbase?

2010-01-30 Thread Ryan Rawson
We use and need thrift. So count me in on that. On Jan 30, 2010 8:18 PM, "Andrew Purtell" wrote: I agree and think that's the definition of core. So the committers need to agree either: 1) Someone steps up to concentrate on some area/former contrib no matter what the problem I will do this

Re: Discussion: Move contribs out of hbase?

2010-01-30 Thread Andrew Purtell
I agree and think that's the definition of core. So the committers need to agree either: 1) Someone steps up to concentrate on some area/former contrib no matter what the problem I will do this for the "Stargate" REST connector and the EC2 scripts (which should just go into bin/cloud/ I

Re: Discussion: Move contribs out of hbase?

2010-01-30 Thread Ryan Rawson
What does it take to move a contrib into core? I would think that a committer must be able to fix any problem with it at minimum... On Sat, Jan 30, 2010 at 4:57 PM, Stack wrote: > On Thu, Jan 28, 2010 at 3:08 PM, Joydeep Sarma wrote: >> fwiw - i agree with Dhruba's take. i can't imagine (for ex

Re: Discussion: Move contribs out of hbase?

2010-01-30 Thread Stack
On Thu, Jan 28, 2010 at 3:08 PM, Joydeep Sarma wrote: > fwiw - i agree with Dhruba's take. i can't imagine (for example) > hadoop shipping without hadoop-streaming (which is contrib). and it's > awesome that hadoop changes that break streaming are caught early and > often. I suggest that contribs

Re: HLog sync() questions

2010-01-30 Thread Stack
On Sat, Jan 30, 2010 at 6:10 AM, Lars George wrote: > > So with making Writer implement Syncable, does that make sense? Since > that is what we really want, have HLog call the same functions on > Writer for hsync() and hflush(). Right? That would enforce the right > interface on implementing Write

Re: HLog sync() questions

2010-01-30 Thread Lars George
Hi Stack, Comments inline below Lars On Fri, Jan 29, 2010 at 9:30 PM, Stack wrote: > On Fri, Jan 29, 2010 at 5:17 AM, Lars George wrote: >> �...@override >>  public void sync() throws IOException { >>    this.writer.sync(); >>    if (this.writer_out != null) { >>      this.writer_out.sync(); >

[jira] Commented: (HBASE-2176) HRegionInfo reported empty on regions in meta, leading to them being deleted, although the regions contain data and exist

2010-01-30 Thread Cosmin Lehene (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806648#action_12806648 ] Cosmin Lehene commented on HBASE-2176: -- the double .META. update log bothers me. Looki