I'm trying to create a simple project with hadoop. I am new to IntelliJ and am trying to set the classpath to org.apache.hadoop.io. But what jar has this class?
A:
I found it. The map reduce tutorial had a sample javac command. The classpath needs to point to
-classpath ${HADOOP_HOME}/hadoop-${HADOOP_VERSION}-core.jar
Brig
2010-06-15 21:07:07