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/QuickStart ------------------------------------------------------------------------------ The fastest way may be to just install the [http://code.google.com/edu/tools/hadoopvm/ hadoop virtual image] but if you want to actually have something running on your system that can be more easily worked on and later expanded to other boxes stick with this document. Based on the docs found at the following link, but modified to work with the current distribution: - http://lucene.apache.org/hadoop/api/overview-summary.html#overview_description + http://hadoop.apache.org/core/api/overview-summary.html#overview_description Please note this was last updated to match svn version 605291. Things may have changed since then. If they have, please update this page. @@ -18, +18 @@ Dowload '''Release Versions:''' - can be found here http://lucene.apache.org/hadoop/releases.html + can be found here http://hadoop.apache.org/core/releases.html '''Subversion:''' First check that the currently build isn't borked http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ Then grab the latest with subversion - {{{svn co http://svn.apache.org/repos/asf/lucene/hadoop/trunk hadoop}}} + {{{svn co http://svn.apache.org/repos/asf/hadoop/core/trunk hadoop}}} run the following commands:
