i am running wordcount example on linux vmware on hadoop.
i get the following exception
Exception in thread "main" java.io.IOException: Error opening job jar:
/usr/yogesh/wordcount.jar
at org.apache.hadoop.util.RunJar.main(RunJar.java:90)
Caused by: java.util.zip.ZipException: error in opening zip file
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at org.apache.hadoop.util.RunJar.main(RunJar.java:88)
what would be wrong,
plz help...
--
View this message in context:
http://old.nabble.com/Error-opening-job-jar-tp28892690p28892690.html
Sent from the HBase User mailing list archive at Nabble.com.