Hi,
I am trying out the WordCount program. I have included all the hadoop jar files in the eclipse code
but still getting the below error. Not sure on what I am missing.
[sukhada_gmail@ec2-52-86-42-143 ~]$ hadoop jar WordC.jar src/WordCount.java /wordcountproblem /output01WARNING: Use "yarn jar" to launch YARN applications.Exception in thread "main" java.lang.ClassNotFoundException: src.WordCount.java at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at...
Mapreduce error
I am trying out the WordCount program. I have included all the hadoop jar files in the eclipse code
but still getting the below error. Not sure on what I am missing.
[sukhada_gmail@ec2-52-86-42-143 ~]$ hadoop jar WordC.jar src/WordCount.java /wordcountproblem /output01WARNING: Use "yarn jar" to launch YARN applications.Exception in thread "main" java.lang.ClassNotFoundException: src.WordCount.java at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at...
Mapreduce error