|
Change Parameter Type key : UTF8 to key : Text in method public reduce(key Text, values Iterator<Text>, output OutputCollector<Text,Text>, reporter Reporter) : void in class org.apache.hadoop.mapred.MRBench.Reduce |
From |
To |
|
Change Parameter Type output : OutputCollector<UTF8,UTF8> to output : OutputCollector<Text,Text> in method public map(key WritableComparable<?>, value Text, output OutputCollector<Text,Text>, reporter Reporter) : void in class org.apache.hadoop.mapred.MRBench.Map |
From |
To |
|
Change Parameter Type key : WritableComparable to key : WritableComparable<?> in method public map(key WritableComparable<?>, value Text, output OutputCollector<Text,Text>, reporter Reporter) : void in class org.apache.hadoop.mapred.MRBench.Map |
From |
To |
|
Change Parameter Type output : OutputCollector<UTF8,UTF8> to output : OutputCollector<Text,Text> in method public reduce(key Text, values Iterator<Text>, output OutputCollector<Text,Text>, reporter Reporter) : void in class org.apache.hadoop.mapred.MRBench.Reduce |
From |
To |
|
Change Parameter Type values : Iterator<UTF8> to values : Iterator<Text> in method public reduce(key Text, values Iterator<Text>, output OutputCollector<Text,Text>, reporter Reporter) : void in class org.apache.hadoop.mapred.MRBench.Reduce |
From |
To |