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
> 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
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,
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
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
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
(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
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
: 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