Issue Details (XML | Word | Printable)

Key: HADOOP-1228
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Tom White
Reporter: Albert Strasheim
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

Eclipse project files

Created: 08/Apr/07 04:22 PM   Updated: 21/May/08 08:05 PM
Return to search
Component/s: build
Affects Version/s: None
Fix Version/s: 0.17.0

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works .classpath 2007-04-08 04:22 PM Albert Strasheim 2 kB
File Licensed for inclusion in ASF works .project 2007-04-08 04:23 PM Albert Strasheim 0.7 kB
Text File Licensed for inclusion in ASF works eclipse.patch 2007-10-15 04:48 PM Mark Butler 10 kB
Text File Licensed for inclusion in ASF works hadoop-1228-v2.patch 2008-03-24 03:11 PM Tom White 5 kB
Text File Licensed for inclusion in ASF works hadoop-1228.patch 2008-02-06 03:51 PM Tom White 5 kB
Zip Archive Licensed for inclusion in ASF works hadoop-eclipse.zip 2007-04-08 05:39 PM Albert Strasheim 5 kB

Resolution Date: 28/Mar/08 10:30 AM


 Description  « Hide
I've created Eclipse project files for Hadoop (to be attached). I've found them very useful for exploring Hadoop and running the unit tests.

The project files can be included in the source repository to make it easy to import Hadoop into Eclipse.

A few features:

  • Eclipse automatically calls the Ant build to generate some of the necessary source files
  • Single unit tests can be run from inside Eclipse
  • Basic Java code style formatter settings for the Hadoop conventions (still needs some work)

The following VM arguments must be specified in the run configuration to get unit tests to run:

-Xms256m -Xmx256m -Dtest.build.data=${project_loc}\build\test\data

Some of the unit tests don't run yet, possibly due to some missing VM flags, the fact that I'm running Windows, or some other reason(s).

TODO:

  • Specify native library location(s) once I investigate building of Hadoop's native library
  • Get all the unit tests to run


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.