I'm running some simple tests of Hadoop locally in psudo-distributed mode. But the reducer is giving me a ClassNotFoundException.
I've got the HADOOP_CLASSPATH set as such:
export HADOOP_CLASSPATH=/home/davidparks21/hadoop/FruggMapreduceJobs.jar:/home/davidparks21/hadoop/hadoop-1.0.3/lib/*
And I've got all of these classes in $HADOOP_INSTALL/lib/
What am I missing?