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 
[email protected]                                         

Reply via email to