Browse Source

HADOOP-2160. Remove project-level, non-user documentation from trunk, since it's now maintained in a separate tree.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@601499 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 17 years ago
parent
commit
4ba3f75099
45 changed files with 191 additions and 4498 deletions
  1. 10 1
      build.xml
  2. 9 39
      docs/cluster_setup.html
  3. 0 400
      docs/credits.html
  4. 0 63
      docs/credits.pdf
  5. 0 44
      docs/doap.rdf
  6. 0 248
      docs/documentation.html
  7. 0 196
      docs/documentation.pdf
  8. 9 39
      docs/hdfs_design.html
  9. 34 141
      docs/index.html
  10. 9 37
      docs/index.pdf
  11. 0 220
      docs/irc.html
  12. 0 94
      docs/irc.pdf
  13. 0 223
      docs/issue_tracking.html
  14. 0 126
      docs/issue_tracking.pdf
  15. 10 114
      docs/linkmap.html
  16. 12 12
      docs/linkmap.pdf
  17. BIN
      docs/logos/elephant_rgb.jpg
  18. BIN
      docs/logos/elephant_rgb.pdf
  19. BIN
      docs/logos/elephant_rgb.png
  20. BIN
      docs/logos/hadoop+elephant_rgb.jpg
  21. BIN
      docs/logos/hadoop+elephant_rgb.pdf
  22. BIN
      docs/logos/hadoop+elephant_rgb.png
  23. BIN
      docs/logos/hadoop_rgb.jpg
  24. BIN
      docs/logos/hadoop_rgb.pdf
  25. BIN
      docs/logos/hadoop_rgb.png
  26. 0 318
      docs/mailing_lists.html
  27. 0 63
      docs/mailing_lists.pdf
  28. 9 39
      docs/mapred_tutorial.html
  29. 10 40
      docs/quickstart.html
  30. 50 50
      docs/quickstart.pdf
  31. 0 330
      docs/releases.html
  32. 0 442
      docs/releases.pdf
  33. 0 275
      docs/version_control.html
  34. 0 384
      docs/version_control.pdf
  35. 0 148
      src/docs/src/documentation/content/xdocs/credits.xml
  36. 0 28
      src/docs/src/documentation/content/xdocs/documentation.xml
  37. 20 79
      src/docs/src/documentation/content/xdocs/index.xml
  38. 0 23
      src/docs/src/documentation/content/xdocs/irc.xml
  39. 0 22
      src/docs/src/documentation/content/xdocs/issue_tracking.xml
  40. 0 72
      src/docs/src/documentation/content/xdocs/mailing_lists.xml
  41. 1 1
      src/docs/src/documentation/content/xdocs/quickstart.xml
  42. 0 111
      src/docs/src/documentation/content/xdocs/releases.xml
  43. 6 20
      src/docs/src/documentation/content/xdocs/site.xml
  44. 2 1
      src/docs/src/documentation/content/xdocs/tabs.xml
  45. 0 55
      src/docs/src/documentation/content/xdocs/version_control.xml

+ 10 - 1
build.xml

@@ -607,6 +607,14 @@
   <!-- ================================================================== -->
   <!-- ================================================================== -->
   <!-- Documentation                                                      -->
   <!-- Documentation                                                      -->
   <!-- ================================================================== -->
   <!-- ================================================================== -->
+  
+  <target name="docs">
+    <exec dir="src/docs" executable="forrest"/>
+    <copy todir="docs/">
+      <fileset dir="src/docs/build/site/" />
+    </copy>
+  </target>
+
   <target name="javadoc" depends="default-doc" description="Generate documentation">
   <target name="javadoc" depends="default-doc" description="Generate documentation">
     <mkdir dir="${build.javadoc}"/>
     <mkdir dir="${build.javadoc}"/>
     <javadoc
     <javadoc
@@ -764,7 +772,8 @@
   <!-- Clean.  Delete the build files, and their directories              -->
   <!-- Clean.  Delete the build files, and their directories              -->
   <!-- ================================================================== -->
   <!-- ================================================================== -->
   <target name="clean" depends="clean-contrib" description="Clean.  Delete the build files, and their directories">
   <target name="clean" depends="clean-contrib" description="Clean.  Delete the build files, and their directories">
-  	<delete dir="${build.dir}"/>
+    <delete dir="${build.dir}"/>
+    <delete dir="src/docs/build"/>
   </target>
   </target>
 
 
   <!-- ================================================================== -->
   <!-- ================================================================== -->

+ 9 - 39
docs/cluster_setup.html

@@ -60,12 +60,15 @@
     |start Tabs
     |start Tabs
     +-->
     +-->
 <ul id="tabs">
 <ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
+<li>
+<a class="unselected" href="http://lucene.apache.org/hadoop/">Project</a>
 </li>
 </li>
 <li>
 <li>
 <a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
 <a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
 </li>
 </li>
+<li class="current">
+<a class="selected" href="index.html">Hadoop 0.16 Documentation</a>
+</li>
 </ul>
 </ul>
 <!--+
 <!--+
     |end Tabs
     |end Tabs
@@ -99,25 +102,10 @@ document.write("Last Published: " + document.lastModified);
     |start Menu
     |start Menu
     +-->
     +-->
 <div id="menu">
 <div id="menu">
-<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
-<div id="menu_1.1" class="menuitemgroup">
-<div class="menuitem">
-<a href="releases.html">Releases</a>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menuitem">
-<a href="credits.html">Credits</a>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_selected_1.2', 'skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documentation</div>
-<div id="menu_selected_1.2" class="selectedmenuitemgroup" style="display: block;">
+<div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documentation</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
 <div class="menuitem">
-<a href="documentation.html">Overview</a>
+<a href="index.html">Overview</a>
 </div>
 </div>
 <div class="menuitem">
 <div class="menuitem">
 <a href="quickstart.html">Quickstart</a>
 <a href="quickstart.html">Quickstart</a>
@@ -141,25 +129,7 @@ document.write("Last Published: " + document.lastModified);
 <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
 <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
 </div>
 </div>
 <div class="menuitem">
 <div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html">Issue Tracking</a>
-</div>
-<div class="menuitem">
-<a href="version_control.html">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menuitem">
-<a href="irc.html">IRC Channel</a>
+<a href="http://lucene.apache.org/hadoop/mailing_lists.html">Mailing Lists</a>
 </div>
 </div>
 </div>
 </div>
 <div id="credit"></div>
 <div id="credit"></div>

+ 0 - 400
docs/credits.html

@@ -1,400 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
-<meta name="Forrest-skin-name" content="pelt">
-<title>Hadoop credits</title>
-<link type="text/css" href="skin/basic.css" rel="stylesheet">
-<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
-<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
-<link type="text/css" href="skin/profile.css" rel="stylesheet">
-<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
-<link rel="shortcut icon" href="images/favicon.ico">
-</head>
-<body onload="init()">
-<script type="text/javascript">ndeSetTextSize();</script>
-<div id="top">
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://lucene.apache.org/">Lucene</a> &gt; <a href="http://lucene.apache.org/hadoop/">Hadoop</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
-</div>
-<!--+
-    |header
-    +-->
-<div class="header">
-<!--+
-    |start group logo
-    +-->
-<div class="grouplogo">
-<a href="http://lucene.apache.org/"><img class="logoImage" alt="Lucene" src="images/lucene_green_150.gif" title="Apache Lucene"></a>
-</div>
-<!--+
-    |end group logo
-    +-->
-<!--+
-    |start Project Logo
-    +-->
-<div class="projectlogo">
-<a href="http://lucene.apache.org/hadoop/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Computing Platform"></a>
-</div>
-<!--+
-    |end Project Logo
-    +-->
-<!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="lucene.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
-    |start Tabs
-    +-->
-<ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
-</li>
-<li>
-<a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
-</li>
-</ul>
-<!--+
-    |end Tabs
-    +-->
-</div>
-</div>
-<div id="main">
-<div id="publishedStrip">
-<!--+
-    |start Subtabs
-    +-->
-<div id="level2tabs"></div>
-<!--+
-    |end Endtabs
-    +-->
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-
-             &nbsp;
-           </div>
-<!--+
-    |start Menu, mainarea
-    +-->
-<!--+
-    |start Menu
-    +-->
-<div id="menu">
-<div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Project</div>
-<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
-<div class="menuitem">
-<a href="releases.html">Releases</a>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menupage">
-<div class="menupagetitle">Credits</div>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
-<div id="menu_1.2" class="menuitemgroup">
-<div class="menuitem">
-<a href="documentation.html">Overview</a>
-</div>
-<div class="menuitem">
-<a href="quickstart.html">Quickstart</a>
-</div>
-<div class="menuitem">
-<a href="cluster_setup.html">Cluster Setup</a>
-</div>
-<div class="menuitem">
-<a href="hdfs_design.html">HDFS Architecture</a>
-</div>
-<div class="menuitem">
-<a href="mapred_tutorial.html">Map-Reduce Tutorial</a>
-</div>
-<div class="menuitem">
-<a href="api/index.html">API Docs</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/">Wiki</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
-</div>
-<div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html">Issue Tracking</a>
-</div>
-<div class="menuitem">
-<a href="version_control.html">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menuitem">
-<a href="irc.html">IRC Channel</a>
-</div>
-</div>
-<div id="credit"></div>
-<div id="roundbottom">
-<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
-<!--+
-  |alternative credits
-  +-->
-<div id="credit2"></div>
-</div>
-<!--+
-    |end Menu
-    +-->
-<!--+
-    |start content
-    +-->
-<div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="credits.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
-<h1>Hadoop credits</h1>
-<div id="minitoc-area">
-<ul class="minitoc">
-<li>
-<a href="#Committers">Committers</a>
-</li>
-<li>
-<a href="#Contributors">Contributors</a>
-</li>
-<li>
-<a href="#Emeriti">Emeriti</a>
-</li>
-</ul>
-</div>
-
-
-<a name="N1000C"></a><a name="Committers"></a>
-<h2 class="h3">Committers</h2>
-<div class="section">
-<p>Hadoop's active committers are:</p>
-<table class="ForrestTable" cellspacing="1" cellpadding="4">
-
-  
-<tr>
-    
-<th colspan="1" rowspan="1">username</th>
-    <th colspan="1" rowspan="1">name</th>
-    <th colspan="1" rowspan="1">organization</th>
-    <th colspan="1" rowspan="1">roles</th>
-    <th colspan="1" rowspan="1">timezone</th>
-  
-</tr>
-
-  
-<tr>
-    
-<td colspan="1" rowspan="1">ab</td>
-    <td colspan="1" rowspan="1">Andrzej Bialecki</td>
-    <td colspan="1" rowspan="1">Getopt</td>
-    <td colspan="1" rowspan="1"></td>
-    <td colspan="1" rowspan="1">+1</td>
-  
-</tr>
-
-  
-<tr>
-    
-<td colspan="1" rowspan="1">acmurthy</td>
-    <td colspan="1" rowspan="1"><a href="http://people.apache.org/~acmurthy">Arun C Murthy</a></td>
-    <td colspan="1" rowspan="1">Yahoo!</td>
-    <td colspan="1" rowspan="1"></td>
-    <td colspan="1" rowspan="1">+5.5</td>
-  
-</tr>
-
-  
-<tr>
-    
-<td colspan="1" rowspan="1">cutting</td>
-    <td colspan="1" rowspan="1"><a href="http://blog.lucene.com/">Doug Cutting</a></td>
-    <td colspan="1" rowspan="1">Yahoo!</td>
-    <td colspan="1" rowspan="1"></td>
-    <td colspan="1" rowspan="1">-8</td>
-  
-</tr>
-
-  
-<tr>
-    
-<td colspan="1" rowspan="1">ddas</td>
-    <td colspan="1" rowspan="1"><a href="http://people.apache.org/~ddas">Devaraj Das</a></td>
-    <td colspan="1" rowspan="1">Yahoo!</td>
-    <td colspan="1" rowspan="1"></td>
-    <td colspan="1" rowspan="1">+5.5</td>
-  
-</tr>
-
-  
-<tr>
-    
-<td colspan="1" rowspan="1">dhruba</td>
-    <td colspan="1" rowspan="1">Dhruba Borthakur</td>
-    <td colspan="1" rowspan="1">Yahoo!</td>
-    <td colspan="1" rowspan="1"></td>
-    <td colspan="1" rowspan="1">-8</td>
-  
-</tr>
-
-  
-<tr>
-    
-<td colspan="1" rowspan="1">enis</td>
-    <td colspan="1" rowspan="1"><a href="http://people.apache.org/~enis">Enis Soztutar</a></td>
-    <td colspan="1" rowspan="1">Agmlab</td>
-    <td colspan="1" rowspan="1"></td>
-    <td colspan="1" rowspan="1">+2</td>
-  
-</tr>
-
-  
-<tr>
-    
-<td colspan="1" rowspan="1">jimk</td>
-    <td colspan="1" rowspan="1">Jim Kellerman</td>
-    <td colspan="1" rowspan="1">Powerset</td>
-    <td colspan="1" rowspan="1">HBase</td>
-    <td colspan="1" rowspan="1">-8</td>
-  
-</tr>
-
-  
-<tr>
-    
-<td colspan="1" rowspan="1">nigel</td>
-    <td colspan="1" rowspan="1"><a href="http://people.apache.org/~nigel">Nigel Daley</a></td>
-    <td colspan="1" rowspan="1">Yahoo!</td>
-    <td colspan="1" rowspan="1">QA</td>
-    <td colspan="1" rowspan="1">-8</td>
-  
-</tr>
-    
-  
-<tr>
-    
-<td colspan="1" rowspan="1">omalley</td>
-    <td colspan="1" rowspan="1"><a href="http://people.apache.org/~omalley">Owen O'Malley</a></td>
-    <td colspan="1" rowspan="1">Yahoo!</td>
-    <td colspan="1" rowspan="1"></td>
-    <td colspan="1" rowspan="1">-8</td>
-  
-</tr>
-    
-  
-<tr>
-    
-<td colspan="1" rowspan="1">stack</td>
-    <td colspan="1" rowspan="1">Michael Stack</td>
-    <td colspan="1" rowspan="1">Powerset</td>
-    <td colspan="1" rowspan="1">HBase</td>
-    <td colspan="1" rowspan="1">-8</td>
-  
-</tr>
-    
-  
-<tr>
-    
-<td colspan="1" rowspan="1">taton</td>
-    <td colspan="1" rowspan="1"><a href="http://people.apache.org/~taton">Christophe Taton</a></td>
-    <td colspan="1" rowspan="1">INRIA</td>
-    <td colspan="1" rowspan="1"></td>
-    <td colspan="1" rowspan="1">+1</td>
-  
-</tr>
-    
-  
-<tr>
-    
-<td colspan="1" rowspan="1">tomwhite</td>
-    <td colspan="1" rowspan="1"><a href="http://weblogs.java.net/blog/tomwhite/">Tom White</a></td>
-    <td colspan="1" rowspan="1"></td>
-    <td colspan="1" rowspan="1"></td>
-    <td colspan="1" rowspan="1">0</td>
-  
-</tr>
-
-
-</table>
-</div>
-
-
-<a name="N1018B"></a><a name="Contributors"></a>
-<h2 class="h3">Contributors</h2>
-<div class="section">
-<p>A list of Hadoop contributors and their contributions is available from
-<a href="https://issues.apache.org/jira/secure/ConfigureReport.jspa?versionId=-2&selectedProjectId=12310240&reportKey=com.sourcelabs.jira.plugin.report.contributions%3Acontributionreport&Next=Next">Jira</a>
-
-</p>
-</div>
-
-
-<a name="N10199"></a><a name="Emeriti"></a>
-<h2 class="h3">Emeriti</h2>
-<div class="section">
-<p>Committers who are no longer active on Hadoop are:</p>
-<ul>
-  
-<li>Mike Cafarella</li>
-
-</ul>
-</div>
-
-
-</div>
-<!--+
-    |end content
-    +-->
-<div class="clearboth">&nbsp;</div>
-</div>
-<div id="footer">
-<!--+
-    |start bottomstrip
-    +-->
-<div class="lastmodified">
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<div class="copyright">
-        Copyright &copy;
-         2007 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
-</div>
-<!--+
-    |end bottomstrip
-    +-->
-</div>
-</body>
-</html>

File diff suppressed because it is too large
+ 0 - 63
docs/credits.pdf


+ 0 - 44
docs/doap.rdf

@@ -1,44 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl"?>
-<rdf:RDF xml:lang="en"
-         xmlns="http://usefulinc.com/ns/doap#" 
-         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
-         xmlns:asfext="http://projects.apache.org/ns/asfext#"
-         xmlns:foaf="http://xmlns.com/foaf/0.1/">
-<!--
-  =======================================================================
-
-   Copyright (c) 2006 The Apache Software Foundation.  
-   All rights reserved.
-
-  =======================================================================
--->
-  <Project rdf:about="http://lucene.apache.org/hadoop/">
-    <created>2006-02-28</created>
-    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
-    <name>Apache Hadoop</name>
-    <homepage rdf:resource="http://lucene.apache.org/hadoop/" />
-    <asfext:pmc rdf:resource="http://lucene.apache.org" />
-    <shortdesc>A distributed computing platform.</shortdesc>
-    <description>Hadoop is a Lucene sub-project that contains the distributed computing platform that was formerly a part of Nutch. This includes the Hadoop Distributed Filesystem (HDFS) and an implementation of MapReduce.</description>
-    <bug-database rdf:resource="http://nagoya.apache.org/jira/browse/HADOOP" />
-    <mailing-list rdf:resource="http://lucene.apache.org/hadoop/mailing_lists.html" />
-    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/" />
-    <programming-language>Java</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/database" />
-    <release>
-      <Version>
-        <branch>branch-0.1</branch>
-        <name>nutch-0.1.1</name>
-        <created>2006-04-07</created>
-        <revision>0.1.1</revision>
-      </Version>
-    </release>
-    <repository>
-      <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/lucene/hadoop/"/>
-        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/lucene/hadoop/"/>
-      </SVNRepository>
-    </repository>
-  </Project>
-</rdf:RDF>

+ 0 - 248
docs/documentation.html

