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 <neilbl...@gmail.com> wrote: > Found the problem, I had an overly helpful local CLASSPATH set. > > > On Fri, Apr 30, 2010 at 1:22 PM, Neil Bliss <neilbl...@gmail.com> 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, Eli Collins <e...@cloudera.com> wrote: >> >>> Hey Neil, >>> >>> There are other uses of getResource in Hadoop so should be fine. >>> Should you be using getClassLoader#getResource() instead of >>> Class#getResource()? >>> >>> Thanks, >>> Eli >>> >>> On Fri, Apr 30, 2010 at 12:46 PM, Neil Bliss <n...@neilbliss.com> wrote: >>> > 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, or am I >>> just >>> > doing something wrong? >>> > >>> > I've already fixed up the checkstyle errors that I missed the first >>> time >>> > around. Gomen nasai. >>> > >>> > thanks, >>> > >>> > Neil >>> > >>> >> >> >