Firstly, I KNOW THIS HAPPENED BEFORE, but none of the solutions work for me, and I would like to know why.
I am trying to compile the standard "WordCount.java" .jar for hasoop in my single-node linux server, but keep getting package org.apache.hadoop.* does not exist error.
I know that I need to edit $ CLASSPATH, but everything I found online references the hadoop-core link, and I cannot find hadoop-core anywhere in my build (2.4.0). How to find where org.apache.hadoop. * Will exist on my system?
I believe that this would be a good "general" answer, since I saw a lot of questions about this, and each one gives a specific path / path / path / classpath /, but it (apparently) differs depending on the version and build of hadoop .
source share