Hi,
I am getting the following error while trying to run the WordCount program. Please help.
vishal@vishal-VirtualBox:~$ hadoop jar /home/vishal/workspace/WordCount.jar WordCount /training/4300.txt /output01
15/12/19 21:31:48 INFO client.RMProxy: Connecting to ResourceManager at /0.0.0.0:8032
Exception in thread "main" java.net.ConnectException: Call From vishal-VirtualBox/127.0.1.1 to localhost:9000 failed on connection exception: java.net.ConnectException: Connection refused; For more...
Getting error in WordCount program
I am getting the following error while trying to run the WordCount program. Please help.
vishal@vishal-VirtualBox:~$ hadoop jar /home/vishal/workspace/WordCount.jar WordCount /training/4300.txt /output01
15/12/19 21:31:48 INFO client.RMProxy: Connecting to ResourceManager at /0.0.0.0:8032
Exception in thread "main" java.net.ConnectException: Call From vishal-VirtualBox/127.0.1.1 to localhost:9000 failed on connection exception: java.net.ConnectException: Connection refused; For more...
Getting error in WordCount program