I\'m writing my 1st Hadoop application and I\'m getting an error. I don\'t quite understand what some of the detials in this stack trace mean. It\'s a ClassNotFoundExc
ClassNotFoundExc
I was facing the same problem.I solved it by adding commons-configuration-x.x.jar to my build path.It is under $HADOOP_HOME/lib.