Skip to content

Instantly share code, notes, and snippets.

@mallipeddi
Created January 18, 2010 11:39
Show Gist options
  • Select an option

  • Save mallipeddi/279951 to your computer and use it in GitHub Desktop.

Select an option

Save mallipeddi/279951 to your computer and use it in GitHub Desktop.
Setting up Eclipse for Hadoop Dev
* Create a new Java project from existing source (point to the top-level folder which has src/ folder inside).
* Turn off build-automatically from “Projects” menu.
* Right-click build.xml, choose "Run as > Ant build..."; Choose “compile, eclipse-files” targets.
* Build once.
* Refresh project.
* Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment