Gianmarco,
The issue I think is that if the jira is in progress it can only be marked
OPEN/Patch available by the person who is assigned the jira. I just tried
assigning the jira to myself, clicking on ³stop progress² and then
unassigning it.
You should be able to submit a patch and mark is pat
Hi everyone,
a while ago I filed a bug for Hadoop and provided a patch.
I managed to submit it to hudson but I made a mistake generating it,
so it couldn't be applied.
I corrected the mistake, but I was then unable to submit the patch
again.
Is it a normal behavior?
How can I try to submit
Eli,
Thanks for the heads up, I'll build from the command line and verify that this
works. As far as these unit tests take a look at the project suggestions page
for hadoop, this task has to do with taking all of the examples and creating
junit tests to drive the examples, so essentially what
Hey Saikat,
mapreduce trunk builds (ant jar) cleanly for me. If you're seeing a
compilation error with the plugin checkout the patch on
MAPREDUCE-1280. I'd try compiling via the command line to make sure
it's not an issue with your tree.
Looks like there are already some of the examples being dri
Hi Eli,
I brought the whole mapreduce project inside eclipse and have been synching it
using the eclipse svn plugin. Yesterday after doing a sync inside Eclipse I
ran the test-core which resulted in compilation errors in a set of classes.
As far as adding the unit tests go I already read throu
Hey Saikat,
Running ant test-core in mapreduce on trunk should pass (modulo a
handful of flaky tests). What failures are you seeing?
Info on how to add unit tests:
http://wiki.apache.org/hadoop/HowToDevelopUnitTests
Thanks,
Eli
On Sat, Sep 4, 2010 at 10:27 PM, Saikat Kanjilal wrote:
>
> HI Fo