You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2009/11/27 16:16:39 UTC

[Hadoop Wiki] Update of "DevelopingHadoop" by SteveLoughran

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "DevelopingHadoop" page has been changed by SteveLoughran.
The comment on this change is: New development page for all the developer content.
http://wiki.apache.org/hadoop/DevelopingHadoop

--------------------------------------------------

New page:
= Developing Hadoop =

Hadoop is an open source project that depends on community involvement for its code, its documentation, its tests. You can help! Every bug you file, every test you provide, every bit of documentation you add or correct is as much a contribution to the Hadoop project as changes to the production source.

By getting involved in the development process, you not only help the project, you help yourselves. Your bugs get fixed; your features get implemented, your needs get met. Contributing is not merely a selfless donation of time and effort, it is enlightened self-interest.

== Developer Documentation ==

 * [[Roadmap]], listing release plans.
 * HowToContribute
 * HowToSetupYourDevelopmentEnvironment
 * HowToDevelopUnitTests
 * HowToUseInjectionFramework
 * [[CodeReviewChecklist|HowToCodeReview]]
 * [[Jira]] usage guidelines
 * HowToCommit
 * HowToRelease
 * HudsonBuildServer
 * DevelopmentHints
 * ProjectSuggestions
 * [[HadoopUnderIDEA|Building/Testing under IntelliJ IDEA]]