Contributing a Parascale fs implementation

2010-04-13 Thread Neil Bliss
Hi Folks, I'm currently working at Parascale, and I've been given the go-ahead to open source our org.apache.hadoop.fs implementation that understands how to correctly derive replica placement information from a Parascale storage cloud. In converting over the source, however, I'm unsure if this c

Re: Contributing a Parascale fs implementation

2010-04-14 Thread Neil Bliss
> dhruba > > On Tue, Apr 13, 2010 at 12:42 PM, Neil Bliss wrote: > > > Hi Folks, > > > > I'm currently working at Parascale, and I've been given the go-ahead to > > open > > source our org.apache.hadoop.fs implementation that understands how to

HADOOP-6704 - getResource() usage ok?

2010-04-30 Thread Neil Bliss
Hey folks, In the unit tests for my HADOOP-6704 patch, I'm using getResource() to get the URL of a sample xml file. On my local system this works fine, but when I submitted the patch to Hudson, it appears to not find the resource file. Is this sort of thing not allowed in the Hudson environment,

Re: HADOOP-6704 - getResource() usage ok?

2010-04-30 Thread Neil Bliss
oader#getResource() instead of > Class#getResource()? > > Thanks, > Eli > > On Fri, Apr 30, 2010 at 12:46 PM, Neil Bliss wrote: > > Hey folks, > > > > In the unit tests for my HADOOP-6704 patch, I'm using getResource() to > get > > the URL of a sam

Re: HADOOP-6704 - getResource() usage ok?

2010-04-30 Thread Neil Bliss
Found the problem, I had an overly helpful local CLASSPATH set. On Fri, Apr 30, 2010 at 1:22 PM, Neil Bliss wrote: > Thanks Eli, I'll have a look how the other instances are used, and see if I > can spot the problem. > > - Neil > > > On Fri, Apr 30, 2010 at 1:17 PM, El

Re: HADOOP-6704 - getResource() usage ok?

2010-04-30 Thread Neil Bliss
For subsequent patch submissions, should I first remove the earlier patch from the Jira, or just attach the newer revision? thanks, Neil On Fri, Apr 30, 2010 at 3:40 PM, Neil Bliss wrote: > Found the problem, I had an overly helpful local CLASSPATH set. > > > On Fri, Apr 30, 201

Re: HADOOP-6704 - getResource() usage ok?

2010-04-30 Thread Neil Bliss
(sorry for being a pest, but...) Now that I've put the new patch on there, do I need to do anything special to have the "submit patch" feature do the right thing? thanks again, Neil On Fri, Apr 30, 2010 at 3:56 PM, Owen O'Malley wrote: > On Fri, Apr 30, 2010 at 3:4

re: HADOOP-6704 - patch for 0.20 branch?

2010-05-05 Thread Neil Bliss
Hey folks, Now that I (finally) have crafted a +1'd patch for HADOOP-6704, I'd like to do the same thing for the 0.20 branch. Should I do this in the same Jira ticket or file another ticket specifically for this? Thanks for the help, and sorry about all the spam from HADOOP-6704. - Neil

[jira] Created: (HADOOP-6704) add support for Parascale filesystem

2010-04-14 Thread Neil Bliss (JIRA)
: 0.20.2 Reporter: Neil Bliss Parascale has developed an org.apache.hadoop.fs implementation that allows users to use Hadoop on Parascale storage clusters. We'd like to contribute this work to the community. Should this be placed under contrib, or integrated int