Hi ,
I had installed Ubuntu in VirtualBox with JDK1.7 and hadoop 2.7.2.
I created a JAR file with JRE 1.7 on my host machine and then copied it to my guest virtual machine (Ubuntu).
On my guest machine, where hadoop is installed, I uploaded the wcinput.txt file in /User and executed
> hadoop jar wordcount.jar /User/wcinput.txt /User/Output
But the jar is not getting executed and I am getting following exception. Can anyone help in resolving this issue ?
16/05/09 21:53:00 INFO...
Exception in Ubuntu while executing wordcount.jar
I had installed Ubuntu in VirtualBox with JDK1.7 and hadoop 2.7.2.
I created a JAR file with JRE 1.7 on my host machine and then copied it to my guest virtual machine (Ubuntu).
On my guest machine, where hadoop is installed, I uploaded the wcinput.txt file in /User and executed
> hadoop jar wordcount.jar /User/wcinput.txt /User/Output
But the jar is not getting executed and I am getting following exception. Can anyone help in resolving this issue ?
16/05/09 21:53:00 INFO...
Exception in Ubuntu while executing wordcount.jar