Yeah this was my change that didn't work:

public class DummyOutputCollector<K extends WritableComparable, V
extends Writable>

public class DummyOutputCollector<K extends WritableComparable<?>, V
extends Writable>

The latter is more correct and as far as I know identical. I don't see
why this doesn't work, but I undid that.

I also don't understand why I had to 'mvn clean test' to see this?
'mvn test' didn't somehow pick up enough changes to recompile and
locate the problem. Mysteries.

Sean


On Mon, Jan 18, 2010 at 4:23 AM, Drew Farris <drew.far...@gmail.com> wrote:
> FWIW, Reverting to 900263 fixed these for me, was able to complete the
> build successfully.
>
> On Sun, Jan 17, 2010 at 10:45 PM, Drew Farris <drew.far...@gmail.com> wrote:
>> Spoke too soon, now I have failing tests:
>>
>> Failed tests:
>>  testRefresh(org.apache.mahout.cf.taste.impl.model.file.FileDataModelTest)
>>
>> Tests in error:
>>  testMapper(org.apache.mahout.df.mapreduce.partial.Step2MapperTest)
>>  testKeySet(org.apache.mahout.cf.taste.impl.common.FastMapTest)
>>  testValues(org.apache.mahout.cf.taste.impl.common.FastMapTest)
>>  testEntrySet(org.apache.mahout.cf.taste.impl.common.FastMapTest)
>>  testRecordReader(org.apache.mahout.df.mapred.inmem.InMemInputFormatTest)
>>  testStep0Mapper(org.apache.mahout.df.mapred.partial.Step0JobTest)
>>
>

Reply via email to