Created
January 18, 2010 11:39
-
-
Save mallipeddi/279951 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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