Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by ChristopheTaton: http://wiki.apache.org/hadoop/EclipseEnvironment ------------------------------------------------------------------------------ === Configuring Eclipse to build Hadoop === - If you want to build all of Hadoop in Eclipse then there are some [http://lucene.apache.org/hadoop/api/org/apache/hadoop/record/package-summary.html#skip-navbar_top DDL] files used by the tests that need to compiled first. One strategy is to configure Eclipse to call part of the Ant script to build these, and have two build directories, one for the Ant script, the other for Eclipse, as you need to include the classes built by Ant on the Eclipse library path and circular references are forbidden. + If you want to build all of Hadoop in Eclipse then there are some [http://hadoop.apache.org/core/api/org/apache/hadoop/record/package-summary.html#skip-navbar_top DDL] files used by the tests that need to compiled first. One strategy is to configure Eclipse to call part of the Ant script to build these, and have two build directories, one for the Ant script, the other for Eclipse, as you need to include the classes built by Ant on the Eclipse library path and circular references are forbidden. In Eclipse, select Project -> Properties -> Java Build Path -> Source
