Re: Building Hadoop 1.2.1 in IntelliJ IDEA

2013-12-24 Thread Frank Scholten
Hi Yong, Thanks for the tip. Unfortunately this still gives the same issues in IntelliJ. Package name 'org.apache.hadoop.mapreduce.test.system' does not correspond to the file path 'system.java.org.apache.hadoop.mapreduce.test.system' less... (Ctrl+F1) Detects package statements that do not corre

RE: Building Hadoop 1.2.1 in IntelliJ IDEA

2013-12-24 Thread java8964
The best way, I am thinking, is to try following: 1) Use the ant command line to generate eclipse file from the hadoop 1.2.1 source folder by "ant eclipse"2) After that, you can using "import project" in IntelliJ for "Eclipse" project, which will handle all the path correctly in Intellij for you