I need to execute a code through the propmt of hadoop,i.e; bin/hadoop>. So, I built the jar of it using jar cfmv Jarfile_name Manifest_filename -C directory_name/ .(in which d jars,and class files are added). After that, I simply execute the code thro' bin/hadoop Jarfilename.
But, I get an error of Class Not found exception. Can I please get the entire procedure of building a jar and then running it through prompt?? Regards! Sugandha
