You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Daniel Yehdego <dt...@miners.utep.edu> on 2011/09/20 18:59:11 UTC

javac error ( SecondarySortReducer)

Hi, 
I want to javac the file SecondarySortReducer.java using the following command:
 javac  -classpath /data/yehdego/hadoop-0.20.2/hadoop-0.20.2-core.jar -d  reducerjava_classes  SecondarySortReducer.java
but i keep getting the following error messages:
package CustomKey does not existimport CustomKey.IntPair;                ^SecondarySortReducer.java:20: cannot find symbolsymbol: class IntPairpublic class SecondarySortReducer extends  Reducer<IntPair, IntWritable, IntWritable, IntWritable> {                                                   ^SecondarySortReducer.java:25: cannot find symbolsymbol  : class IntPairlocation: class SecondarySort.SecondarySortReducer        protected void reduce(IntPair key, Iterable<IntWritable> values, Context context)
Any idea on this ? Thanks.

Regards, 

Daniel T. Yehdego
Computational Science Program 
University of Texas at El Paso, UTEP 
dtyehdego@miners.utep.edu