@@ -1,248 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
-<meta name="Forrest-skin-name" content="pelt">
-<title>Hadoop Documentation</title>
-<link type="text/css" href="skin/basic.css" rel="stylesheet">
-<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
-<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
-<link type="text/css" href="skin/profile.css" rel="stylesheet">
-<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
-<link rel="shortcut icon" href="images/favicon.ico">
-</head>
-<body onload="init()">
-<script type="text/javascript">ndeSetTextSize();</script>
-<div id="top">
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://lucene.apache.org/">Lucene</a> &gt; <a href="http://lucene.apache.org/hadoop/">Hadoop</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
-</div>
-<!--+
-    |header
-    +-->
-<div class="header">
-<!--+
-    |start group logo
-    +-->
-<div class="grouplogo">
-<a href="http://lucene.apache.org/"><img class="logoImage" alt="Lucene" src="images/lucene_green_150.gif" title="Apache Lucene"></a>
-</div>
-<!--+
-    |end group logo
-    +-->
-<!--+
-    |start Project Logo
-    +-->
-<div class="projectlogo">
-<a href="http://lucene.apache.org/hadoop/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Computing Platform"></a>
-</div>
-<!--+
-    |end Project Logo
-    +-->
-<!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="lucene.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
-    |start Tabs
-    +-->
-<ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
-</li>
-<li>
-<a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
-</li>
-</ul>
-<!--+
-    |end Tabs
-    +-->
-</div>
-</div>
-<div id="main">
-<div id="publishedStrip">
-<!--+
-    |start Subtabs
-    +-->
-<div id="level2tabs"></div>
-<!--+
-    |end Endtabs
-    +-->
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-
-             &nbsp;
-           </div>
-<!--+
-    |start Menu, mainarea
-    +-->
-<!--+
-    |start Menu
-    +-->
-<div id="menu">
-<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
-<div id="menu_1.1" class="menuitemgroup">
-<div class="menuitem">
-<a href="releases.html">Releases</a>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menuitem">
-<a href="credits.html">Credits</a>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_selected_1.2', 'skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documentation</div>
-<div id="menu_selected_1.2" class="selectedmenuitemgroup" style="display: block;">
-<div class="menupage">
-<div class="menupagetitle">Overview</div>
-</div>
-<div class="menuitem">
-<a href="quickstart.html">Quickstart</a>
-</div>
-<div class="menuitem">
-<a href="cluster_setup.html">Cluster Setup</a>
-</div>
-<div class="menuitem">
-<a href="hdfs_design.html">HDFS Architecture</a>
-</div>
-<div class="menuitem">
-<a href="mapred_tutorial.html">Map-Reduce Tutorial</a>
-</div>
-<div class="menuitem">
-<a href="api/index.html">API Docs</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/">Wiki</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
-</div>
-<div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html">Issue Tracking</a>
-</div>
-<div class="menuitem">
-<a href="version_control.html">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menuitem">
-<a href="irc.html">IRC Channel</a>
-</div>
-</div>
-<div id="credit"></div>
-<div id="roundbottom">
-<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
-<!--+
-  |alternative credits
-  +-->
-<div id="credit2"></div>
-</div>
-<!--+
-    |end Menu
-    +-->
-<!--+
-    |start content
-    +-->
-<div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="documentation.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
-<h1>Hadoop Documentation</h1>
-    
-<p>
-    The following documents provide concepts and procedures that will help you 
-    get started using Hadoop. If you have more questions, you can ask the 
-    <a href="mailing_lists.html">mailing list</a> or browse the archives.
-    </p>
-    
-<ul>
-      
-<li>
-<a href="quickstart.html">Hadoop Quickstart</a>
-</li>
-      
-<li>
-<a href="cluster_setup.html">Hadoop Cluster Setup</a>
-</li>
-      
-<li>
-<a href="hdfs_design.html">Hadoop Distributed File System</a>
-</li>
-      
-<li>
-<a href="mapred_tutorial.html">Hadoop Map-Reduce Tutorial</a>
-</li>
-      
-<li>
-<a href="api/index.html">API Docs</a>
-</li>
-      
-<li>
-<a href="http://wiki.apache.org/lucene-hadoop/">Wiki</a>
-</li>
-      
-<li>
-<a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
-</li>
-    
-</ul>
-  
-</div>
-<!--+
-    |end content
-    +-->
-<div class="clearboth">&nbsp;</div>
-</div>
-<div id="footer">
-<!--+
-    |start bottomstrip
-    +-->
-<div class="lastmodified">
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<div class="copyright">
-        Copyright &copy;
-         2007 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
-</div>
-<!--+
-    |end bottomstrip
-    +-->
-</div>
-</body>
-</html>

+ 0 - 196
docs/documentation.pdf

@@ -1,196 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 1161 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gat=+9lldX&A@ZcFA-:M<CfZ:A(!2N3n'KDp.Puk%g:'6'5SXPilSs=ps]A"&5Ne]0&$'V/ut8I?<U]R)57TfBXtQBnIo"-D(HV<rF[@Yn-OkX-6ud_d,0a'r[Np=Qfp5JV1*T-'*n>.m5$s7j8C;#LR(.^-q?1t5W_NlFg3&aKs]X8!eqL%0%P"V`Q)r40s4N9S/U!&M-n.8#RfX?TFPpt^L)-7#ATMO$7s9,IV,Zk(e)HuWp!il[l?=d7Y.Kpo92kMl?'We$3rXeML!ptW2^jrNk=rigX^iX=mk8P=>.3WMdiTV7Y1_l&*f9@_q\7oq:j>DYq"GjiB+?4/$R'JQHq88nor0[)&?2[Sd5oZ\VlJ]@GP/>b9f:'TXFn+"VbD.LJ_3/PJhm<Jlk\[%j==_K%ZOUs$e.M_'Tj%Nl!WRe\]#X0W,*YCZE?4pF1r[WB+&HDMN2C'NN0M8[&Y2<JoP5@ukFH`\<a%e0Cf;Un0K,j_BZa=UNpBf^ieB)3b2?ee>6o_:(37dG0\2e,2AC6@kY-0SGO9#Z#ehntQbug,9Z/^!FUS\_OJ<MEI8LSEafI^X0Dj:,Gf2g2gl"27rcgTn*8*X^JN_#"%V2.)li'FbXqO7X:H%A5$nX]&43b>XJM="e^0`GhsFJFX.[5:g&77eITU;pAB@^U)XZ9+)9,irBS/T3NjNT!]dAjZl`HW9'A+MTHTub)a-`Un0p:dAY65g?SK2m[NS%'DlPHI69+Fl2PED.D&A6QP'u8?b+5CJ6F_FLI7=sHl@$'W-r@O#dp$]KViMjZPr!Mg*uCtlViMeCH%#%(i6\"Ea&%>W<\W+F#(kP3HgV#)^Q1I&J,+lG&,I=bN&F-9^7J%tKL6$rLYrjS-Jm?j6@n91T#F:b8$cAd'(!n^%DA3001L.2A$kp!fbtLYLTZ*`NKNtV1d*)4oE0nUJ;2uWot&0d>,c?e&?EQodTQ5XmK`/tNY'ICLJ_HO=^<2q:$>CJ*6o1ub;0)-jD`Zil':2\5#\]JDGTNOX8=OB`[V/GH3UrcY:U07.7]4]l\:,YkKPBVUoqU$IQ#g<7<#%]Q'PJ,>N3P)&oP.Gq5Sk=gbooo`&1Toh-([t#=!b4,$nnP567A138^p^Y@A!XWis^j.(N8aX&LCKC5#CIrrIqX;Xs~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
-/Annots 7 0 R
->>
-endobj
-7 0 obj
-[
-8 0 R
-9 0 R
-10 0 R
-11 0 R
-12 0 R
-13 0 R
-14 0 R
-15 0 R
-]
-endobj
-8 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 376.956 572.6 431.304 560.6 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (mailing_lists.html)
-/S /URI >>
-/H /I
->>
-endobj
-9 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 542.2 198.984 530.2 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (quickstart.html)
-/S /URI >>
-/H /I
->>
-endobj
-10 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 529.0 213.996 517.0 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (cluster_setup.html)
-/S /URI >>
-/H /I
->>
-endobj
-11 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 515.8 263.004 503.8 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (hdfs_design.html)
-/S /URI >>
-/H /I
->>
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 502.6 252.636 490.6 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (mapred_tutorial.html)
-/S /URI >>
-/H /I
->>
-endobj
-13 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 489.4 154.992 477.4 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (api/index.html)
-/S /URI >>
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 476.2 132.0 464.2 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.apache.org/lucene-hadoop/)
-/S /URI >>
-/H /I
->>
-endobj
-15 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 463.0 132.0 451.0 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.apache.org/lucene-hadoop/FAQ)
-/S /URI >>
-/H /I
->>
-endobj
-16 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-17 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-18 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-19 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 1
-/Kids [6 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F3 16 0 R /F5 17 0 R /F1 18 0 R /F2 19 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] >> 
-endobj
-xref
-0 20
-0000000000 65535 f 
-0000003322 00000 n 
-0000003380 00000 n 
-0000003430 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000001324 00000 n 
-0000001444 00000 n 
-0000001517 00000 n 
-0000001684 00000 n 
-0000001846 00000 n 
-0000002012 00000 n 
-0000002176 00000 n 
-0000002344 00000 n 
-0000002506 00000 n 
-0000002689 00000 n 
-0000002875 00000 n 
-0000002988 00000 n 
-0000003098 00000 n 
-0000003206 00000 n 
-trailer
-<<
-/Size 20
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-3542
-%%EOF

+ 9 - 39
docs/hdfs_design.html

@@ -62,12 +62,15 @@
     |start Tabs
     |start Tabs
     +-->
     +-->
 <ul id="tabs">
 <ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
+<li>
+<a class="unselected" href="http://lucene.apache.org/hadoop/">Project</a>
 </li>
 </li>
 <li>
 <li>
 <a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
 <a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
 </li>
 </li>
+<li class="current">
+<a class="selected" href="index.html">Hadoop 0.16 Documentation</a>
+</li>
 </ul>
 </ul>
 <!--+
 <!--+
     |end Tabs
     |end Tabs
@@ -101,25 +104,10 @@ document.write("Last Published: " + document.lastModified);
     |start Menu
     |start Menu
     +-->
     +-->
 <div id="menu">
 <div id="menu">
-<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
-<div id="menu_1.1" class="menuitemgroup">
-<div class="menuitem">
-<a href="releases.html">Releases</a>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menuitem">
-<a href="credits.html">Credits</a>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_selected_1.2', 'skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documentation</div>
-<div id="menu_selected_1.2" class="selectedmenuitemgroup" style="display: block;">
+<div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documentation</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
 <div class="menuitem">
-<a href="documentation.html">Overview</a>
+<a href="index.html">Overview</a>
 </div>
 </div>
 <div class="menuitem">
 <div class="menuitem">
 <a href="quickstart.html">Quickstart</a>
 <a href="quickstart.html">Quickstart</a>
@@ -143,25 +131,7 @@ document.write("Last Published: " + document.lastModified);
 <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
 <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
 </div>
 </div>
 <div class="menuitem">
 <div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html">Issue Tracking</a>
-</div>
-<div class="menuitem">
-<a href="version_control.html">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menuitem">
-<a href="irc.html">IRC Channel</a>
+<a href="http://lucene.apache.org/hadoop/mailing_lists.html">Mailing Lists</a>
 </div>
 </div>
 </div>
 </div>
 <div id="credit"></div>
 <div id="credit"></div>

+ 34 - 141
docs/index.html

@@ -5,7 +5,7 @@
 <meta content="Apache Forrest" name="Generator">
 <meta content="Apache Forrest" name="Generator">
 <meta name="Forrest-version" content="0.8">
 <meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="pelt">
 <meta name="Forrest-skin-name" content="pelt">
-<title>Welcome to Hadoop!</title>
+<title>Hadoop Documentation</title>
 <link type="text/css" href="skin/basic.css" rel="stylesheet">
 <link type="text/css" href="skin/basic.css" rel="stylesheet">
 <link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
 <link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
 <link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
 <link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
@@ -60,12 +60,15 @@
     |start Tabs
     |start Tabs
     +-->
     +-->
 <ul id="tabs">
 <ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
+<li>
+<a class="unselected" href="http://lucene.apache.org/hadoop/">Project</a>
 </li>
 </li>
 <li>
 <li>
 <a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
 <a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
 </li>
 </li>
+<li class="current">
+<a class="selected" href="index.html">Hadoop 0.16 Documentation</a>
+</li>
 </ul>
 </ul>
 <!--+
 <!--+
     |end Tabs
     |end Tabs
@@ -99,25 +102,10 @@ document.write("Last Published: " + document.lastModified);
     |start Menu
     |start Menu
     +-->
     +-->
 <div id="menu">
 <div id="menu">
-<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
-<div id="menu_1.1" class="menuitemgroup">
-<div class="menuitem">
-<a href="releases.html">Releases</a>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menuitem">
-<a href="credits.html">Credits</a>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
-<div id="menu_1.2" class="menuitemgroup">
-<div class="menuitem">
-<a href="documentation.html">Overview</a>
+<div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documentation</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
+<div class="menupage">
+<div class="menupagetitle">Overview</div>
 </div>
 </div>
 <div class="menuitem">
 <div class="menuitem">
 <a href="quickstart.html">Quickstart</a>
 <a href="quickstart.html">Quickstart</a>
@@ -141,25 +129,7 @@ document.write("Last Published: " + document.lastModified);
 <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
 <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
 </div>
 </div>
 <div class="menuitem">
 <div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html">Issue Tracking</a>
-</div>
-<div class="menuitem">
-<a href="version_control.html">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menuitem">
-<a href="irc.html">IRC Channel</a>
+<a href="http://lucene.apache.org/hadoop/mailing_lists.html">Mailing Lists</a>
 </div>
 </div>
 </div>
 </div>
 <div id="credit">
 <div id="credit">
@@ -184,122 +154,45 @@ document.write("Last Published: " + document.lastModified);
 <a class="dida" href="index.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
 <a class="dida" href="index.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
         PDF</a>
         PDF</a>
 </div>
 </div>
-<h1>Welcome to Hadoop!</h1>
-<div id="minitoc-area">
-<ul class="minitoc">
-<li>
-<a href="#Getting+Started"> Getting Started </a>
-</li>
-<li>
-<a href="#Getting+Involved"> Getting Involved </a>
-</li>
-</ul>
-</div>
+<h1>Hadoop Documentation</h1>
     
     
 <p>
 <p>
-    Hadoop is a software platform that lets one easily write and run
-    applications that process vast amounts of data.</p>
-
-    
-<p>Here's what makes Hadoop especially useful:</p>
+    The following documents provide concepts and procedures that will help you 
+    get started using Hadoop. If you have more questions, you can ask the 
+    <a href="http://lucene.apache.org/hadoop/mailing_lists.html">mailing list</a> or browse the archives.
+    </p>
     
     
 <ul>
 <ul>
       
       
 <li>
 <li>
-<strong>Scalable:</strong>
-      Hadoop can reliably store and process petabytes.</li>
+<a href="quickstart.html">Hadoop Quickstart</a>
+</li>
       
       
 <li>
 <li>
-<strong>Economical:</strong>
-      It distributes the data and processing across clusters of
-      commonly available computers. These clusters can number into the
-      thousands of nodes.</li>
+<a href="cluster_setup.html">Hadoop Cluster Setup</a>
+</li>
       
       
 <li>
 <li>
-<strong>Efficient:</strong>
-      By distributing the data, Hadoop can process it in parallel on
-      the nodes where the data is located. This makes it extremely
-      rapid.</li>
+<a href="hdfs_design.html">Hadoop Distributed File System</a>
+</li>
       
       
 <li>
 <li>
-<strong>Reliable:</strong>
-      Hadoop automatically maintains multiple copies of data and
-      automatically redeploys computing tasks based on failures.</li>
-    
-</ul>
-    
-<p>
-    Hadoop implements <a href="http://wiki.apache.org/lucene-hadoop/HadoopMapReduce">MapReduce</a>,
-    using the Hadoop Distributed File System (<a href="hdfs_design.html"><acronym title="Hadoop Distributed File System">HDFS</acronym></a>) (see figure below.)  MapReduce divides
-    applications into many small blocks of work.  HDFS creates
-    multiple replicas of data blocks for reliability, placing them on
-    compute nodes around the cluster.  MapReduce can then process the
-    data where it is located.
-    </p>
-
-    
-<p>Hadoop has been demonstrated on clusters with 2000 nodes.
-    The current design target is 10,000 node clusters.</p>
-
-    
-<p>Hadoop is a <a href="http://lucene.apache.org/">Lucene</a> sub-project
-    that contains the distributed computing platform that was
-    formerly a part of <a href="http://lucene.apache.org/nutch/">Nutch</a>. 
-    </p>
-
-    
-<p>For more information about Hadoop, please see the <a href="http://wiki.apache.org/lucene-hadoop/">Hadoop wiki.</a>
-</p>     
-
-
-    
-<div id="" style="text-align: center;">
-<img id="" class="figure" alt="architecture" src="images/architecture.gif"></div>
-
-    
-<a name="N1004E"></a><a name="Getting+Started"></a>
-<h2 class="h3"> Getting Started </h2>
-<div class="section">
-<p>
-      The Hadoop project plans to scale Hadoop up to handling thousands of computers. However, to begin with you can start by installing in on a single machine or a very small cluster.
-      </p>
-<ol>
-        
-<li>
-<a href="documentation.html">Learn about</a> Hadoop by reading the documentation.</li>
-        
-<li>
-<a href="releases.html">Download</a> Hadoop from the release page.</li>
-        
-<li>Hadoop <a href="quickstart.html">Quickstart</a>.</li>
-        
+<a href="mapred_tutorial.html">Hadoop Map-Reduce Tutorial</a>
+</li>
+      
 <li>
 <li>
-<a href="cluster_setup.html">Hadoop Cluster Setup</a>.</li>
-        
+<a href="api/index.html">API Docs</a>
+</li>
+      
 <li>
 <li>
-<a href="mailing_lists.html">Discuss it</a> on the mailing list.</li>
+<a href="http://wiki.apache.org/lucene-hadoop/">Wiki</a>
+</li>
       
       
-</ol>
-</div>
-
+<li>
+<a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
+</li>
     
     
-<a name="N1007A"></a><a name="Getting+Involved"></a>
-<h2 class="h3"> Getting Involved </h2>
-<div class="section">
-<p>
-      Hadoop is an open source volunteer project under the Apache Software Foundation. We encourage you to learn about the project and contribute your expertise. Here are some starter links:
-      </p>
-<ol>
-        
-<li>See our <a href="http://wiki.apache.org/lucene-hadoop/HowToContribute">How to Contribute to Hadoop</a> page.</li>
-        
-<li>Give us <a href="issue_tracking.html">feedback</a>: What can we do better?</li>
-        
-<li>Join the <a href="mailing_lists.html">mailing list</a>: Meet the community.</li>
-      
-</ol>
-</div>
-
+</ul>
   
   
 </div>
 </div>
 <!--+
 <!--+

File diff suppressed because it is too large
+ 9 - 37
docs/index.pdf


+ 0 - 220
docs/irc.html

