Hudson build is back to normal : hbase-020-branch #55

2010-04-12 Thread Apache Hudson Server
See

Re: Build failed in Hudson: HBase-Patch #1210

2010-04-12 Thread Stack
This is Kay Kay and I messing w/ maven deploy of hbase jars to apache snapshot repository. Please ignore (See hbase-1933 if interested). St.Ack On Mon, Apr 12, 2010 at 8:36 PM, Apache Hudson Server wrote: > See > > Changes: > >

Build failed in Hudson: HBase-Patch #1210

2010-04-12 Thread Apache Hudson Server
See Changes: [apurtell] HBASE-2436 [stargate] update Jersey and JSON depedencies [stack] HBASE-1933 Upload Hbase jars to a public maven repository -- [...truncated 1240 lines...] [INFO]

Re: [VOTE] HBase as TLP?

2010-04-12 Thread Joe Stein
It is a good idea because the segment is already fragmented and honestly hbase is often a second thought, and should not be, because it is seen as tightly coupled. I find hbase and Cassandra the leaders of the pack and welcome hbase TLP to knock out dumb others and hopefully tighten up the

Re: [VOTE] HBase as TLP?

2010-04-12 Thread Amir Youssefi
+1 -ay On 4/12/10 8:56 AM, "Stack" wrote: > Please vote as to whether you think HBase should become a top-level > Apache project. > > I've included below a draft board resolution. It lists all current > active HBase committers as initial members of the project management > committee (PMC) and

Re: [VOTE] HBase as TLP?

2010-04-12 Thread John Martyniak
Can somebody tell me why this is a good idea? Isn't HBase tightly coupled with Hadoop/HDFS. Isn't that the benefit of it. -John On Apr 12, 2010, at 11:56 AM, Stack wrote: > Please vote as to whether you think HBase should become a top-level > Apache project. > > I've included below a draft bo

Re: [VOTE] HBase as TLP?

2010-04-12 Thread Alan Gates
For a discussion of this exact questions see: http://mail-archives.apache.org/mod_mbox/hadoop-general/201004.mbox/%3cx2l7c962aed1004072102j3ca29379he9f4095be7736...@mail.gmail.com%3e Alan. On Apr 12, 2010, at 5:52 PM, John Martyniak wrote: Can somebody tell me why this is a good idea? Isn't

Re: [VOTE] HBase as TLP?

2010-04-12 Thread Amr Awadallah
+1

[jira] Resolved: (HBASE-2436) [stargate] review Jersey and JSON dependencies

2010-04-12 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-2436. --- Resolution: Fixed Committed to trunk, branch, and branch of branch. Passes all tests. > [st

Re: [VOTE] HBase as TLP?

2010-04-12 Thread Tom White
+1 Tom On Mon, Apr 12, 2010 at 8:56 AM, Stack wrote: > Please vote as to whether you think HBase should become a top-level > Apache project. > > I've included below a draft board resolution.  It lists all current > active HBase committers as initial members of the project management > committee

Re: [VOTE] HBase as TLP?

2010-04-12 Thread Mahadev Konar
+1 Thanks mahadev On 4/12/10 3:20 PM, "Jean-Daniel Cryans" wrote: > +1 > > On Mon, Apr 12, 2010 at 5:56 PM, Stack wrote: >> Please vote as to whether you think HBase should become a top-level >> Apache project. >> >> I've included below a draft board resolution.  It lists all current >> ac

Re: [VOTE] HBase as TLP?

2010-04-12 Thread Jean-Daniel Cryans
+1 On Mon, Apr 12, 2010 at 5:56 PM, Stack wrote: > Please vote as to whether you think HBase should become a top-level > Apache project. > > I've included below a draft board resolution.  It lists all current > active HBase committers as initial members of the project management > committee (PMC)

Re: [VOTE] HBase as TLP?

2010-04-12 Thread Lars George
+1 --- Lars On Mon, Apr 12, 2010 at 9:05 PM, Andrew Purtell wrote: > +1 > >  - Andy > >> From: Stack >> Subject: [VOTE] HBase as TLP? >> >> Please vote as to whether you think HBase should become a top-level >> Apache project. > > > > > >

Re: Build failed in Hudson: hbase-020-branch #54

2010-04-12 Thread Andrew Purtell
This will be fixed shortly. - Andy

Build failed in Hudson: hbase-020-branch #54

2010-04-12 Thread Apache Hudson Server
See Changes: [stack] HBASE-2383 Replace JSON-licensed json dependencies -- Started by an SCM change Building remotely on vesta.apache.org (Ubuntu) Updating https://svn.apache.org/repos

Re: [VOTE] HBase as TLP?

2010-04-12 Thread Andrew Purtell
+1 - Andy > From: Stack > Subject: [VOTE] HBase as TLP? > > Please vote as to whether you think HBase should become a top-level > Apache project.

[jira] Resolved: (HBASE-2383) Replace JSON-licensed json dependencies

2010-04-12 Thread stack (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-2383. -- Resolution: Fixed Resolving. Andrew is going to fix up stargate issues in other issue. Applied to branch and

[jira] Created: (HBASE-2436) [stargate] review Jersey and JSON dependencies

2010-04-12 Thread Andrew Purtell (JIRA)
[stargate] review Jersey and JSON dependencies -- Key: HBASE-2436 URL: https://issues.apache.org/jira/browse/HBASE-2436 Project: Hadoop HBase Issue Type: Improvement Reporter: Andrew Pu

Re: [VOTE] HBase as TLP?

2010-04-12 Thread Eric Sammer
+1 On Mon, Apr 12, 2010 at 8:56 AM, Stack wrote: > Please vote as to whether you think HBase should become a top-level > Apache project. > > I've included below a draft board resolution.  It lists all current > active HBase committers as initial members of the project management > committee (PMC)

[VOTE] HBase as TLP?

2010-04-12 Thread Stack
Please vote as to whether you think HBase should become a top-level Apache project. I've included below a draft board resolution. It lists all current active HBase committers as initial members of the project management committee (PMC) and myself, Michael Stack, as the initial chair. Do the good

Re: Hbase stuck after some hours

2010-04-12 Thread Al Lias
I still search for a problem that happens after HBase Region Splits (0.20.3). It seems a region is not assigned after a split. In ProcessRegionOpen.process() I see a line master.regionManager.removeRegion(regionInfo) which is executed after a MSG_REPORT_OPEN in ServerManager(). It

Re: Hbase stuck after some hours

2010-04-12 Thread Ryan Rawson
If you scan meta you need two commas in your start key. Meta is fine. The format is like: "table name,region start key,timestamp" If you want to start at the first of a table say "table,,". Not that tables cannot have comms in the name. On Monday, April 12, 2010, Al Lias wrote: > And this is wha

Re: Hbase stuck after some hours

2010-04-12 Thread Al Lias
And this is what I get when looking for this region in the shell: hbase(main):002:0> scan '.META.', { STARTROW => 'emailmd5,69678443e89be6e657549ef440186b' ,LIMIT => 2} Caused by: java.lang.IllegalArgumentException: No 44 in <3'emailmd5,69678443e89be6e657549ef440186��������>, leng