Some of these classes I have touched in porting to 20.2 but not nearly
all. Anybody know what is happening here? Eclipse is a happy camper with
all of these classes (esp. TestCanopyCreation which runs fine in it).
I'm on r952477 doing mvn clean installs.
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/clustering/fuzzykmeans/TestFuzzyKmeansClustering.java:[486,27]
type parameter org.apache.hadoop.io.IntWritable is not within its bound
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/clustering/fuzzykmeans/TestFuzzyKmeansClustering.java:[486,114]
type parameter org.apache.hadoop.io.IntWritable is not within its bound
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/clustering/MockReducerContext.java:[37,13]
collect(org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable)
in org.apache.mahout.common.DummyOutputCollector cannot be applied to
(java.lang.Object,java.lang.Object)
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/ga/watchmaker/EvalMapperTest.java:[48,25]
type parameter org.apache.hadoop.io.LongWritable is not within its bound
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/ga/watchmaker/EvalMapperTest.java:[48,92]
type parameter org.apache.hadoop.io.LongWritable is not within its bound
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/clustering/MockMapperContext.java:[34,13]
collect(org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable)
in org.apache.mahout.common.DummyOutputCollector cannot be applied to
(java.lang.Object,java.lang.Object)
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/clustering/canopy/TestCanopyCreation.java:[398,25]
type parameter org.apache.hadoop.io.IntWritable is not within its bound
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/clustering/canopy/TestCanopyCreation.java:[398,99]
type parameter org.apache.hadoop.io.IntWritable is not within its bound
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/clustering/canopy/TestCanopyCreation.java:[442,25]
type parameter org.apache.hadoop.io.IntWritable is not within its bound
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/clustering/canopy/TestCanopyCreation.java:[442,99]
type parameter org.apache.hadoop.io.IntWritable is not within its bound
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/clustering/kmeans/TestKmeansClustering.java:[367,27]
type parameter org.apache.hadoop.io.IntWritable is not within its bound
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/clustering/kmeans/TestKmeansClustering.java:[367,101]
type parameter org.apache.hadoop.io.IntWritable is not within its bound
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/clustering/kmeans/TestKmeansClustering.java:[408,25]
type parameter org.apache.hadoop.io.IntWritable is not within its bound
/Users/jeff/Documents/workspace/mahout/core/src/test/java/org/apache/mahout/clustering/kmeans/TestKmeansClustering.java:[408,99]
type parameter org.apache.hadoop.io.IntWritable is not within its bound
- Strange Compilation Failures Jeff Eastman
-