@@ -1,220 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
-<meta name="Forrest-skin-name" content="pelt">
-<title>Hadoop IRC Channel</title>
-<link type="text/css" href="skin/basic.css" rel="stylesheet">
-<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
-<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
-<link type="text/css" href="skin/profile.css" rel="stylesheet">
-<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
-<link rel="shortcut icon" href="images/favicon.ico">
-</head>
-<body onload="init()">
-<script type="text/javascript">ndeSetTextSize();</script>
-<div id="top">
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://lucene.apache.org/">Lucene</a> &gt; <a href="http://lucene.apache.org/hadoop/">Hadoop</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
-</div>
-<!--+
-    |header
-    +-->
-<div class="header">
-<!--+
-    |start group logo
-    +-->
-<div class="grouplogo">
-<a href="http://lucene.apache.org/"><img class="logoImage" alt="Lucene" src="images/lucene_green_150.gif" title="Apache Lucene"></a>
-</div>
-<!--+
-    |end group logo
-    +-->
-<!--+
-    |start Project Logo
-    +-->
-<div class="projectlogo">
-<a href="http://lucene.apache.org/hadoop/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Computing Platform"></a>
-</div>
-<!--+
-    |end Project Logo
-    +-->
-<!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="lucene.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
-    |start Tabs
-    +-->
-<ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
-</li>
-<li>
-<a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
-</li>
-</ul>
-<!--+
-    |end Tabs
-    +-->
-</div>
-</div>
-<div id="main">
-<div id="publishedStrip">
-<!--+
-    |start Subtabs
-    +-->
-<div id="level2tabs"></div>
-<!--+
-    |end Endtabs
-    +-->
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-
-             &nbsp;
-           </div>
-<!--+
-    |start Menu, mainarea
-    +-->
-<!--+
-    |start Menu
-    +-->
-<div id="menu">
-<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
-<div id="menu_1.1" class="menuitemgroup">
-<div class="menuitem">
-<a href="releases.html">Releases</a>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menuitem">
-<a href="credits.html">Credits</a>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
-<div id="menu_1.2" class="menuitemgroup">
-<div class="menuitem">
-<a href="documentation.html">Overview</a>
-</div>
-<div class="menuitem">
-<a href="quickstart.html">Quickstart</a>
-</div>
-<div class="menuitem">
-<a href="cluster_setup.html">Cluster Setup</a>
-</div>
-<div class="menuitem">
-<a href="hdfs_design.html">HDFS Architecture</a>
-</div>
-<div class="menuitem">
-<a href="mapred_tutorial.html">Map-Reduce Tutorial</a>
-</div>
-<div class="menuitem">
-<a href="api/index.html">API Docs</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/">Wiki</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
-</div>
-<div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Developers</div>
-<div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html">Issue Tracking</a>
-</div>
-<div class="menuitem">
-<a href="version_control.html">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menupage">
-<div class="menupagetitle">IRC Channel</div>
-</div>
-</div>
-<div id="credit"></div>
-<div id="roundbottom">
-<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
-<!--+
-  |alternative credits
-  +-->
-<div id="credit2"></div>
-</div>
-<!--+
-    |end Menu
-    +-->
-<!--+
-    |start content
-    +-->
-<div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="irc.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
-<h1>Hadoop IRC Channel</h1>
-
-    
-<p>There is an IRC channel dedicated to hadoop at <strong>irc.freenode.org</strong>. 
-    The name of the channel is <strong>#hadoop</strong>.</p> 
-    
-    
-<p>
-      The IRC channel can be used for online discussion about hadoop related stuff, but developers should be careful to transfer all the official decisions or useful discussions to the issue tracking system.
-    </p>  
-
-  
-</div>
-<!--+
-    |end content
-    +-->
-<div class="clearboth">&nbsp;</div>
-</div>
-<div id="footer">
-<!--+
-    |start bottomstrip
-    +-->
-<div class="lastmodified">
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<div class="copyright">
-        Copyright &copy;
-         2007 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
-</div>
-<!--+
-    |end bottomstrip
-    +-->
-</div>
-</body>
-</html>

+ 0 - 94
docs/irc.pdf

