views:

34

answers:

1

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

related questions