@@ -1,94 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 620 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gasam9lJf0&A@sB+SE%&>(SK]lXR58eFqJE\$QBl@?'Q+/_I&nmu,f`0NN@tb*(!Ok2X,mc[D#54qrf.9MhK?14<\&cp#VbM,0/sBs2%M(ZcDi#P>P%,[0Ak2s:@G[de2*q:dNQ>pl^Rr=/U[RP3&I7ld,gY8m,5_BiWs_kp@=9eQ3_ZnW`+Kh^lSS/KBocEbitejqNo2JimUXh32\c]3e4'WX/A(6maGdrgtr9<>g)f!PiH^]+O-7OYDg>MJ0P4;(E)M??+=KDa]92hWQHXtlA5/fA7opihVt=0p21fEHQ22T'0[[:<6F$EEj823P26:V^cTY\r0?+GfEE"]nnAj;<Jg^m0.bj)D]_?M3X(#fEV6H]STADUl)Yh,3ueOa7Vs$h_lWZ#;9oP/8_4p6WC2nA5C3!):l8<snE'2U[C]X%P5T!<*Y1=;5fk3%5WGACI[[^+cRFbjuHc(Zpj1r+549B_i>GF]dAZA!?jTNKKE=:+BLg`(i5tVAsl8FS7T(T>hD$kKEYRdY`#uI<*VQ?#im\Qre@mSNFQ1ZgWW*FFI&X-U\9?&j!Mb%.9-B6N#[(iK*J9kJ<.d'giZC"1,Nt1H<>`!3;djZYBO6^Toje-N~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
->>
-endobj
-7 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-8 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-9 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-10 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
-/Encoding /WinAnsiEncoding >>
-endobj
-11 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F7
-/BaseFont /Times-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 1
-/Kids [6 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F3 7 0 R /F5 8 0 R /F1 9 0 R /F2 10 0 R /F7 11 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] >> 
-endobj
-xref
-0 12
-0000000000 65535 f 
-0000001441 00000 n 
-0000001499 00000 n 
-0000001549 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000782 00000 n 
-0000000888 00000 n 
-0000001000 00000 n 
-0000001109 00000 n 
-0000001216 00000 n 
-0000001332 00000 n 
-trailer
-<<
-/Size 12
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-1669
-%%EOF

+ 0 - 223
docs/issue_tracking.html

@@ -1,223 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
-<meta name="Forrest-skin-name" content="pelt">
-<title>Hadoop Issue Tracking</title>
-<link type="text/css" href="skin/basic.css" rel="stylesheet">
-<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
-<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
-<link type="text/css" href="skin/profile.css" rel="stylesheet">
-<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
-<link rel="shortcut icon" href="images/favicon.ico">
-</head>
-<body onload="init()">
-<script type="text/javascript">ndeSetTextSize();</script>
-<div id="top">
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://lucene.apache.org/">Lucene</a> &gt; <a href="http://lucene.apache.org/hadoop/">Hadoop</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
-</div>
-<!--+
-    |header
-    +-->
-<div class="header">
-<!--+
-    |start group logo
-    +-->
-<div class="grouplogo">
-<a href="http://lucene.apache.org/"><img class="logoImage" alt="Lucene" src="images/lucene_green_150.gif" title="Apache Lucene"></a>
-</div>
-<!--+
-    |end group logo
-    +-->
-<!--+
-    |start Project Logo
-    +-->
-<div class="projectlogo">
-<a href="http://lucene.apache.org/hadoop/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Computing Platform"></a>
-</div>
-<!--+
-    |end Project Logo
-    +-->
-<!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="lucene.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
-    |start Tabs
-    +-->
-<ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
-</li>
-<li>
-<a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
-</li>
-</ul>
-<!--+
-    |end Tabs
-    +-->
-</div>
-</div>
-<div id="main">
-<div id="publishedStrip">
-<!--+
-    |start Subtabs
-    +-->
-<div id="level2tabs"></div>
-<!--+
-    |end Endtabs
-    +-->
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-
-             &nbsp;
-           </div>
-<!--+
-    |start Menu, mainarea
-    +-->
-<!--+
-    |start Menu
-    +-->
-<div id="menu">
-<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
-<div id="menu_1.1" class="menuitemgroup">
-<div class="menuitem">
-<a href="releases.html">Releases</a>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menuitem">
-<a href="credits.html">Credits</a>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
-<div id="menu_1.2" class="menuitemgroup">
-<div class="menuitem">
-<a href="documentation.html">Overview</a>
-</div>
-<div class="menuitem">
-<a href="quickstart.html">Quickstart</a>
-</div>
-<div class="menuitem">
-<a href="cluster_setup.html">Cluster Setup</a>
-</div>
-<div class="menuitem">
-<a href="hdfs_design.html">HDFS Architecture</a>
-</div>
-<div class="menuitem">
-<a href="mapred_tutorial.html">Map-Reduce Tutorial</a>
-</div>
-<div class="menuitem">
-<a href="api/index.html">API Docs</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/">Wiki</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
-</div>
-<div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Developers</div>
-<div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menupage">
-<div class="menupagetitle">Issue Tracking</div>
-</div>
-<div class="menuitem">
-<a href="version_control.html">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menuitem">
-<a href="irc.html">IRC Channel</a>
-</div>
-</div>
-<div id="credit"></div>
-<div id="roundbottom">
-<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
-<!--+
-  |alternative credits
-  +-->
-<div id="credit2"></div>
-</div>
-<!--+
-    |end Menu
-    +-->
-<!--+
-    |start content
-    +-->
-<div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="issue_tracking.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
-<h1>Hadoop Issue Tracking</h1>
-    
-<p>
-    Hadoop tracks both bugs and enhancement requests <a href="http://issues.apache.org/jira/browse/HADOOP">here</a> using Apache JIRA.
-    We welcome input, however, <strong>before filing a request,</strong> please make sure you do the following:
-    </p>
-    
-<ul>
-      
-<li>Search the JIRA database.</li>
-      
-<li>Check the user <a href="mailing_lists.html#Users">mailing list</a>, both by searching the archives and by asking questions.</li>
-    
-</ul>
-  
-</div>
-<!--+
-    |end content
-    +-->
-<div class="clearboth">&nbsp;</div>
-</div>
-<div id="footer">
-<!--+
-    |start bottomstrip
-    +-->
-<div class="lastmodified">
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<div class="copyright">
-        Copyright &copy;
-         2007 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
-</div>
-<!--+
-    |end bottomstrip
-    +-->
-</div>
-</body>
-</html>

+ 0 - 126
docs/issue_tracking.pdf

@@ -1,126 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 760 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gat%!_/e6`&A@rkF<iYAO^q*?]d95t-FY=nl(R?-(kEQ`74]C4^TT=L>!l!<iP;PGHLL7dXn7t`pX9\Y#SWFR!cn33"+lg>7E#-QRN0pI6uXP`P\e^Md<@H,Ap]:s0c@UYkfMO^q_0I!\m?,p47jI<cOQNkb"hFh9J.V,,eCqTa5!USJlj,@9U11-?@n[sk!%-\VM\>kFA_kQ;SUi;<jn:c2$r,lP7mNY%0^0.Z(Sr_&iaoh2CK7J1KSM(Os>Qg0$t`R#![^[Ut]0-dCCZd!p[pMWEWEUe55WM++.;IVJDadLTO0)mGmB-QNulpT-1PnH"o5X;8:9uC+<m6<lMMM`dV9,p3NX[nbK-EePT0enKa.l3&A6%-/`.3nt'rGeb\eF2m?EBOBbUuF0.!dfVgZ`C^oV>VY7j]!#NKN/PMb*^!lfQXG%-D1D3g0XcPK]p^QbX`6AdK=XX/JX"qp(<#e[GLfK_/\N97f-&!N)s!K7;1YkY!P3I'OTW#<1*#K)&1E7Gf*ASTnK>D5KZ9u7p08&4\J>/$<4nBie-&j-]oJZ4S`5Moc&IL'W1^n@^jEW6eS?Hc%_'FA(nEkJii]7&M2`BpF:%)>UlqS'sF:_'tFUtAf\WnTpme:oC1hNIM@`_KsHqZ6SW75L#lG<F`\U=,i`(WW?<(f6l'>`)7\P]fd1>>1,>%X%L!T"Zk5%919n2b+<WUO!E.=O.4C9L761,X45L;_Vo_6uK#6,RP*XIYu-H4ERI"2<9H-i~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
-/Annots 7 0 R
->>
-endobj
-7 0 obj
-[
-8 0 R
-9 0 R
-]
-endobj
-8 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 341.616 585.8 362.268 573.8 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://issues.apache.org/jira/browse/HADOOP)
-/S /URI >>
-/H /I
->>
-endobj
-9 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 182.316 542.2 236.664 530.2 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (mailing_lists.html#Users)
-/S /URI >>
-/H /I
->>
-endobj
-10 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-11 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-12 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-13 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
-/Encoding /WinAnsiEncoding >>
-endobj
-14 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F7
-/BaseFont /Times-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 1
-/Kids [6 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F3 10 0 R /F5 11 0 R /F1 12 0 R /F2 13 0 R /F7 14 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] >> 
-endobj
-xref
-0 15
-0000000000 65535 f 
-0000001994 00000 n 
-0000002052 00000 n 
-0000002102 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000922 00000 n 
-0000001042 00000 n 
-0000001073 00000 n 
-0000001265 00000 n 
-0000001438 00000 n 
-0000001551 00000 n 
-0000001661 00000 n 
-0000001769 00000 n 
-0000001885 00000 n 
-trailer
-<<
-/Size 15
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-2225
-%%EOF

+ 10 - 114
docs/linkmap.html

@@ -60,12 +60,15 @@
     |start Tabs
     |start Tabs
     +-->
     +-->
 <ul id="tabs">
 <ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
+<li>
+<a class="unselected" href="http://lucene.apache.org/hadoop/">Project</a>
 </li>
 </li>
 <li>
 <li>
 <a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
 <a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
 </li>
 </li>
+<li class="current">
+<a class="selected" href="index.html">Hadoop 0.16 Documentation</a>
+</li>
 </ul>
 </ul>
 <!--+
 <!--+
     |end Tabs
     |end Tabs
@@ -99,25 +102,10 @@ document.write("Last Published: " + document.lastModified);
     |start Menu
     |start Menu
     +-->
     +-->
 <div id="menu">
 <div id="menu">
-<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
+<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Documentation</div>
 <div id="menu_1.1" class="menuitemgroup">
 <div id="menu_1.1" class="menuitemgroup">
 <div class="menuitem">
 <div class="menuitem">
-<a href="releases.html">Releases</a>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menuitem">
-<a href="credits.html">Credits</a>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
-<div id="menu_1.2" class="menuitemgroup">
-<div class="menuitem">
-<a href="documentation.html">Overview</a>
+<a href="index.html">Overview</a>
 </div>
 </div>
 <div class="menuitem">
 <div class="menuitem">
 <a href="quickstart.html">Quickstart</a>
 <a href="quickstart.html">Quickstart</a>
@@ -141,25 +129,7 @@ document.write("Last Published: " + document.lastModified);
 <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
 <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
 </div>
 </div>
 <div class="menuitem">
 <div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html">Issue Tracking</a>
-</div>
-<div class="menuitem">
-<a href="version_control.html">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menuitem">
-<a href="irc.html">IRC Channel</a>
+<a href="http://lucene.apache.org/hadoop/mailing_lists.html">Mailing Lists</a>
 </div>
 </div>
 </div>
 </div>
 <div id="credit"></div>
 <div id="credit"></div>
@@ -192,40 +162,6 @@ document.write("Last Published: " + document.lastModified);
 <ul>
 <ul>
 
 
   
   
-<ul>
-<li>
-<a>Project</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>project</em>
-</li>
-<ul>
-    
-<ul>
-<li>
-<a href="releases.html">Releases</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>releases</em>
-</li>
-</ul>
-    
-<ul>
-<li>
-<a href="releases.html#News">News</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>news</em>
-</li>
-</ul>
-    
-<ul>
-<li>
-<a href="credits.html">Credits</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>credits</em>
-</li>
-</ul> 
-    
-<ul>
-<li>
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>store</em>
-</li>
-</ul>    
-  
-</ul>
-</ul>
-
-  
 <ul>
 <ul>
 <li>
 <li>
 <a>Documentation</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>docs</em>
 <a>Documentation</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>docs</em>
@@ -234,7 +170,7 @@ document.write("Last Published: " + document.lastModified);
     
     
 <ul>
 <ul>
 <li>
 <li>
-<a href="documentation.html">Overview</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>overview</em>
+<a href="index.html">Overview</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>overview</em>
 </li>
 </li>
 </ul>
 </ul>
     
     
@@ -282,47 +218,7 @@ document.write("Last Published: " + document.lastModified);
     
     
 <ul>
 <ul>
 <li>
 <li>
-<a href="mailing_lists.html#Users">Mailing Lists</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>usermail</em>
-</li>
-</ul>
-  
-</ul>
-</ul>
-
-  
-<ul>
-<li>
-<a>Developers</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>resources</em>
-</li>
-<ul>
-    
-<ul>
-<li>
-<a href="mailing_lists.html#Developers">Mailing Lists</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>devmail</em>
-</li>
-</ul>
-    
-<ul>
-<li>
-<a href="issue_tracking.html">Issue Tracking</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>issues</em>
-</li>
-</ul>
-    
-<ul>
-<li>
-<a href="version_control.html">Version Control</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>vcs</em>
-</li>
-</ul>
-    
-<ul>
-<li>
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>nightly</em>
-</li>
-</ul>
-    
-<ul>
-<li>
-<a href="irc.html">IRC Channel</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>irc</em>
+<a href="http://lucene.apache.org/hadoop/mailing_lists.html">Mailing Lists</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>lists</em>
 </li>
 </li>
 </ul>
 </ul>
   
   

+ 12 - 12
docs/linkmap.pdf

@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 /Producer (FOP 0.20.5) >>
 endobj
 endobj
 5 0 obj
 5 0 obj
-<< /Length 1121 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 782 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
  >>
 stream
 stream
-Gau1.9lK&M&;KZQ'foq;@JMM>R#_H@@X#FUN:tUM$<Em22R;OCP(W`-,pao_ZX=M%Vuo"'"jd'b3&;PGY?*qoOUP.gZh7o6h7m\.ZhkK[T`%5\l/jsZJFFaen$5/QmSki(A>_C?m$j27WdWNVrB.>#IlH52]pYKGFPG!Imlk93B'Wg*1<U6#PQNq3kC>o\afW%PF!d9$F5fEBq=.!0%493]\_kPT;!HfMOhE^&.=WVsg/I9"WNJ0IeIP-$(NpL$B-esa,PsEYfmbOg60B$'+e[/^r?uE_h-(X8L&_#>o4!g]?kDK,PU-f6:2>eU@.#-c!Z2-oV[-"Ts(_0jZKbA^#UC1CLD'JsRrL(K-5a2K&[#?k8C>O3)3!^$X,9`k]GOouK,>:7Z7kbtSVdtD0FdEYUVR*X>*(a]?4gH[=\fX#kUHkJ/HC>iok\]+Mpj[)?ZDVIhrcQ&l\E_3)3L&$(B_(Jf4I&<.:pob^XUf<ZUIOZ9"4'Q,@b$a6FEuQi&_/\62U<tbsBILpNVW>*bsmTUJ#-Z8)sV]:t7qb$^4mR(n3YMX#t]?([+DPa)dpl\m?:.mUSO-f3Dd#Y4GtmfM*-J+F+PnN/s<,G;J3GWOB6oO%3#%BNYC3MbnP#DjH$;cn_%3T>gg%<n9Y"SYPMeVO\>o.Og(3P_QdCLq!%hR?bR$_OQ%fSfoc-oLk0=4@Ws+-MD2B%`)i,r2q)?qOmps>CRR9/b%[27FU>_m,i^UJan_E>c,V_1`nmheYr1jhS2jdHcLDtgP49K=J.Wqdd4'Zid$)liJa?EnfSmbQR89JG2k2N!u3%B4dbLDI0h5WRK3AO'7Ii'*gV15@3QW7K^5c[r,Q77oe9f%EcTptKo4#E/3=N1/=IZqffbpQJg72*hADegon_q93"7_UDs.dp?!f."^8UpGhfq<8q4O0;h36LZGS)F6cOrm</<=Dfp$IIra/s#ZRI3RO^/e103r\(#p$-P0hi=$\"ET[2N/kI\@$V[uD,rTrF*B:Wp,tClM[Q%Rk$<n-lVBL`8ci*YM-T9CGN4'*?[0=oL?9)&0_b"W>ORl*[MP2n^=/SN8JlC.8e5c%2PIq`=jtTI;7lG>dakaWXMMRAIf]@X^b,~>
+GatUr;/b23&BE],.<oYN_>j\H+4GC12mqAf=PCYR:!=pjWaepG2qka5Z.jk7\X'lr8iVq$s#YT5GEE*%<ZrS",*6[EAH/q8JR*d,C;1T2G)fK(6QUmP!.LMVP`b-:6)(kp3P//M_a,9u6n80MhR_RTnYIjt/5:O&IY%-,X3:Pj^%+FK71nU:p2]D(e^ao1.qei`\D]50DtK4kf^,Fj14;+tdWdRUnh!`$Ss&W>C/[!XBdsErg$o>094/AsZelG54pVoK].Jsd87/+)(:i!S(5=m/hsWe5%f&2A,f26,aO"K?j#@2#(4p!dciAEDE?G+DcC.,thLnb;S;S02YXe;=Eh.WC%%,cU7bZ`3Zu8aGH;a;jRu2nR`-eMW?_'rS+Tg[9Z?;qJLY@R,b\(GaNqk/cT%aQ4)MbJQhU#OD9l4G&&ptou1HY!@2XTl!%2A-bitNc:/lUXm?=0fmNc8-4q_jYM.\$s:,`pK"W4L<adn*(Z)m,0*EEq;@]ZIg],]/LCPUP[W;IiA`:q&UL.[a)=g56q[?%2h5+KrBIS"#tEbKb[+33$[R`(,aJLO)e'JO9"[ql+Wq_%Xi9BUPrfli4j?38]V6Bc8%Rf#+UdKdq<7rS=F+b^Y1@H`+=j2GbrNO530qe)7KH"hK$iUBj<tcqYHE_E]E`2HU2#[Y5jkqF_2.PDCutK>@1#is[1VA5P"$WK2NZ[G)YP)r)*]SOF*I]U!$q2&+6/aF&?0\)nqcDe>i81@HhGkWMr\cKMWNc^&^#jNAOSd/O-2^ETT~>
 endstream
 endstream
 endobj
 endobj
 6 0 obj
 6 0 obj
@@ -72,17 +72,17 @@ endobj
 xref
 xref
 0 12
 0 12
 0000000000 65535 f 
 0000000000 65535 f 
-0000001945 00000 n 
-0000002003 00000 n 
-0000002053 00000 n 
+0000001605 00000 n 
+0000001663 00000 n 
+0000001713 00000 n 
 0000000015 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000071 00000 n 
-0000001284 00000 n 
-0000001390 00000 n 
-0000001502 00000 n 
-0000001611 00000 n 
-0000001721 00000 n 
-0000001829 00000 n 
+0000000944 00000 n 
+0000001050 00000 n 
+0000001162 00000 n 
+0000001271 00000 n 
+0000001381 00000 n 
+0000001489 00000 n 
 trailer
 trailer
 <<
 <<
 /Size 12
 /Size 12
@@ -90,5 +90,5 @@ trailer
 /Info 4 0 R
 /Info 4 0 R
 >>
 >>
 startxref
 startxref
-2173
+1833
 %%EOF
 %%EOF

BIN
docs/logos/elephant_rgb.jpg


BIN
docs/logos/elephant_rgb.pdf


BIN
docs/logos/elephant_rgb.png


BIN
docs/logos/hadoop+elephant_rgb.jpg


BIN
docs/logos/hadoop+elephant_rgb.pdf


BIN
docs/logos/hadoop+elephant_rgb.png


BIN
docs/logos/hadoop_rgb.jpg


BIN
docs/logos/hadoop_rgb.pdf


BIN
docs/logos/hadoop_rgb.png


+ 0 - 318
docs/mailing_lists.html

@@ -1,318 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
-<meta name="Forrest-skin-name" content="pelt">
-<title>Hadoop Mailing Lists</title>
-<link type="text/css" href="skin/basic.css" rel="stylesheet">
-<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
-<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
-<link type="text/css" href="skin/profile.css" rel="stylesheet">
-<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
-<link rel="shortcut icon" href="images/favicon.ico">
-</head>
-<body onload="init()">
-<script type="text/javascript">ndeSetTextSize();</script>
-<div id="top">
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://lucene.apache.org/">Lucene</a> &gt; <a href="http://lucene.apache.org/hadoop/">Hadoop</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
-</div>
-<!--+
-    |header
-    +-->
-<div class="header">
-<!--+
-    |start group logo
-    +-->
-<div class="grouplogo">
-<a href="http://lucene.apache.org/"><img class="logoImage" alt="Lucene" src="images/lucene_green_150.gif" title="Apache Lucene"></a>
-</div>
-<!--+
-    |end group logo
-    +-->
-<!--+
-    |start Project Logo
-    +-->
-<div class="projectlogo">
-<a href="http://lucene.apache.org/hadoop/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Computing Platform"></a>
-</div>
-<!--+
-    |end Project Logo
-    +-->
-<!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="lucene.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
-    |start Tabs
-    +-->
-<ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
-</li>
-<li>
-<a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
-</li>
-</ul>
-<!--+
-    |end Tabs
-    +-->
-</div>
-</div>
-<div id="main">
-<div id="publishedStrip">
-<!--+
-    |start Subtabs
-    +-->
-<div id="level2tabs"></div>
-<!--+
-    |end Endtabs
-    +-->
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-
-             &nbsp;
-           </div>
-<!--+
-    |start Menu, mainarea
-    +-->
-<!--+
-    |start Menu
-    +-->
-<div id="menu">
-<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
-<div id="menu_1.1" class="menuitemgroup">
-<div class="menuitem">
-<a href="releases.html">Releases</a>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menuitem">
-<a href="credits.html">Credits</a>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
-<div id="menu_1.2" class="menuitemgroup">
-<div class="menuitem">
-<a href="documentation.html">Overview</a>
-</div>
-<div class="menuitem">
-<a href="quickstart.html">Quickstart</a>
-</div>
-<div class="menuitem">
-<a href="cluster_setup.html">Cluster Setup</a>
-</div>
-<div class="menuitem">
-<a href="hdfs_design.html">HDFS Architecture</a>
-</div>
-<div class="menuitem">
-<a href="mapred_tutorial.html">Map-Reduce Tutorial</a>
-</div>
-<div class="menuitem">
-<a href="api/index.html">API Docs</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/">Wiki</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
-</div>
-<div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html">Issue Tracking</a>
-</div>
-<div class="menuitem">
-<a href="version_control.html">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menuitem">
-<a href="irc.html">IRC Channel</a>
-</div>
-</div>
-<div id="credit"></div>
-<div id="roundbottom">
-<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
-<!--+
-  |alternative credits
-  +-->
-<div id="credit2"></div>
-</div>
-<!--+
-    |end Menu
-    +-->
-<!--+
-    |start content
-    +-->
-<div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="mailing_lists.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
-<h1>Hadoop Mailing Lists</h1>
-<div id="minitoc-area">
-<ul class="minitoc">
-<li>
-<a href="#Users">Users</a>
-</li>
-<li>
-<a href="#Developers">Developers</a>
-</li>
-<li>
-<a href="#Commits">Commits</a>
-</li>
-</ul>
-</div>
-  
-    
-<a name="N1000C"></a><a name="Users"></a>
-<h2 class="h3">Users</h2>
-<div class="section">
-<p>If you use Hadoop, please subscribe to the Hadoop user mailing list.</p>
-<p>
-        The Hadoop user mailing list is :
-        <a href="mailto:hadoop-user@lucene.apache.org">hadoop-user@lucene.apache.org</a>.
-      </p>
-<ul>
-        
-<li>
-<a href="mailto:hadoop-user-subscribe@lucene.apache.org">Subscribe to List</a>
-</li>
-        
-<li>
-<a href="mailto:hadoop-user-unsubscribe@lucene.apache.org">Unsubscribe from List</a>
-</li>
-        
-<li>Search List Archive on <a href="http://www.mail-archive.com/hadoop-user%40lucene.apache.org/">The Mail Archive</a>,
-        <a href="http://www.nabble.com/Hadoop-Users-f17067.html">Nabble</a>,
-        or <a href="http://dir.gmane.org/gmane.comp.jakarta.lucene.hadoop.user">Gmane</a>
-</li>
-        
-<li>
-<a href="http://mail-archives.apache.org/mod_mbox/lucene-hadoop-user/">View List Archive</a> (<a href="http://lucene.apache.org/mail/hadoop-user/">Raw files</a>)</li>
-      
-</ul>
-<div class="note">
-<div class="label">Note</div>
-<div class="content">In order to post to the list, it is necessary to first subscribe to it.</div>
-</div>
-</div>
-  
-    
-<a name="N10045"></a><a name="Developers"></a>
-<h2 class="h3">Developers</h2>
-<div class="section">
-<p>If you'd like to contribute to Hadoop, please subscribe to the
-      Hadoop developer mailing list.</p>
-<p>
-        The Hadoop developer mailing list is :
-        <a href="mailto:hadoop-dev@lucene.apache.org">hadoop-dev@lucene.apache.org</a>.
-      </p>
-<ul>
-        
-<li>
-<a href="mailto:hadoop-dev-subscribe@lucene.apache.org">Subscribe to List</a>
-</li>
-        
-<li>
-<a href="mailto:hadoop-dev-unsubscribe@lucene.apache.org">Unsubscribe from List</a>
-</li>
-        
-<li>Search List Archive on <a href="http://www.mail-archive.com/hadoop-dev%40lucene.apache.org/">The Mail Archive</a>,
-        <a href="http://www.nabble.com/Hadoop-Dev-f17068.html">Nabble</a>,
-        or <a href="http://dir.gmane.org/gmane.comp.jakarta.lucene.hadoop.devel">Gmane</a>
-</li>
-        
-<li>
-<a href="http://mail-archives.apache.org/mod_mbox/lucene-hadoop-dev/">View List Archive</a> (<a href="http://lucene.apache.org/mail/hadoop-dev/">Raw files</a>)</li>
-      
-</ul>
-<div class="note">
-<div class="label">Note</div>
-<div class="content">In order to post to the list, it is necessary to first subscribe to it.</div>
-</div>
-</div>
-  
-    
-<a name="N1007E"></a><a name="Commits"></a>
-<h2 class="h3">Commits</h2>
-<div class="section">
-<p>If you'd like to see changes made in Hadoop's <a href="version_control.html">version control system</a>
-      then subscribe to the Hadoop commit mailing list.</p>
-<ul>
-        
-<li>
-<a href="mailto:hadoop-commits-subscribe@lucene.apache.org">Subscribe to List</a>
-</li>
-        
-<li>
-<a href="mailto:hadoop-commits-unsubscribe@lucene.apache.org">Unsubscribe from List</a>
-</li>
-        
-<li>Search List Archive on <a href="http://www.mail-archive.com/hadoop-commits%40lucene.apache.org/">The Mail Archive</a>
-</li>        
-        
-<li>
-<a href="http://mail-archives.apache.org/mod_mbox/lucene-hadoop-commits/">View List Archive</a> (<a href="http://lucene.apache.org/mail/hadoop-commits/">Raw files</a>)</li>
-      
-</ul>
-</div>
-  
-  
-</div>
-<!--+
-    |end content
-    +-->
-<div class="clearboth">&nbsp;</div>
-</div>
-<div id="footer">
-<!--+
-    |start bottomstrip
-    +-->
-<div class="lastmodified">
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<div class="copyright">
-        Copyright &copy;
-         2007 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
-</div>
-<!--+
-    |end bottomstrip
-    +-->
-</div>
-</body>
-</html>

File diff suppressed because it is too large
+ 0 - 63
docs/mailing_lists.pdf


+ 9 - 39
docs/mapred_tutorial.html

@@ -60,12 +60,15 @@
     |start Tabs
     |start Tabs
     +-->
     +-->
 <ul id="tabs">
 <ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
+<li>
+<a class="unselected" href="http://lucene.apache.org/hadoop/">Project</a>
 </li>
 </li>
 <li>
 <li>
 <a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
 <a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
 </li>
 </li>
+<li class="current">
+<a class="selected" href="index.html">Hadoop 0.16 Documentation</a>
+</li>
 </ul>
 </ul>
 <!--+
 <!--+
     |end Tabs
     |end Tabs
@@ -99,25 +102,10 @@ document.write("Last Published: " + document.lastModified);
     |start Menu
     |start Menu
     +-->
     +-->
 <div id="menu">
 <div id="menu">
-<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
-<div id="menu_1.1" class="menuitemgroup">
-<div class="menuitem">
-<a href="releases.html">Releases</a>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menuitem">
-<a href="credits.html">Credits</a>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_selected_1.2', 'skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documentation</div>
-<div id="menu_selected_1.2" class="selectedmenuitemgroup" style="display: block;">
+<div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documentation</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
 <div class="menuitem">
-<a href="documentation.html">Overview</a>
+<a href="index.html">Overview</a>
 </div>
 </div>
 <div class="menuitem">
 <div class="menuitem">
 <a href="quickstart.html">Quickstart</a>
 <a href="quickstart.html">Quickstart</a>
@@ -141,25 +129,7 @@ document.write("Last Published: " + document.lastModified);
 <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
 <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
 </div>
 </div>
 <div class="menuitem">
 <div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html">Issue Tracking</a>
-</div>
-<div class="menuitem">
-<a href="version_control.html">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menuitem">
-<a href="irc.html">IRC Channel</a>
+<a href="http://lucene.apache.org/hadoop/mailing_lists.html">Mailing Lists</a>
 </div>
 </div>
 </div>
 </div>
 <div id="credit"></div>
 <div id="credit"></div>

+ 10 - 40
docs/quickstart.html

@@ -60,12 +60,15 @@
     |start Tabs
     |start Tabs
     +-->
     +-->
 <ul id="tabs">
 <ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
+<li>
+<a class="unselected" href="http://lucene.apache.org/hadoop/">Project</a>
 </li>
 </li>
 <li>
 <li>
 <a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
 <a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
 </li>
 </li>
+<li class="current">
+<a class="selected" href="index.html">Hadoop 0.16 Documentation</a>
+</li>
 </ul>
 </ul>
 <!--+
 <!--+
     |end Tabs
     |end Tabs
@@ -99,25 +102,10 @@ document.write("Last Published: " + document.lastModified);
     |start Menu
     |start Menu
     +-->
     +-->
 <div id="menu">
 <div id="menu">
-<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
-<div id="menu_1.1" class="menuitemgroup">
-<div class="menuitem">
-<a href="releases.html">Releases</a>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menuitem">
-<a href="credits.html">Credits</a>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_selected_1.2', 'skin/')" id="menu_selected_1.2Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documentation</div>
-<div id="menu_selected_1.2" class="selectedmenuitemgroup" style="display: block;">
+<div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Documentation</div>
+<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
 <div class="menuitem">
-<a href="documentation.html">Overview</a>
+<a href="index.html">Overview</a>
 </div>
 </div>
 <div class="menupage">
 <div class="menupage">
 <div class="menupagetitle">Quickstart</div>
 <div class="menupagetitle">Quickstart</div>
@@ -141,25 +129,7 @@ document.write("Last Published: " + document.lastModified);
 <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
 <a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
 </div>
 </div>
 <div class="menuitem">
 <div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html">Issue Tracking</a>
-</div>
-<div class="menuitem">
-<a href="version_control.html">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menuitem">
-<a href="irc.html">IRC Channel</a>
+<a href="http://lucene.apache.org/hadoop/mailing_lists.html">Mailing Lists</a>
 </div>
 </div>
 </div>
 </div>
 <div id="credit"></div>
 <div id="credit"></div>
@@ -319,7 +289,7 @@ document.write("Last Published: " + document.lastModified);
 <div class="section">
 <div class="section">
 <p>
 <p>
         First, you need to get a Hadoop distribution: download a recent 
         First, you need to get a Hadoop distribution: download a recent 
-        <a href="releases.html">stable release</a> and unpack it.
+        <a href="http://lucene.apache.org/hadoop/releases.html">stable release</a> and unpack it.
       </p>
       </p>
 <p>
 <p>
         Once done, in the distribution edit the file 
         Once done, in the distribution edit the file 

+ 50 - 50
docs/quickstart.pdf

@@ -219,7 +219,7 @@ endobj
 /Rect [ 396.636 145.467 460.944 133.467 ]
 /Rect [ 396.636 145.467 460.944 133.467 ]
 /C [ 0 0 0 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (releases.html)
+/A << /URI (http://lucene.apache.org/hadoop/releases.html)
 /S /URI >>
 /S /URI >>
 /H /I
 /H /I
 >>
 >>
@@ -572,37 +572,37 @@ endobj
 xref
 xref
 0 72
 0 72
 0000000000 65535 f 
 0000000000 65535 f 
-0000015453 00000 n 
-0000015539 00000 n 
-0000015631 00000 n 
+0000015485 00000 n 
+0000015571 00000 n 
+0000015663 00000 n 
 0000000015 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
 0000000071 00000 n 
 0000000950 00000 n 
 0000000950 00000 n 
 0000001070 00000 n 
 0000001070 00000 n 
 0000001172 00000 n 
 0000001172 00000 n 
-0000015776 00000 n 
+0000015808 00000 n 
 0000001307 00000 n 
 0000001307 00000 n 
-0000015839 00000 n 
+0000015871 00000 n 
 0000001444 00000 n 
 0000001444 00000 n 
-0000015905 00000 n 
+0000015937 00000 n 
 0000001579 00000 n 
 0000001579 00000 n 
-0000015971 00000 n 
+0000016003 00000 n 
 0000001716 00000 n 
 0000001716 00000 n 
-0000016037 00000 n 
+0000016069 00000 n 
 0000001853 00000 n 
 0000001853 00000 n 
-0000016103 00000 n 
+0000016135 00000 n 
 0000001990 00000 n 
 0000001990 00000 n 
-0000016169 00000 n 
+0000016201 00000 n 
 0000002127 00000 n 
 0000002127 00000 n 
-0000016233 00000 n 
+0000016265 00000 n 
 0000002264 00000 n 
 0000002264 00000 n 
-0000016299 00000 n 
+0000016331 00000 n 
 0000002401 00000 n 
 0000002401 00000 n 
-0000016365 00000 n 
+0000016397 00000 n 
 0000002538 00000 n 
 0000002538 00000 n 
-0000016429 00000 n 
+0000016461 00000 n 
 0000002674 00000 n 
 0000002674 00000 n 
-0000016495 00000 n 
+0000016527 00000 n 
 0000002811 00000 n 
 0000002811 00000 n 
 0000005170 00000 n 
 0000005170 00000 n 
 0000005293 00000 n 
 0000005293 00000 n 
@@ -610,39 +610,39 @@ xref
 0000005511 00000 n 
 0000005511 00000 n 
 0000005678 00000 n 
 0000005678 00000 n 
 0000005852 00000 n 
 0000005852 00000 n 
-0000006019 00000 n 
-0000007930 00000 n 
-0000008038 00000 n 
-0000009934 00000 n 
-0000010057 00000 n 
-0000010091 00000 n 
-0000010267 00000 n 
-0000010443 00000 n 
-0000011467 00000 n 
-0000011590 00000 n 
-0000011617 00000 n 
-0000016559 00000 n 
-0000011789 00000 n 
-0000011922 00000 n 
-0000012151 00000 n 
-0000012366 00000 n 
-0000016610 00000 n 
-0000012623 00000 n 
-0000012928 00000 n 
-0000013143 00000 n 
-0000013297 00000 n 
-0000013522 00000 n 
-0000013834 00000 n 
-0000014014 00000 n 
-0000014272 00000 n 
-0000014428 00000 n 
-0000014680 00000 n 
-0000014793 00000 n 
-0000014903 00000 n 
-0000015014 00000 n 
-0000015122 00000 n 
-0000015228 00000 n 
-0000015344 00000 n 
+0000006051 00000 n 
+0000007962 00000 n 
+0000008070 00000 n 
+0000009966 00000 n 
+0000010089 00000 n 
+0000010123 00000 n 
+0000010299 00000 n 
+0000010475 00000 n 
+0000011499 00000 n 
+0000011622 00000 n 
+0000011649 00000 n 
+0000016591 00000 n 
+0000011821 00000 n 
+0000011954 00000 n 
+0000012183 00000 n 
+0000012398 00000 n 
+0000016642 00000 n 
+0000012655 00000 n 
+0000012960 00000 n 
+0000013175 00000 n 
+0000013329 00000 n 
+0000013554 00000 n 
+0000013866 00000 n 
+0000014046 00000 n 
+0000014304 00000 n 
+0000014460 00000 n 
+0000014712 00000 n 
+0000014825 00000 n 
+0000014935 00000 n 
+0000015046 00000 n 
+0000015154 00000 n 
+0000015260 00000 n 
+0000015376 00000 n 
 trailer
 trailer
 <<
 <<
 /Size 72
 /Size 72
@@ -650,5 +650,5 @@ trailer
 /Info 4 0 R
 /Info 4 0 R
 >>
 >>
 startxref
 startxref
-16676
+16708
 %%EOF
 %%EOF

+ 0 - 330
docs/releases.html

@@ -1,330 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
-<meta name="Forrest-skin-name" content="pelt">
-<title>Releases</title>
-<link type="text/css" href="skin/basic.css" rel="stylesheet">
-<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
-<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
-<link type="text/css" href="skin/profile.css" rel="stylesheet">
-<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
-<link rel="shortcut icon" href="images/favicon.ico">
-</head>
-<body onload="init()">
-<script type="text/javascript">ndeSetTextSize();</script>
-<div id="top">
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://lucene.apache.org/">Lucene</a> &gt; <a href="http://lucene.apache.org/hadoop/">Hadoop</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
-</div>
-<!--+
-    |header
-    +-->
-<div class="header">
-<!--+
-    |start group logo
-    +-->
-<div class="grouplogo">
-<a href="http://lucene.apache.org/"><img class="logoImage" alt="Lucene" src="images/lucene_green_150.gif" title="Apache Lucene"></a>
-</div>
-<!--+
-    |end group logo
-    +-->
-<!--+
-    |start Project Logo
-    +-->
-<div class="projectlogo">
-<a href="http://lucene.apache.org/hadoop/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Computing Platform"></a>
-</div>
-<!--+
-    |end Project Logo
-    +-->
-<!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="lucene.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
-    |start Tabs
-    +-->
-<ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
-</li>
-<li>
-<a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
-</li>
-</ul>
-<!--+
-    |end Tabs
-    +-->
-</div>
-</div>
-<div id="main">
-<div id="publishedStrip">
-<!--+
-    |start Subtabs
-    +-->
-<div id="level2tabs"></div>
-<!--+
-    |end Endtabs
-    +-->
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-
-             &nbsp;
-           </div>
-<!--+
-    |start Menu, mainarea
-    +-->
-<!--+
-    |start Menu
-    +-->
-<div id="menu">
-<div onclick="SwitchMenu('menu_selected_1.1', 'skin/')" id="menu_selected_1.1Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Project</div>
-<div id="menu_selected_1.1" class="selectedmenuitemgroup" style="display: block;">
-<div class="menupage">
-<div class="menupagetitle">Releases</div>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menuitem">
-<a href="credits.html">Credits</a>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
-<div id="menu_1.2" class="menuitemgroup">
-<div class="menuitem">
-<a href="documentation.html">Overview</a>
-</div>
-<div class="menuitem">
-<a href="quickstart.html">Quickstart</a>
-</div>
-<div class="menuitem">
-<a href="cluster_setup.html">Cluster Setup</a>
-</div>
-<div class="menuitem">
-<a href="hdfs_design.html">HDFS Architecture</a>
-</div>
-<div class="menuitem">
-<a href="mapred_tutorial.html">Map-Reduce Tutorial</a>
-</div>
-<div class="menuitem">
-<a href="api/index.html">API Docs</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/">Wiki</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
-</div>
-<div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Developers</div>
-<div id="menu_1.3" class="menuitemgroup">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html">Issue Tracking</a>
-</div>
-<div class="menuitem">
-<a href="version_control.html">Version Control</a>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menuitem">
-<a href="irc.html">IRC Channel</a>
-</div>
-</div>
-<div id="credit"></div>
-<div id="roundbottom">
-<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
-<!--+
-  |alternative credits
-  +-->
-<div id="credit2"></div>
-</div>
-<!--+
-    |end Menu
-    +-->
-<!--+
-    |start content
-    +-->
-<div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="releases.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
-<h1>Releases</h1>
-<div id="minitoc-area">
-<ul class="minitoc">
-<li>
-<a href="#Download">Download</a>
-</li>
-<li>
-<a href="#Release+Notes">Release Notes</a>
-</li>
-<li>
-<a href="#News">News</a>
-<ul class="minitoc">
-<li>
-<a href="#27+November%2C+2007%3A+release+0.15.1+available">27 November, 2007: release 0.15.1 available </a>
-</li>
-<li>
-<a href="#26+November%2C+2007%3A+release+0.14.4+available">26 November, 2007: release 0.14.4 available </a>
-</li>
-<li>
-<a href="#29+October+2007%3A+release+0.15.0+available">29 October 2007: release 0.15.0 available </a>
-</li>
-<li>
-<a href="#19+October%2C+2007%3A+release+0.14.3+available">19 October, 2007: release 0.14.3 available </a>
-</li>
-<li>
-<a href="#4+September%2C+2007%3A+release+0.14.1+available"> 4 September, 2007: release 0.14.1 available </a>
-</li>
-</ul>
-</li>
-</ul>
-</div> 
-
-    
-<a name="N1000C"></a><a name="Download"></a>
-<h2 class="h3">Download</h2>
-<div class="section">
-<p>Releases may be downloaded from Apache mirrors.</p>
-<p>
-      
-<a href="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/">
-      <strong><strong>Download a release now!</strong></strong></a>
-      
-</p>
-<p>On the mirror, all recent releases are available, but are not
-      guaranteed to be stable. For stable releases, look in the stable
-      directory.
-      </p>
-</div>
-
-    
-<a name="N10023"></a><a name="Release+Notes"></a>
-<h2 class="h3">Release Notes</h2>
-<div class="section">
-<p>Release notes for Hadoop releases are available in Jira.</p>
-<p>
-      
-<a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
-      <strong><strong>Browse release notes now!</strong></strong></a>
-      
-</p>
-</div>
-
-    
-<a name="N10037"></a><a name="News"></a>
-<h2 class="h3">News</h2>
-<div class="section">
-<a name="N1003D"></a><a name="27+November%2C+2007%3A+release+0.15.1+available"></a>
-<h3 class="h4">27 November, 2007: release 0.15.1 available </h3>
-<p>This release fixes critical bugs in release 0.15.0.</p>
-<a name="N10047"></a><a name="26+November%2C+2007%3A+release+0.14.4+available"></a>
-<h3 class="h4">26 November, 2007: release 0.14.4 available </h3>
-<p>This release fixes critical bugs in release 0.14.3.</p>
-<a name="N10051"></a><a name="29+October+2007%3A+release+0.15.0+available"></a>
-<h3 class="h4">29 October 2007: release 0.15.0 available </h3>
-<p>This release contains my improvements, new features, bug
-        fixes and optimizations.</p>
-<p>Notably, this contains the first working version of <a href="http://wiki.apache.org/lucene-hadoop/Hbase">HBase</a>.</p>
-<p>See the release notes (above) for details.</p>
-<div class="note">
-<div class="label">Note</div>
-<div class="content">When upgrading an existing HDFS filesystem to a 0.15.x
-	release from an earlier release, you should first start HDFS
-	with 'bin/start-dfs.sh -upgrade'.  See the <a href="http://wiki.apache.org/lucene-hadoop/Hadoop_Upgrade">Hadoop
-	Upgrade</a> page for details.</div>
-</div>
-<a name="N1006C"></a><a name="19+October%2C+2007%3A+release+0.14.3+available"></a>
-<h3 class="h4">19 October, 2007: release 0.14.3 available </h3>
-<p>This release fixes critical bugs in release 0.14.2.</p>
-<a name="N10076"></a><a name="4+September%2C+2007%3A+release+0.14.1+available"></a>
-<h3 class="h4"> 4 September, 2007: release 0.14.1 available </h3>
-<p>New features in release 0.14 include:</p>
-<ul>
-	  
-<li>Better checksums in HDFS.  Checksums are no longer
-	  stored in parallel HDFS files, but are stored directly by
-	  datanodes alongside blocks.  This is more efficient for the
-	  namenode and also improves data integrity.</li>
-
-	  
-<li>Pipes: A C++ API for MapReduce</li>
-
-	  
-<li>Eclipse Plugin, including HDFS browsing, job
-	  monitoring, etc.</li>
-
-	  
-<li>File modification times in HDFS.</li>
-	
-</ul>
-<p>There are many other improvements, bug fixes, optimizations
-	and new features.  Performance and reliability are better than
-	ever.</p>
-<div class="note">
-<div class="label">Note</div>
-<div class="content">When upgrading an existing HDFS filesystem to a 0.14.x
-	release from a 0.13.x or earlier release, you should first
-	start HDFS with 'bin/start-dfs.sh -upgrade'.  See the <a href="http://wiki.apache.org/lucene-hadoop/Hadoop_0.14_Upgrade">Hadoop
-	0.14 Upgrade</a> page for details.</div>
-</div>
-</div>
-
-  
-</div>
-<!--+
-    |end content
-    +-->
-<div class="clearboth">&nbsp;</div>
-</div>
-<div id="footer">
-<!--+
-    |start bottomstrip
-    +-->
-<div class="lastmodified">
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<div class="copyright">
-        Copyright &copy;
-         2007 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
-</div>
-<!--+
-    |end bottomstrip
-    +-->
-</div>
-</body>
-</html>

+ 0 - 442
docs/releases.pdf

@@ -1,442 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 627 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb!$E9lnc;&;KZQ'fmZtYXkfJRi;NWi(sXC>N+Ke8t-^M$B@]4Iue-PQ<\%]VO^CW%`p3h8q%kaA6n9<]1Ymq!%%FjU&Jhi:i_mV6J[EZbkEPPJZG$r&*.?rh3=ehRdHXC,l&7CY6jOd7nHTO?sIhGH#[&W3I-P2s#%-`n9\TE``,YL:D-.;j"ZF?5fl:TDEJ]8nVOhOO4Blh^++!)S<J+c3+$a8).UI1;e1X3VE"nJD;_ec8DUIJ!.ADt^M;q!i#X0ZSbHc"B+elrL/2$7e5p73<hn^;Ct$Zek@2SYl8h>1+FQ'V#>6'taH7Nd]\kmCE,4_tTaN="mmC2AXUtmM,7ALr/(Wg,n%P@tdiApG((?ac)IOQ?!Zd4jO6X,,"Gm'bL8)SZ`o5jQk[6f)bedk>>r:-;33k1#.8da:LVVl]j*mu)GXQlO099UYK:a('d6.>rI,H0GGsqM-d'(]kH-p4al,hmui8`!:d.j+Y^Y122Hg>'=K6G8g)(D4([3;U3>B8]+3]M)ROJ3LG]'1mt+]FP7%SVrEUYYjIf6?tKT36NVZQCSuLcgn5jnC))+#_(^Nj%iMfb\e\F(p,*bG&.o$DOo5$pcuL2N#c1e2t!i@/VaK<rnE~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
-/Annots 7 0 R
->>
-endobj
-7 0 obj
-[
-8 0 R
-10 0 R
-12 0 R
-14 0 R
-16 0 R
-18 0 R
-20 0 R
-22 0 R
-]
-endobj
-8 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 559.666 159.992 547.666 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 9 0 R
-/H /I
->>
-endobj
-10 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 541.466 178.316 529.466 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 11 0 R
-/H /I
->>
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 523.266 137.324 511.266 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 505.066 338.12 493.066 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 486.866 338.12 474.866 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 17 0 R
-/H /I
->>
-endobj
-18 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 468.666 323.12 456.666 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 19 0 R
-/H /I
->>
-endobj
-20 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 450.466 326.12 438.466 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 21 0 R
-/H /I
->>
-endobj
-22 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 108.0 432.266 332.792 420.266 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 23 0 R
-/H /I
->>
-endobj
-24 0 obj
-<< /Length 1851 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gau`T968iG&AII3Ybra&2+"s,h!1b3-ASIXe`idlJ[-DT'8][[b)6)^]6l9(QI8.e)9[Q?]AJ(QITZ)_\TiP#4Xu9V/N4'pgFfGf__:\a%s(?^6FlZQ#Oej_Pe?R)R*=`#^5^Id4q?/I]YD/ALW(pi`BRau>JFC,Q<XurPUD@ODmU_.9:WIpr4]\cK1_3112&ThUI=<$hC#dV60clVl61Ce#:nF*^TQM)FZ['(i^5g(knlPLOMrA:OuQ#>:8#PaI<t(A3CmqBYIt&-"'BtM:[C6:(ob3TG@.8CRrg,-ak#chk50g3R>nJ,K(m.Dn`=TbT``th+R,t[)JO&E_$3gd]0>g/i]<=[kJ;_SKJW-\b/t9j9ZkU8Ksg4a6<Q2cC>bc^r4ulB'.)3#==Zat22]^E<'YFH%'!+g_KTG[0l$H#2VcA<[M-K+h[U:ni1^X@q_]*6aBA!LK_o/bGKA\,PYF7\`TWfY.7f%=F1;@ZGe@;1/<>ACj=X4(hc9l&#uQkQmXh>Bkrt-B[%hStZ.a[P*[.bP`Q8d-(8[;7DL=&Co2uBM+oItth,dDM)J;(P'B1F.,*oQ=*220,-/p=%-aHe56-,u5fuP84oR3s(j5]ge@%>IP@1pckVm*Nf2PA?_-J#J7k*r/Fj>Bp"I@J1<krS9e!s%,K#;C,E1B84`&Irh;l(Y0M`Y@B[7[SM9o4W;2g<bQ@]<IH#4d0ph\1pF&U]/j3aC*V@*m;dJ)S.Uc(Q8Yc+YJ<"R!.C30qE#iKVCj`;]9XT]>(rKFJT>d$+He7<),`0)!_kd`8i/^.QA`Ef&:T:`&-&%7sA&qXP_7rop\7H[M(h*&9P9]VikGLKTL<hcsj7Qj@8p1=CKAeQFeiA!OW6K@PrF%_CU'?cp>$"D:<J^),JWJM")=ugq[9rCPK)61\H58(.;EF0\8R_A_/]]V'4!]n%g]Bh"(q16OXZ@`@rn_B&!>M_Vke(?b(gfX8$6K$/F,0;Af9&,)1M?K]!Y$r")A$&4ZH/JZ]sNiL&\1$/-i`F%#GTf#S$J.I$IMYUYiP(dt<(MN:nb#lb@>0TMT;8LG<d'Oc,:csQi`:FK,la_mJ>V[(q/8W&tGF.@Ua,D>^:,q/g[n2:qM!p:]G;uo$^;a>Qr\.Zc[;U5dDI,pf9]q?A&hmNb;f(1d"H?br8<C/+*\9DhBNPSZZohqDh"tNgQc`\\LX0i&4pOgX7&O--.V^algKL_nt;pdNa>QG/mgUoMbDCG"/GPRcd0aDY^bH3^i=R4`\g0;C0@7P#HqZ:QTfJD*4`;"J'[OYLSjp!I:[b9=$9nu8!KIGAWrE8NXO_I3oKr#t+c9HG+Ns-1Woi3WkSZ(k1pbq.>H"B+HK"9$l@=(@U&IIk><6:<A5BdUfmch5UJp"!*"8'"u)Q$[#g\5XTm]fgZ?2Bdt%_YWR2nP`\lsJpNZ-H"1%Z2C^L\MR_CluRt`@#bcgVp)hH;`/KP*]]X)4eZ]f9;,M7(Ce=R`$#C0R@%"\QNiKP3uKY2^P<g"Zd9OnhR53/:YR&.ihUmm^%3=$Uq+MBP):uPa]n_Aa9L#Y&AUGEI1RR\7Rqmd"U_rd%E>;9Y5!-2PpcK+!lag$I?)Yr1_5m_:Dm=^locJeN&Sc.i2mpkcghm[UnOOZntbZ6u-p^b=Ep5@_PXYaBF$1#a)p\Ub@V;Y6Ni4Zi)hmGY;p)!^LIBI4=[mP9$KpK)jhs)t$ip9RTt><p^/%[skFr//&(eT/X<PC:O3b_3AnsKjA6m5clr^cggNS$+IN51UJT+I3rYib'-*4>*ePC3G@;%QfIsfPF\`j.cnl[I#?KDCIaIhq4b#3'X:RnG,\+Uh&>r#rrHHM3)f~>
-endstream
-endobj
-25 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 24 0 R
-/Annots 26 0 R
->>
-endobj
-26 0 obj
-[
-27 0 R
-28 0 R
-29 0 R
-30 0 R
-]
-endobj
-27 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 608.466 217.656 596.466 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.apache.org/dyn/closer.cgi/lucene/hadoop/)
-/S /URI >>
-/H /I
->>
-endobj
-28 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 500.532 224.304 488.532 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel)
-/S /URI >>
-/H /I
->>
-endobj
-29 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 332.316 294.439 364.308 282.439 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.apache.org/lucene-hadoop/Hbase)
-/S /URI >>
-/H /I
->>
-endobj
-30 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 221.416 222.829 276.288 214.829 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.apache.org/lucene-hadoop/Hadoop_Upgrade)
-/S /URI >>
-/H /I
->>
-endobj
-31 0 obj
-<< /Length 1445 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gat=+>Bci#&:XAWi,-rL)[-P$@,Elsc#.l'Hd]hqI;&L#)]>[[7"q.(IshQ`c/;6b1c`",?tR+jI<4@n55R+-rA137!M?R%/0nYc,RJk=]Xtmg9G!LXJQ9Nqp<2fK5.eB<!KH$oHo2:Y\IeaS0Z_6GaX@PZ<UflS6oauP<:lV3iplSG2,7-ZANu-#/.BM<EG8FPA?3_0OO0BAE@i9.0'/g\8,`qZ59BD@iZsH$ee=L'-Zn>R%k&A:R6&/$iLCBQr2^r0UFRYH`i=4;dIeC$psEZ`ajillq!*U*0H\:[MnJjM(um]/6bG6LHO3HA/`:F+S?epCj]X89DE$)Pd,2RP\OWRiq=&*4O\<)"Y=he1fM_$o<V^VjNO5uB<B2pq,-+Ae,!%85cFZ5^Q"Q'&XfE+Gqpoh*e^B`/812!oV3A=/nPRHST2t,GkFsdE%2>E0>2qT:lcNThC:2J_X_NVR1al=@NFOFgeR:K+YXh?oF1BLMhA.,dXr;'sYWn\:pb83fXEMqN*<16bCjHcp3XN(1GcMe6U.kQ>aS#Nqg;!UF6u[U<c(3!996D"!#;Wq$.7^B9AQe:&kNcuq.<PLh#H^X%>o0DP]<LG&L&4F'0=/HqW&='bqLin4o7mmRD_(rPb/PWEUJ$;<j;ReASMhlBSZY^f11(_BF<"]9A5'c6>%,]PZE]QMau0?L[g-.Af"5YAUH#ILe"e+R#4Uo-HQR4Tif'gseS:>^\&nd"!8;HXf*:D)Fs>J0Z>7"t-)AinIi!H3f<$?VVg;1*i'mlN8K>Shr$MA\@#Nsqp>+>.2B6\+63HTN))T45T7nQ0mHc.4`tVAFJFr+ad\;p@&X3IHb>IPA^I"AFG"0'8.)IR6M`kCe+sBf5HoEs$f0BS9d,HJh_=j5l5TXg<5^FtFO=VTtX5hi&,#4!a^9DhnIXN@<T<LiRKo_d4<uKH(Z&I-!YrDab&Ih&(D64@.2bd`B[)Ph=qkRHj63Z]ppN$`6*$RW49;i$e,M^`Uo?tdMlBGh4-#pCjdZtfLSl^hba0XHl3FQb_AW@e8/S`b:PLf+_4713Y6ocW2)pq1Cet^I$Ks%V*4dYuE,qZ]N3CI)b6WNAW.9ng]?Cf_hQUQKO1"_Hl&3-TiQ9_uQdbRY)N8]?mO2:e1#VXu^a(+!U6/]N"gmI5geNG.Jg%]-bLFV;3(#;RTP)::8SLD?:9\%22mO8?=C%t0)HNI1Y60`H7V`Bf]-]6:M3ZPX7N&*8ARQ'G!O#OA[$%[r).gN7?m5R-\aS5I;EY+<^P\#KY]-/!EBtT>^"f\P7K)>;;O>&kt-M481/1.@cb&9FD+\3pm(0j65g:!YAQXV0$\0?L==TZPL\e4Pip9SJ)XY/1Qk)$7"_9g*a\E[B2a45PST81C`7P=6-hQ5M-DpH8GNS2g,5<09#<gMd?\)!ddC6a3D3GR:J!?IhK,Q~>
-endstream
-endobj
-32 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 31 0 R
-/Annots 33 0 R
->>
-endobj
-33 0 obj
-[
-34 0 R
-]
-endobj
-34 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 237.64 460.737 308.512 452.737 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://wiki.apache.org/lucene-hadoop/Hadoop_0.14_Upgrade)
-/S /URI >>
-/H /I
->>
-endobj
-36 0 obj
-<<
- /Title (\376\377\0\61\0\40\0\104\0\157\0\167\0\156\0\154\0\157\0\141\0\144)
- /Parent 35 0 R
- /Next 37 0 R
- /A 9 0 R
->> endobj
-37 0 obj
-<<
- /Title (\376\377\0\62\0\40\0\122\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\116\0\157\0\164\0\145\0\163)
- /Parent 35 0 R
- /Prev 36 0 R
- /Next 38 0 R
- /A 11 0 R
->> endobj
-38 0 obj
-<<
- /Title (\376\377\0\63\0\40\0\116\0\145\0\167\0\163)
- /Parent 35 0 R
- /First 39 0 R
- /Last 43 0 R
- /Prev 37 0 R
- /Count -5
- /A 13 0 R
->> endobj
-39 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\61\0\40\0\62\0\67\0\40\0\116\0\157\0\166\0\145\0\155\0\142\0\145\0\162\0\54\0\40\0\62\0\60\0\60\0\67\0\72\0\40\0\162\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\60\0\56\0\61\0\65\0\56\0\61\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
- /Parent 38 0 R
- /Next 40 0 R
- /A 15 0 R
->> endobj
-40 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\62\0\40\0\62\0\66\0\40\0\116\0\157\0\166\0\145\0\155\0\142\0\145\0\162\0\54\0\40\0\62\0\60\0\60\0\67\0\72\0\40\0\162\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\60\0\56\0\61\0\64\0\56\0\64\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
- /Parent 38 0 R
- /Prev 39 0 R
- /Next 41 0 R
- /A 17 0 R
->> endobj
-41 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\63\0\40\0\62\0\71\0\40\0\117\0\143\0\164\0\157\0\142\0\145\0\162\0\40\0\62\0\60\0\60\0\67\0\72\0\40\0\162\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\60\0\56\0\61\0\65\0\56\0\60\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
- /Parent 38 0 R
- /Prev 40 0 R
- /Next 42 0 R
- /A 19 0 R
->> endobj
-42 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\64\0\40\0\61\0\71\0\40\0\117\0\143\0\164\0\157\0\142\0\145\0\162\0\54\0\40\0\62\0\60\0\60\0\67\0\72\0\40\0\162\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\60\0\56\0\61\0\64\0\56\0\63\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
- /Parent 38 0 R
- /Prev 41 0 R
- /Next 43 0 R
- /A 21 0 R
->> endobj
-43 0 obj
-<<
- /Title (\376\377\0\63\0\56\0\65\0\40\0\64\0\40\0\123\0\145\0\160\0\164\0\145\0\155\0\142\0\145\0\162\0\54\0\40\0\62\0\60\0\60\0\67\0\72\0\40\0\162\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\60\0\56\0\61\0\64\0\56\0\61\0\40\0\141\0\166\0\141\0\151\0\154\0\141\0\142\0\154\0\145)
- /Parent 38 0 R
- /Prev 42 0 R
- /A 23 0 R
->> endobj
-44 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-45 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-46 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-47 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
-/Encoding /WinAnsiEncoding >>
-endobj
-48 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F7
-/BaseFont /Times-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 3
-/Kids [6 0 R 25 0 R 32 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- /Outlines 35 0 R
- /PageMode /UseOutlines
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F3 44 0 R /F5 45 0 R /F1 46 0 R /F2 47 0 R /F7 48 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] >> 
-endobj
-9 0 obj
-<<
-/S /GoTo
-/D [25 0 R /XYZ 85.0 659.0 null]
->>
-endobj
-11 0 obj
-<<
-/S /GoTo
-/D [25 0 R /XYZ 85.0 551.066 null]
->>
-endobj
-13 0 obj
-<<
-/S /GoTo
-/D [25 0 R /XYZ 85.0 477.532 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [25 0 R /XYZ 85.0 446.398 null]
->>
-endobj
-17 0 obj
-<<
-/S /GoTo
-/D [25 0 R /XYZ 85.0 395.145 null]
->>
-endobj
-19 0 obj
-<<
-/S /GoTo
-/D [25 0 R /XYZ 85.0 343.892 null]
->>
-endobj
-21 0 obj
-<<
-/S /GoTo
-/D [25 0 R /XYZ 85.0 193.829 null]
->>
-endobj
-23 0 obj
-<<
-/S /GoTo
-/D [32 0 R /XYZ 85.0 659.0 null]
->>
-endobj
-35 0 obj
-<<
- /First 36 0 R
- /Last 38 0 R
->> endobj
-xref
-0 49
-0000000000 65535 f 
-0000009711 00000 n 
-0000009783 00000 n 
-0000009875 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000789 00000 n 
-0000000909 00000 n 
-0000000983 00000 n 
-0000009998 00000 n 
-0000001118 00000 n 
-0000010061 00000 n 
-0000001255 00000 n 
-0000010127 00000 n 
-0000001392 00000 n 
-0000010193 00000 n 
-0000001528 00000 n 
-0000010259 00000 n 
-0000001664 00000 n 
-0000010325 00000 n 
-0000001800 00000 n 
-0000010391 00000 n 
-0000001936 00000 n 
-0000010457 00000 n 
-0000002073 00000 n 
-0000004017 00000 n 
-0000004140 00000 n 
-0000004188 00000 n 
-0000004390 00000 n 
-0000004648 00000 n 
-0000004844 00000 n 
-0000005049 00000 n 
-0000006587 00000 n 
-0000006710 00000 n 
-0000006737 00000 n 
-0000010521 00000 n 
-0000006946 00000 n 
-0000007085 00000 n 
-0000007268 00000 n 
-0000007424 00000 n 
-0000007765 00000 n 
-0000008120 00000 n 
-0000008464 00000 n 
-0000008813 00000 n 
-0000009155 00000 n 
-0000009268 00000 n 
-0000009378 00000 n 
-0000009486 00000 n 
-0000009602 00000 n 
-trailer
-<<
-/Size 49
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-10572
-%%EOF

+ 0 - 275
docs/version_control.html

@@ -1,275 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta content="Apache Forrest" name="Generator">
-<meta name="Forrest-version" content="0.8">
-<meta name="Forrest-skin-name" content="pelt">
-<title>Hadoop Version Control System</title>
-<link type="text/css" href="skin/basic.css" rel="stylesheet">
-<link media="screen" type="text/css" href="skin/screen.css" rel="stylesheet">
-<link media="print" type="text/css" href="skin/print.css" rel="stylesheet">
-<link type="text/css" href="skin/profile.css" rel="stylesheet">
-<script src="skin/getBlank.js" language="javascript" type="text/javascript"></script><script src="skin/getMenu.js" language="javascript" type="text/javascript"></script><script src="skin/fontsize.js" language="javascript" type="text/javascript"></script>
-<link rel="shortcut icon" href="images/favicon.ico">
-</head>
-<body onload="init()">
-<script type="text/javascript">ndeSetTextSize();</script>
-<div id="top">
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://lucene.apache.org/">Lucene</a> &gt; <a href="http://lucene.apache.org/hadoop/">Hadoop</a><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
-</div>
-<!--+
-    |header
-    +-->
-<div class="header">
-<!--+
-    |start group logo
-    +-->
-<div class="grouplogo">
-<a href="http://lucene.apache.org/"><img class="logoImage" alt="Lucene" src="images/lucene_green_150.gif" title="Apache Lucene"></a>
-</div>
-<!--+
-    |end group logo
-    +-->
-<!--+
-    |start Project Logo
-    +-->
-<div class="projectlogo">
-<a href="http://lucene.apache.org/hadoop/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Computing Platform"></a>
-</div>
-<!--+
-    |end Project Logo
-    +-->
-<!--+
-    |start Search
-    +-->
-<div class="searchbox">
-<form action="http://www.google.com/search" method="get" class="roundtopsmall">
-<input value="lucene.apache.org" name="sitesearch" type="hidden"><input onFocus="getBlank (this, 'Search the site with google');" size="25" name="q" id="query" type="text" value="Search the site with google">&nbsp; 
-                    <input name="Search" value="Search" type="submit">
-</form>
-</div>
-<!--+
-    |end search
-    +-->
-<!--+
-    |start Tabs
-    +-->
-<ul id="tabs">
-<li class="current">
-<a class="selected" href="index.html">Main</a>
-</li>
-<li>
-<a class="unselected" href="http://wiki.apache.org/lucene-hadoop">Wiki</a>
-</li>
-</ul>
-<!--+
-    |end Tabs
-    +-->
-</div>
-</div>
-<div id="main">
-<div id="publishedStrip">
-<!--+
-    |start Subtabs
-    +-->
-<div id="level2tabs"></div>
-<!--+
-    |end Endtabs
-    +-->
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<!--+
-    |breadtrail
-    +-->
-<div class="breadtrail">
-
-             &nbsp;
-           </div>
-<!--+
-    |start Menu, mainarea
-    +-->
-<!--+
-    |start Menu
-    +-->
-<div id="menu">
-<div onclick="SwitchMenu('menu_1.1', 'skin/')" id="menu_1.1Title" class="menutitle">Project</div>
-<div id="menu_1.1" class="menuitemgroup">
-<div class="menuitem">
-<a href="releases.html">Releases</a>
-</div>
-<div class="menuitem">
-<a href="releases.html#News">News</a>
-</div>
-<div class="menuitem">
-<a href="credits.html">Credits</a>
-</div>
-<div class="menuitem">
-<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Documentation</div>
-<div id="menu_1.2" class="menuitemgroup">
-<div class="menuitem">
-<a href="documentation.html">Overview</a>
-</div>
-<div class="menuitem">
-<a href="quickstart.html">Quickstart</a>
-</div>
-<div class="menuitem">
-<a href="cluster_setup.html">Cluster Setup</a>
-</div>
-<div class="menuitem">
-<a href="hdfs_design.html">HDFS Architecture</a>
-</div>
-<div class="menuitem">
-<a href="mapred_tutorial.html">Map-Reduce Tutorial</a>
-</div>
-<div class="menuitem">
-<a href="api/index.html">API Docs</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/">Wiki</a>
-</div>
-<div class="menuitem">
-<a href="http://wiki.apache.org/lucene-hadoop/FAQ">FAQ</a>
-</div>
-<div class="menuitem">
-<a href="mailing_lists.html#Users">Mailing Lists</a>
-</div>
-</div>
-<div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Developers</div>
-<div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
-<div class="menuitem">
-<a href="mailing_lists.html#Developers">Mailing Lists</a>
-</div>
-<div class="menuitem">
-<a href="issue_tracking.html">Issue Tracking</a>
-</div>
-<div class="menupage">
-<div class="menupagetitle">Version Control</div>
-</div>
-<div class="menuitem">
-<a href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/">Nightly Build</a>
-</div>
-<div class="menuitem">
-<a href="irc.html">IRC Channel</a>
-</div>
-</div>
-<div id="credit"></div>
-<div id="roundbottom">
-<img style="display: none" class="corner" height="15" width="15" alt="" src="skin/images/rc-b-l-15-1body-2menu-3menu.png"></div>
-<!--+
-  |alternative credits
-  +-->
-<div id="credit2"></div>
-</div>
-<!--+
-    |end Menu
-    +-->
-<!--+
-    |start content
-    +-->
-<div id="content">
-<div title="Portable Document Format" class="pdflink">
-<a class="dida" href="version_control.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
-        PDF</a>
-</div>
-<h1>Hadoop Version Control System</h1>
-<div id="minitoc-area">
-<ul class="minitoc">
-<li>
-<a href="#Overview">Overview</a>
-</li>
-<li>
-<a href="#Web+Access+%28read-only%29">Web Access (read-only)</a>
-</li>
-<li>
-<a href="#Anonymous+Access+%28read-only%29">Anonymous Access (read-only)</a>
-</li>
-<li>
-<a href="#Committer+Access+%28read-write%29">Committer Access (read-write)</a>
-</li>
-</ul>
-</div>
-  
-    
-<a name="N1000C"></a><a name="Overview"></a>
-<h2 class="h3">Overview</h2>
-<div class="section">
-<p>
-        The Hadoop source code resides in the Apache <a href="http://subversion.tigris.org/">Subversion (SVN)</a> repository.
-        The command-line SVN client can be obtained <a href="http://subversion.tigris.org/project_packages.html">here</a>.
-        The TortoiseSVN GUI client for Windows can be obtained <a href="http://tortoisesvn.tigris.org/">here</a>. There
-        are also SVN plugins available for both <a href="http://subclipse.tigris.org/">Eclipse</a> and 
-        <a href="http://svnup.tigris.org/">IntelliJ IDEA</a>.
-      </p>
-</div>
-    
-    
-<a name="N1002A"></a><a name="Web+Access+%28read-only%29"></a>
-<h2 class="h3">Web Access (read-only)</h2>
-<div class="section">
-<p>
-        The source code can be browsed via the Web at 
-        <a href="http://svn.apache.org/viewcvs.cgi/lucene/hadoop/">http://svn.apache.org/viewcvs.cgi/lucene/hadoop/</a>.
-        No SVN client software is required.
-      </p>
-</div>
-    
-    
-<a name="N10038"></a><a name="Anonymous+Access+%28read-only%29"></a>
-<h2 class="h3">Anonymous Access (read-only)</h2>
-<div class="section">
-<p>
-        The SVN URL for anonymous users is 
-        <a href="http://svn.apache.org/repos/asf/lucene/hadoop/">http://svn.apache.org/repos/asf/lucene/hadoop/</a>.
-        Instructions for anonymous SVN access are 
-        <a href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
-      </p>
-</div>
-    
-    
-<a name="N1004A"></a><a name="Committer+Access+%28read-write%29"></a>
-<h2 class="h3">Committer Access (read-write)</h2>
-<div class="section">
-<p>
-        The SVN URL for committers is 
-        <a href="https://svn.apache.org/repos/asf/lucene/hadoop/">https://svn.apache.org/repos/asf/lucene/hadoop/</a>.
-        Instructions for committer SVN access are 
-        <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
-      </p>
-</div>
-    
-  
-</div>
-<!--+
-    |end content
-    +-->
-<div class="clearboth">&nbsp;</div>
-</div>
-<div id="footer">
-<!--+
-    |start bottomstrip
-    +-->
-<div class="lastmodified">
-<script type="text/javascript"><!--
-document.write("Last Published: " + document.lastModified);
-//  --></script>
-</div>
-<div class="copyright">
-        Copyright &copy;
-         2007 <a href="http://www.apache.org/licenses/">The Apache Software Foundation.</a>
-</div>
-<!--+
-    |end bottomstrip
-    +-->
-</div>
-</body>
-</html>

+ 0 - 384
docs/version_control.pdf

@@ -1,384 +0,0 @@
-%PDF-1.3
-%ª«¬­
-4 0 obj
-<< /Type /Info
-/Producer (FOP 0.20.5) >>
-endobj
-5 0 obj
-<< /Length 508 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-Gb!$CZ#51J&;GD#i^P]A[11,0-;gP<92u_76dpU:8WX!KNKYc/?VI3HksE"X2$;Y0pRT&4qPU<:2\1Fn#X_dAfXu58_oa3S]8&X\E`%Wi&B0a^nErMOKp:=(N%'h"4o\N\[ZZVEb[dK6gt9QgZ.5Qi_$?cs>sAh[h!_6Lis_%m3]0L8j[PUEb\[*\[,6.1?8T7,e71c5FZk>U.EDc%q5GETeb#?B5OPPDp-S-sE>V"!&cL\R\Dn,(Aq<a5R=bLe1Bee2G1:G>BkKQMF4%ES?MI-'`E5$fj'm,RWH;3LaU+U=Ln?AScU>T'^S@AWZ8pKVfD^s_)"RG<jC&[pprj?\P.U"IXQrJoTa&ULWm]l25CiRoUD%ubg$_l.ZhL?R/dUTq1C3jc@RM(^!N#PW9oZ'ubEO]<.1_hVBnS4*6k#4YZ-*E]7oc\Bg7$TE11DJc0t1#k(,hOrZeUOIA>p*-E\_^HCPkf0-Ae7&)oj-!hQ7HL[W<Qg+H-4&OBsd(~>
-endstream
-endobj
-6 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 5 0 R
-/Annots 7 0 R
->>
-endobj
-7 0 obj
-[
-8 0 R
-10 0 R
-12 0 R
-14 0 R
-]
-endobj
-8 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 559.666 157.316 547.666 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 9 0 R
-/H /I
->>
-endobj
-10 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 541.466 226.616 529.466 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 11 0 R
-/H /I
->>
-endobj
-12 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 523.266 262.628 511.266 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 13 0 R
-/H /I
->>
-endobj
-14 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 102.0 505.066 259.292 493.066 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A 15 0 R
-/H /I
->>
-endobj
-16 0 obj
-<< /Length 1470 /Filter [ /ASCII85Decode /FlateDecode ]
- >>
-stream
-GatU3cZbj<&AJ%FcnROK7R@`l[ksRde$lNmgUQXEklG;5junZ.KUq<+IRepM85)@uQV1pQRNJ.cbmY[0Zh_WI&V^CpGaJYJ4X2A*5D#$uFFo46KE<a6kf4RWkNIM<UHeY=+KIj^+4&>1[.lJi?Hdl78TX`?et*9fNeKa"Z+ghNN_q+MEq\DWK*f[4Tl&.b5Y<_gg3AO8F92D6=%_kMXOY&-]\bNQnt\nCHmQ1!jJDagpAJ=cd`fe8N&DXIjT`sr&n:r&"dhbmMo(92Ys;+uO3f,_CMW4\<GU*NAC%lVme0:=:?SVs$gG\c+o)KhT-*4p@2;7u-Zo!*T4W;kV0RQ6p[.SNH'b:%$V#`nVmEPe:?fDle^7mJU.9?N_*MmXC!L:)]1pK!7?NqnNBh%C>)QXO[3qm/74u8PC0@ImAi0W?9d1QDn-B7.X<bXhVcGP60!,AFr^KrZ"@CDC1OY-R0;tmO\X%l:Dnb(g"7Vs5-[a7`Q$UrXE97HcQ*iTd'/UnB*"iUm66$rs80$YX0WUQBS+GV0)$/$.GG[ac.PLO<+;A"=0PFPSf6QVgK(P/e7Ck&2#cLBrDaj_8n=C:(&&oKa/:IsJ]aIp%2;I^sT0e5$W:TJZiPCIa(Vt0RKM.BD>><oO9hMV`i?I-E[4I45dn&,WDK11q6P7f<\?Lk<T$s5S-F#JOT@]F-8C@<UVRWu(8(Z*@-^Y+F[AG"#^<<A)qQik1Nu7W<aO8Um.Z7foqOS3Uc6uFSC'P]:3AtHQELL9Q-g@9/]KF;*hsRe%QZ&Iu<?1ROAB#(Y:?r_bOmlu@6]7`P(@[sH9OU`[6K$3k\uG#O+7m$,PW3M,/QUDJDDm::TQ.EckJ]WKV4;Imq*%$n:]!OB^YYN1*dd]Y>GkL4p#D]^jPK9*o%-(/jQ]`cYo'@7Ltb$Y09OFUQ,g#\leeP+H%]T=^Qi8%5e<9S",[Oqq>04AOj9:W04:tl>8[KcHG2iT(=9%JTK%ZGT_S^6(.@e`8MdgLi`1#f6I!e1:\DWk"EKoT?Lb"gB`O3r`GMU?C7j%\X6Jl!%A6Ig>^oq:DOQY3NM1@s#W2=11rK^d'pI3ClbkGdCeO$JqkgPq*u7E\ZIYIieA$T00!B%n]h87D.^.r,gaCJ3"a_coiON?.+6@jZT@jPuYoS9P6Rd\ZO?uq!"G"#sk.9):@XIR_bMBC.rtaEr.\>CYF:Y(/;/7n;mb.29IOEsr12WBs`^$j7^h.@o]jg7rhE(2LG\JU>6W6L!M?#,u;hjK:&3V6,rC`@*hL0uBInh1RdFgJU/a)B$<*<;&)!LCJ\sD(o)!dLW"?o*qhXMW#e$u+KK;CYTRMgm>_DjpiHsT<K@fN<@3=&-gb"0m-gZ+YjN;KXjkHJlG"HX9h>$"d?GHCB.VAYk#gcSiaM3DTa6r*#R=tA6$Be/(do=!1s<;U^$)N%tl=A_&OM6/pD_>lX,W=7GX&&&Lj49~>
-endstream
-endobj
-17 0 obj
-<< /Type /Page
-/Parent 1 0 R
-/MediaBox [ 0 0 612 792 ]
-/Resources 3 0 R
-/Contents 16 0 R
-/Annots 18 0 R
->>
-endobj
-18 0 obj
-[
-19 0 R
-20 0 R
-21 0 R
-22 0 R
-23 0 R
-24 0 R
-25 0 R
-26 0 R
-27 0 R
-28 0 R
-29 0 R
-]
-endobj
-19 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 318.6 629.666 407.592 617.666 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://subversion.tigris.org/)
-/S /URI >>
-/H /I
->>
-endobj
-20 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 297.3 616.466 317.952 604.466 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://subversion.tigris.org/project_packages.html)
-/S /URI >>
-/H /I
->>
-endobj
-21 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 168.312 603.266 188.964 591.266 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://tortoisesvn.tigris.org/)
-/S /URI >>
-/H /I
->>
-endobj
-22 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 418.92 603.266 454.248 591.266 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://subclipse.tigris.org/)
-/S /URI >>
-/H /I
->>
-endobj
-23 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 477.576 603.266 510.912 591.266 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://svnup.tigris.org/)
-/S /URI >>
-/H /I
->>
-endobj
-24 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 590.066 118.656 578.066 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://svnup.tigris.org/)
-/S /URI >>
-/H /I
->>
-endobj
-25 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 90.0 524.532 327.636 512.532 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://svn.apache.org/viewcvs.cgi/lucene/hadoop/)
-/S /URI >>
-/H /I
->>
-endobj
-26 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 279.648 472.198 503.616 460.198 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://svn.apache.org/repos/asf/lucene/hadoop/)
-/S /URI >>
-/H /I
->>
-endobj
-27 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 303.288 458.998 323.94 446.998 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.apache.org/dev/version-control.html#anon-svn)
-/S /URI >>
-/H /I
->>
-endobj
-28 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 250.656 406.664 479.292 394.664 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (https://svn.apache.org/repos/asf/lucene/hadoop/)
-/S /URI >>
-/H /I
->>
-endobj
-29 0 obj
-<< /Type /Annot
-/Subtype /Link
-/Rect [ 297.288 393.464 317.94 381.464 ]
-/C [ 0 0 0 ]
-/Border [ 0 0 0 ]
-/A << /URI (http://www.apache.org/dev/version-control.html#https-svn)
-/S /URI >>
-/H /I
->>
-endobj
-31 0 obj
-<<
- /Title (\376\377\0\61\0\40\0\117\0\166\0\145\0\162\0\166\0\151\0\145\0\167)
- /Parent 30 0 R
- /Next 32 0 R
- /A 9 0 R
->> endobj
-32 0 obj
-<<
- /Title (\376\377\0\62\0\40\0\127\0\145\0\142\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\157\0\156\0\154\0\171\0\51)
- /Parent 30 0 R
- /Prev 31 0 R
- /Next 33 0 R
- /A 11 0 R
->> endobj
-33 0 obj
-<<
- /Title (\376\377\0\63\0\40\0\101\0\156\0\157\0\156\0\171\0\155\0\157\0\165\0\163\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\157\0\156\0\154\0\171\0\51)
- /Parent 30 0 R
- /Prev 32 0 R
- /Next 34 0 R
- /A 13 0 R
->> endobj
-34 0 obj
-<<
- /Title (\376\377\0\64\0\40\0\103\0\157\0\155\0\155\0\151\0\164\0\164\0\145\0\162\0\40\0\101\0\143\0\143\0\145\0\163\0\163\0\40\0\50\0\162\0\145\0\141\0\144\0\55\0\167\0\162\0\151\0\164\0\145\0\51)
- /Parent 30 0 R
- /Prev 33 0 R
- /A 15 0 R
->> endobj
-35 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-36 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F5
-/BaseFont /Times-Roman
-/Encoding /WinAnsiEncoding >>
-endobj
-37 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
-/Encoding /WinAnsiEncoding >>
-endobj
-38 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
-/Encoding /WinAnsiEncoding >>
-endobj
-39 0 obj
-<< /Type /Font
-/Subtype /Type1
-/Name /F7
-/BaseFont /Times-Bold
-/Encoding /WinAnsiEncoding >>
-endobj
-1 0 obj
-<< /Type /Pages
-/Count 2
-/Kids [6 0 R 17 0 R ] >>
-endobj
-2 0 obj
-<< /Type /Catalog
-/Pages 1 0 R
- /Outlines 30 0 R
- /PageMode /UseOutlines
- >>
-endobj
-3 0 obj
-<< 
-/Font << /F3 35 0 R /F5 36 0 R /F1 37 0 R /F2 38 0 R /F7 39 0 R >> 
-/ProcSet [ /PDF /ImageC /Text ] >> 
-endobj
-9 0 obj
-<<
-/S /GoTo
-/D [17 0 R /XYZ 85.0 659.0 null]
->>
-endobj
-11 0 obj
-<<
-/S /GoTo
-/D [17 0 R /XYZ 85.0 567.066 null]
->>
-endobj
-13 0 obj
-<<
-/S /GoTo
-/D [17 0 R /XYZ 85.0 501.532 null]
->>
-endobj
-15 0 obj
-<<
-/S /GoTo
-/D [17 0 R /XYZ 85.0 435.998 null]
->>
-endobj
-30 0 obj
-<<
- /First 31 0 R
- /Last 34 0 R
->> endobj
-xref
-0 40
-0000000000 65535 f 
-0000006741 00000 n 
-0000006806 00000 n 
-0000006898 00000 n 
-0000000015 00000 n 
-0000000071 00000 n 
-0000000670 00000 n 
-0000000790 00000 n 
-0000000836 00000 n 
-0000007021 00000 n 
-0000000971 00000 n 
-0000007084 00000 n 
-0000001108 00000 n 
-0000007150 00000 n 
-0000001245 00000 n 
-0000007216 00000 n 
-0000001382 00000 n 
-0000002945 00000 n 
-0000003068 00000 n 
-0000003165 00000 n 
-0000003346 00000 n 
-0000003548 00000 n 
-0000003732 00000 n 
-0000003913 00000 n 
-0000004091 00000 n 
-0000004266 00000 n 
-0000004465 00000 n 
-0000004665 00000 n 
-0000004873 00000 n 
-0000005074 00000 n 
-0000007282 00000 n 
-0000005283 00000 n 
-0000005422 00000 n 
-0000005655 00000 n 
-0000005924 00000 n 
-0000006185 00000 n 
-0000006298 00000 n 
-0000006408 00000 n 
-0000006516 00000 n 
-0000006632 00000 n 
-trailer
-<<
-/Size 40
-/Root 2 0 R
-/Info 4 0 R
->>
-startxref
-7333
-%%EOF

+ 0 - 148
src/docs/src/documentation/content/xdocs/credits.xml

@@ -1,148 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-          "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document> 
-
-<header>
-  <title>Hadoop credits</title> 
-</header> 
-
-<body>
-
-<section>
-<title>Committers</title>
-
-<p>Hadoop's active committers are:</p>
-
-<table>
-
-  <tr>
-    <th>username</th>
-    <th>name</th>
-    <th>organization</th>
-    <th>roles</th>
-    <th>timezone</th>
-  </tr>
-
-  <tr>
-    <td>ab</td>
-    <td>Andrzej Bialecki</td>
-    <td>Getopt</td>
-    <td></td>
-    <td>+1</td>
-  </tr>
-
-  <tr>
-    <td>acmurthy</td>
-    <td><a href="http://people.apache.org/~acmurthy">Arun C Murthy</a></td>
-    <td>Yahoo!</td>
-    <td></td>
-    <td>+5.5</td>
-  </tr>
-
-  <tr>
-    <td>cutting</td>
-    <td><a href="http://blog.lucene.com/">Doug Cutting</a></td>
-    <td>Yahoo!</td>
-    <td></td>
-    <td>-8</td>
-  </tr>
-
-  <tr>
-    <td>ddas</td>
-    <td><a href="http://people.apache.org/~ddas">Devaraj Das</a></td>
-    <td>Yahoo!</td>
-    <td></td>
-    <td>+5.5</td>
-  </tr>
-
-  <tr>
-    <td>dhruba</td>
-    <td>Dhruba Borthakur</td>
-    <td>Yahoo!</td>
-    <td></td>
-    <td>-8</td>
-  </tr>
-
-  <tr>
-    <td>enis</td>
-    <td><a href="http://people.apache.org/~enis">Enis Soztutar</a></td>
-    <td>Agmlab</td>
-    <td></td>
-    <td>+2</td>
-  </tr>
-
-  <tr>
-    <td>jimk</td>
-    <td>Jim Kellerman</td>
-    <td>Powerset</td>
-    <td>HBase</td>
-    <td>-8</td>
-  </tr>
-
-  <tr>
-    <td>nigel</td>
-    <td><a href="http://people.apache.org/~nigel">Nigel Daley</a></td>
-    <td>Yahoo!</td>
-    <td>QA</td>
-    <td>-8</td>
-  </tr>
-    
-  <tr>
-    <td>omalley</td>
-    <td><a href="http://people.apache.org/~omalley">Owen O'Malley</a></td>
-    <td>Yahoo!</td>
-    <td></td>
-    <td>-8</td>
-  </tr>
-    
-  <tr>
-    <td>stack</td>
-    <td>Michael Stack</td>
-    <td>Powerset</td>
-    <td>HBase</td>
-    <td>-8</td>
-  </tr>
-    
-  <tr>
-    <td>taton</td>
-    <td><a href="http://people.apache.org/~taton">Christophe Taton</a></td>
-    <td>INRIA</td>
-    <td></td>
-    <td>+1</td>
-  </tr>
-    
-  <tr>
-    <td>tomwhite</td>
-    <td><a href="http://weblogs.java.net/blog/tomwhite/">Tom White</a></td>
-    <td></td>
-    <td></td>
-    <td>0</td>
-  </tr>
-
-</table>
-</section>
-
-<section>
-<title>Contributors</title>
-
-<p>A list of Hadoop contributors and their contributions is available from
-<a href="https://issues.apache.org/jira/secure/ConfigureReport.jspa?versionId=-2&amp;selectedProjectId=12310240&amp;reportKey=com.sourcelabs.jira.plugin.report.contributions%3Acontributionreport&amp;Next=Next">Jira</a>
-</p>
-
-</section>
-
-<section>
-<title>Emeriti</title>
-
-<p>Committers who are no longer active on Hadoop are:</p>
-
-<ul>
-  <li>Mike Cafarella</li>
-</ul>
-</section>
-
-</body>
-</document>

+ 0 - 28
src/docs/src/documentation/content/xdocs/documentation.xml

@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document>
-  
-  <header>
-    <title>Hadoop Documentation</title>
-  </header>
-  
-  <body>
-    <p>
-    The following documents provide concepts and procedures that will help you 
-    get started using Hadoop. If you have more questions, you can ask the 
-    <a href="mailing_lists.html">mailing list</a> or browse the archives.
-    </p>
-    <ul>
-      <li><a href="quickstart.html">Hadoop Quickstart</a></li>
-      <li><a href="cluster_setup.html">Hadoop Cluster Setup</a></li>
-      <li><a href="hdfs_design.html">Hadoop Distributed File System</a></li>
-      <li><a href="mapred_tutorial.html">Hadoop Map-Reduce Tutorial</a></li>
-      <li><a href="ext:api/index">API Docs</a></li>
-      <li><a href="ext:wiki">Wiki</a></li>
-      <li><a href="ext:faq">FAQ</a></li>
-    </ul>
-  </body>
-  
-</document>

+ 20 - 79
src/docs/src/documentation/content/xdocs/index.xml

@@ -1,87 +1,28 @@
 <?xml version="1.0"?>
 <?xml version="1.0"?>
 
 
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-          "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document> 
-
-  <header> 
-    <title>Welcome to Hadoop!</title> 
-  </header> 
-
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document>
+  
+  <header>
+    <title>Hadoop Documentation</title>
+  </header>
+  
   <body>
   <body>
     <p>
     <p>
-    Hadoop is a software platform that lets one easily write and run
-    applications that process vast amounts of data.</p>
-
-    <p>Here's what makes Hadoop especially useful:</p>
+    The following documents provide concepts and procedures that will help you 
+    get started using Hadoop. If you have more questions, you can ask the 
+    <a href="ext:lists">mailing list</a> or browse the archives.
+    </p>
     <ul>
     <ul>
-      <li><strong>Scalable:</strong>
-      Hadoop can reliably store and process petabytes.</li>
-      <li><strong>Economical:</strong>
-      It distributes the data and processing across clusters of
-      commonly available computers. These clusters can number into the
-      thousands of nodes.</li>
-      <li><strong>Efficient:</strong>
-      By distributing the data, Hadoop can process it in parallel on
-      the nodes where the data is located. This makes it extremely
-      rapid.</li>
-      <li><strong>Reliable:</strong>
-      Hadoop automatically maintains multiple copies of data and
-      automatically redeploys computing tasks based on failures.</li>
+      <li><a href="quickstart.html">Hadoop Quickstart</a></li>
+      <li><a href="cluster_setup.html">Hadoop Cluster Setup</a></li>
+      <li><a href="hdfs_design.html">Hadoop Distributed File System</a></li>
+      <li><a href="mapred_tutorial.html">Hadoop Map-Reduce Tutorial</a></li>
+      <li><a href="ext:api/index">API Docs</a></li>
+      <li><a href="ext:wiki">Wiki</a></li>
+      <li><a href="ext:faq">FAQ</a></li>
     </ul>
     </ul>
-    <p>
-    Hadoop implements <a
-    href="http://wiki.apache.org/lucene-hadoop/HadoopMapReduce">MapReduce</a>,
-    using the Hadoop Distributed File System (<a
-    href="hdfs_design.html"><acronym title="Hadoop Distributed File
-    System">HDFS</acronym></a>) (see figure below.)  MapReduce divides
-    applications into many small blocks of work.  HDFS creates
-    multiple replicas of data blocks for reliability, placing them on
-    compute nodes around the cluster.  MapReduce can then process the
-    data where it is located.
-    </p>
-
-    <p>Hadoop has been demonstrated on clusters with 2000 nodes.
-    The current design target is 10,000 node clusters.</p>
-
-    <p>Hadoop is a <a href="ext:lucene">Lucene</a> sub-project
-    that contains the distributed computing platform that was
-    formerly a part of <a href="ext:nutch">Nutch</a>. 
-    </p>
-
-    <p>For more information about Hadoop, please see the <a
-    href="ext:wiki">Hadoop wiki.</a></p>     
-
-
-    <figure alt="architecture" src="images/architecture.gif" />
-
-    <section>
-      <title> Getting Started </title>
-      <p>
-      The Hadoop project plans to scale Hadoop up to handling thousands of computers. However, to begin with you can start by installing in on a single machine or a very small cluster.
-      </p>
-      <ol>
-        <li><a href="documentation.html">Learn about</a> Hadoop by reading the documentation.</li>
-        <li><a href="releases.html">Download</a> Hadoop from the release page.</li>
-        <li>Hadoop <a href="quickstart.html">Quickstart</a>.</li>
-        <li><a href="cluster_setup.html">Hadoop Cluster Setup</a>.</li>
-        <li><a href="mailing_lists.html">Discuss it</a> on the mailing list.</li>
-      </ol>
-    </section>
-
-    <section>
-      <title> Getting Involved </title>
-      <p>
-      Hadoop is an open source volunteer project under the Apache Software Foundation. We encourage you to learn about the project and contribute your expertise. Here are some starter links:
-      </p>
-      <ol>
-        <li>See our <a href="http://wiki.apache.org/lucene-hadoop/HowToContribute">How to Contribute to Hadoop</a> page.</li>
-        <li>Give us <a href="issue_tracking.html">feedback</a>: What can we do better?</li>
-        <li>Join the <a href="mailing_lists.html">mailing list</a>: Meet the community.</li>
-      </ol>
-    </section>
-
   </body>
   </body>
-
+  
 </document>
 </document>

+ 0 - 23
src/docs/src/documentation/content/xdocs/irc.xml

@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-          "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document>
-  
-  <header>
-    <title>Hadoop IRC Channel</title>
-  </header>
-  
-  <body>
-
-    <p>There is an IRC channel dedicated to hadoop at <strong>irc.freenode.org</strong>. 
-    The name of the channel is <strong>#hadoop</strong>.</p> 
-    
-    <p>
-      The IRC channel can be used for online discussion about hadoop related stuff, but developers should be careful to transfer all the official decisions or useful discussions to the issue tracking system.
-    </p>  
-
-  </body>
-  
-</document>

+ 0 - 22
src/docs/src/documentation/content/xdocs/issue_tracking.xml

@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document>
-  
-  <header>
-    <title>Hadoop Issue Tracking</title>
-  </header>
-  
-  <body>
-    <p>
-    Hadoop tracks both bugs and enhancement requests <a href="http://issues.apache.org/jira/browse/HADOOP">here</a> using Apache JIRA.
-    We welcome input, however, <strong>before filing a request,</strong> please make sure you do the following:
-    </p>
-    <ul>
-      <li>Search the JIRA database.</li>
-      <li>Check the user <a href="mailing_lists.html#Users">mailing list</a>, both by searching the archives and by asking questions.</li>
-    </ul>
-  </body>
-  
-</document>

+ 0 - 72
src/docs/src/documentation/content/xdocs/mailing_lists.xml

@@ -1,72 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-          "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document>
-  
-  <header>
-    <title>Hadoop Mailing Lists</title>
-  </header>
-  
-  <body>
-  
-    <section>
-      <title>Users</title>
-
-      <p>If you use Hadoop, please subscribe to the Hadoop user mailing list.</p>
-
-      <p>
-        The Hadoop user mailing list is :
-        <a href="mailto:hadoop-user@lucene.apache.org">hadoop-user@lucene.apache.org</a>.
-      </p>      
-      <ul>
-        <li><a href="mailto:hadoop-user-subscribe@lucene.apache.org">Subscribe to List</a></li>
-        <li><a href="mailto:hadoop-user-unsubscribe@lucene.apache.org">Unsubscribe from List</a></li>
-        <li>Search List Archive on <a href="http://www.mail-archive.com/hadoop-user%40lucene.apache.org/">The Mail Archive</a>,
-        <a href="http://www.nabble.com/Hadoop-Users-f17067.html">Nabble</a>,
-        or <a href="http://dir.gmane.org/gmane.comp.jakarta.lucene.hadoop.user">Gmane</a></li>
-        <li><a href="http://mail-archives.apache.org/mod_mbox/lucene-hadoop-user/">View List Archive</a> (<a href="http://lucene.apache.org/mail/hadoop-user/">Raw files</a>)</li>
-      </ul>
-      <note>In order to post to the list, it is necessary to first subscribe to it.</note>
-    </section>
-  
-    <section>
-      <title>Developers</title>
-
-      <p>If you'd like to contribute to Hadoop, please subscribe to the
-      Hadoop developer mailing list.</p>
-
-      <p>
-        The Hadoop developer mailing list is :
-        <a href="mailto:hadoop-dev@lucene.apache.org">hadoop-dev@lucene.apache.org</a>.
-      </p>      
-      <ul>
-        <li><a href="mailto:hadoop-dev-subscribe@lucene.apache.org">Subscribe to List</a></li>
-        <li><a href="mailto:hadoop-dev-unsubscribe@lucene.apache.org">Unsubscribe from List</a></li>
-        <li>Search List Archive on <a href="http://www.mail-archive.com/hadoop-dev%40lucene.apache.org/">The Mail Archive</a>,
-        <a href="http://www.nabble.com/Hadoop-Dev-f17068.html">Nabble</a>,
-        or <a href="http://dir.gmane.org/gmane.comp.jakarta.lucene.hadoop.devel">Gmane</a></li>
-        <li><a href="http://mail-archives.apache.org/mod_mbox/lucene-hadoop-dev/">View List Archive</a> (<a href="http://lucene.apache.org/mail/hadoop-dev/">Raw files</a>)</li>
-      </ul>
-      <note>In order to post to the list, it is necessary to first subscribe to it.</note>
-    </section>
-  
-    <section>
-      <title>Commits</title>
-
-      <p>If you'd like to see changes made in Hadoop's <a
-      href="version_control.html">version control system</a>
-      then subscribe to the Hadoop commit mailing list.</p>
-
-      <ul>
-        <li><a href="mailto:hadoop-commits-subscribe@lucene.apache.org">Subscribe to List</a></li>
-        <li><a href="mailto:hadoop-commits-unsubscribe@lucene.apache.org">Unsubscribe from List</a></li>
-        <li>Search List Archive on <a href="http://www.mail-archive.com/hadoop-commits%40lucene.apache.org/">The Mail Archive</a></li>        
-        <li><a href="http://mail-archives.apache.org/mod_mbox/lucene-hadoop-commits/">View List Archive</a> (<a href="http://lucene.apache.org/mail/hadoop-commits/">Raw files</a>)</li>
-      </ul>
-    </section>
-  
-  </body>
-  
-</document>

+ 1 - 1
src/docs/src/documentation/content/xdocs/quickstart.xml

@@ -93,7 +93,7 @@
       
       
       <p>
       <p>
         First, you need to get a Hadoop distribution: download a recent 
         First, you need to get a Hadoop distribution: download a recent 
-        <a href="releases.html">stable release</a> and unpack it.
+        <a href="ext:releases">stable release</a> and unpack it.
       </p>
       </p>
 
 
       <p>
       <p>

+ 0 - 111
src/docs/src/documentation/content/xdocs/releases.xml

@@ -1,111 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-          "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document> 
-
-  <header> 
-    <title>Releases</title> 
-  </header> 
-
-  <body> 
-
-    <section>
-      <title>Download</title>
-
-      <p>Releases may be downloaded from Apache mirrors.</p>
-
-      <p>
-      <a href="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/">
-      <strong><strong>Download a release now!</strong></strong></a>
-      </p>
-
-      <p>On the mirror, all recent releases are available, but are not
-      guaranteed to be stable. For stable releases, look in the stable
-      directory.
-      </p>
-
-    </section>
-
-    <section>
-      <title>Release Notes</title>
-
-      <p>Release notes for Hadoop releases are available in Jira.</p>
-
-      <p>
-      <a href="http://issues.apache.org/jira/browse/HADOOP?report=com.atlassian.jira.plugin.system.project:changelog-panel">
-      <strong><strong>Browse release notes now!</strong></strong></a>
-      </p>
-
-    </section>
-
-    <section>
-      <title>News</title>
-
-      <section>
-        <title>27 November, 2007: release 0.15.1 available </title>
-        <p>This release fixes critical bugs in release 0.15.0.</p>
-      </section>
-
-      <section>
-        <title>26 November, 2007: release 0.14.4 available </title>
-        <p>This release fixes critical bugs in release 0.14.3.</p>
-      </section>
-
-      <section>
-        <title>29 October 2007: release 0.15.0 available </title>
-	<p>This release contains my improvements, new features, bug
-        fixes and optimizations.</p>
-	<p>Notably, this contains the first working version of <a
-	href="http://wiki.apache.org/lucene-hadoop/Hbase">HBase</a>.</p>
-        <p>See the release notes (above) for details.</p>
-
-	<note>When upgrading an existing HDFS filesystem to a 0.15.x
-	release from an earlier release, you should first start HDFS
-	with 'bin/start-dfs.sh -upgrade'.  See the <a
-	href="http://wiki.apache.org/lucene-hadoop/Hadoop_Upgrade">Hadoop
-	Upgrade</a> page for details.</note>
-
-      </section>
-
-      <section>
-        <title>19 October, 2007: release 0.14.3 available </title>
-	<p>This release fixes critical bugs in release 0.14.2.</p>
-      </section>
-
-      <section>
-        <title> 4 September, 2007: release 0.14.1 available </title>
-	<p>New features in release 0.14 include:</p>
-
-	<ul>
-	  <li>Better checksums in HDFS.  Checksums are no longer
-	  stored in parallel HDFS files, but are stored directly by
-	  datanodes alongside blocks.  This is more efficient for the
-	  namenode and also improves data integrity.</li>
-
-	  <li>Pipes: A C++ API for MapReduce</li>
-
-	  <li>Eclipse Plugin, including HDFS browsing, job
-	  monitoring, etc.</li>
-
-	  <li>File modification times in HDFS.</li>
-	</ul>
-
-	<p>There are many other improvements, bug fixes, optimizations
-	and new features.  Performance and reliability are better than
-	ever.</p>
-
-	<note>When upgrading an existing HDFS filesystem to a 0.14.x
-	release from a 0.13.x or earlier release, you should first
-	start HDFS with 'bin/start-dfs.sh -upgrade'.  See the <a
-	href="http://wiki.apache.org/lucene-hadoop/Hadoop_0.14_Upgrade">Hadoop
-	0.14 Upgrade</a> page for details.</note>
-
-      </section>
-     
-    </section>
-
-  </body>
-
-</document>

+ 6 - 20
src/docs/src/documentation/content/xdocs/site.xml

@@ -16,15 +16,8 @@ See http://forrest.apache.org/docs/linking.html for more info.
 
 
 <site label="Hadoop" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
 <site label="Hadoop" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
 
 
-  <project label="Project">
-    <releases  label="Releases"           href="releases.html" />
-    <news      label="News"               href="releases.html#News" />
-    <credits   label="Credits"            href="credits.html" /> 
-    <store     label="Buy Stuff"          href="ext:store" />    
-  </project>
-
   <docs label="Documentation"> 
   <docs label="Documentation"> 
-    <overview  label="Overview"           href="documentation.html" />
+    <overview  label="Overview"           href="index.html" />
     <quickstart label="Quickstart"        href="quickstart.html" />
     <quickstart label="Quickstart"        href="quickstart.html" />
     <setup     label="Cluster Setup"      href="cluster_setup.html" />
     <setup     label="Cluster Setup"      href="cluster_setup.html" />
     <hdfs      label="HDFS Architecture"  href="hdfs_design.html" />
     <hdfs      label="HDFS Architecture"  href="hdfs_design.html" />
@@ -32,23 +25,16 @@ See http://forrest.apache.org/docs/linking.html for more info.
     <api       label="API Docs"           href="ext:api/index" />
     <api       label="API Docs"           href="ext:api/index" />
     <wiki      label="Wiki"               href="ext:wiki" />
     <wiki      label="Wiki"               href="ext:wiki" />
     <faq       label="FAQ"                href="ext:faq" />
     <faq       label="FAQ"                href="ext:faq" />
-    <usermail  label="Mailing Lists"      href="mailing_lists.html#Users" />
+    <lists     label="Mailing Lists"      href="ext:lists" />
   </docs>
   </docs>
 
 
-  <resources label="Developers">
-    <devmail   label="Mailing Lists"      href="mailing_lists.html#Developers" />
-    <issues    label="Issue Tracking"     href="issue_tracking.html" />
-    <vcs       label="Version Control"    href="version_control.html" />
-    <nightly   label="Nightly Build"      href="ext:nightly" />
-    <irc       label="IRC Channel"        href="irc.html" />
-  </resources>
-
   <external-refs>
   <external-refs>
+    <site      href="http://lucene.apache.org/hadoop/"/>
+    <lists     href="http://lucene.apache.org/hadoop/mailing_lists.html"/>
+    <releases  href="http://lucene.apache.org/hadoop/releases.html"/>
+    <jira      href="http://lucene.apache.org/hadoop/issue_tracking.html"/>
     <wiki      href="http://wiki.apache.org/lucene-hadoop/" />
     <wiki      href="http://wiki.apache.org/lucene-hadoop/" />
     <faq       href="http://wiki.apache.org/lucene-hadoop/FAQ" />
     <faq       href="http://wiki.apache.org/lucene-hadoop/FAQ" />
-    <nightly   href="http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/" />
-    <releases  href="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/" />
-    <store     href="http://www.cafepress.com/hadoop/" />
     <lucene    href="http://lucene.apache.org/" />
     <lucene    href="http://lucene.apache.org/" />
     <nutch     href="http://lucene.apache.org/nutch/" />
     <nutch     href="http://lucene.apache.org/nutch/" />
     <hadoop-default href="http://lucene.apache.org/hadoop/hadoop-default.html" />
     <hadoop-default href="http://lucene.apache.org/hadoop/hadoop-default.html" />

+ 2 - 1
src/docs/src/documentation/content/xdocs/tabs.xml

@@ -14,7 +14,8 @@
     directory (ends in '/'), in which case /index.html will be added
     directory (ends in '/'), in which case /index.html will be added
   -->
   -->
 
 
-  <tab label="Main" dir="" />  
+  <tab label="Project" href="http://lucene.apache.org/hadoop/" />
   <tab label="Wiki" href="http://wiki.apache.org/lucene-hadoop" />
   <tab label="Wiki" href="http://wiki.apache.org/lucene-hadoop" />
+  <tab label="Hadoop 0.16 Documentation" dir="" />  
   
   
 </tabs>
 </tabs>

+ 0 - 55
src/docs/src/documentation/content/xdocs/version_control.xml

@@ -1,55 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document>
-  
-  <header>
-    <title>Hadoop Version Control System</title>
-  </header>
-  
-  <body>
-  
-    <section>
-      <title>Overview</title>
-      <p>
-        The Hadoop source code resides in the Apache <a href="http://subversion.tigris.org/">Subversion (SVN)</a> repository.
-        The command-line SVN client can be obtained <a href="http://subversion.tigris.org/project_packages.html">here</a>.
-        The TortoiseSVN GUI client for Windows can be obtained <a href="http://tortoisesvn.tigris.org/">here</a>. There
-        are also SVN plugins available for both <a href="http://subclipse.tigris.org/">Eclipse</a> and 
-        <a href="http://svnup.tigris.org/">IntelliJ IDEA</a>.
-      </p>
-    </section>
-    
-    <section>
-      <title>Web Access (read-only)</title>
-      <p>
-        The source code can be browsed via the Web at 
-        <a href="http://svn.apache.org/viewcvs.cgi/lucene/hadoop/">http://svn.apache.org/viewcvs.cgi/lucene/hadoop/</a>.
-        No SVN client software is required.
-      </p>
-    </section>
-    
-    <section>
-      <title>Anonymous Access (read-only)</title>
-      <p>
-        The SVN URL for anonymous users is 
-        <a href="http://svn.apache.org/repos/asf/lucene/hadoop/">http://svn.apache.org/repos/asf/lucene/hadoop/</a>.
-        Instructions for anonymous SVN access are 
-        <a href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
-      </p>
-    </section>
-    
-    <section>
-      <title>Committer Access (read-write)</title>
-      <p>
-        The SVN URL for committers is 
-        <a href="https://svn.apache.org/repos/asf/lucene/hadoop/">https://svn.apache.org/repos/asf/lucene/hadoop/</a>.
-        Instructions for committer SVN access are 
-        <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
-      </p>
-    </section>
-    
-  </body>
-  
-</document>

Some files were not shown because too many files changed in this diff