You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ni...@apache.org on 2011/01/12 07:19:51 UTC

svn commit: r1057996 [1/2] - in /hadoop/site: ./ author/ author/src/documentation/content/xdocs/ publish/

Author: nigel
Date: Wed Jan 12 06:19:50 2011
New Revision: 1057996

URL: http://svn.apache.org/viewvc?rev=1057996&view=rev
Log:
Move ZK to related projects but didn't remove tab nor change links since they're not ready with new site yet
Move mailing_list.html to general_lists.html and revamped mailing_lists.html to outline the project lists and their usage.
Removed forrest's JDK 5 dependency ala HADOOP-7072

Added:
    hadoop/site/author/src/documentation/content/xdocs/general_lists.html
    hadoop/site/publish/general_lists.html
    hadoop/site/publish/general_lists.pdf
Modified:
    hadoop/site/author/forrest.properties
    hadoop/site/author/src/documentation/content/xdocs/index.xml
    hadoop/site/author/src/documentation/content/xdocs/mailing_lists.xml
    hadoop/site/author/src/documentation/content/xdocs/site.xml
    hadoop/site/build.xml
    hadoop/site/publish/index.html
    hadoop/site/publish/index.pdf
    hadoop/site/publish/linkmap.html
    hadoop/site/publish/linkmap.pdf
    hadoop/site/publish/mailing_lists.html
    hadoop/site/publish/mailing_lists.pdf
    hadoop/site/publish/privacy_policy.html
    hadoop/site/publish/privacy_policy.pdf
    hadoop/site/publish/who.html

Modified: hadoop/site/author/forrest.properties
URL: http://svn.apache.org/viewvc/hadoop/site/author/forrest.properties?rev=1057996&r1=1057995&r2=1057996&view=diff
==============================================================================
--- hadoop/site/author/forrest.properties (original)
+++ hadoop/site/author/forrest.properties Wed Jan 12 06:19:50 2011
@@ -69,10 +69,13 @@ project.skin=hadoop-pelt
 #forrest.validate=true
 #forrest.validate.xdocs=${forrest.validate}
 #forrest.validate.skinconf=${forrest.validate}
-#forrest.validate.sitemap=${forrest.validate}
-#forrest.validate.stylesheets=${forrest.validate}
+# Workaround for http://issues.apache.org/jira/browse/FOR-984
+# Remove when forrest-0.9 is available
+forrest.validate.sitemap=false
+forrest.validate.stylesheets=false
+forrest.validate.skins.stylesheets=false
+# End of forrest-0.8 + JDK6 workaround
 #forrest.validate.skins=${forrest.validate}
-#forrest.validate.skins.stylesheets=${forrest.validate.skins}
 
 # *.failonerror=(true|false) - stop when an XML file is invalid
 #forrest.validate.failonerror=true

Added: hadoop/site/author/src/documentation/content/xdocs/general_lists.html
URL: http://svn.apache.org/viewvc/hadoop/site/author/src/documentation/content/xdocs/general_lists.html?rev=1057996&view=auto
==============================================================================
--- hadoop/site/author/src/documentation/content/xdocs/general_lists.html (added)
+++ hadoop/site/author/src/documentation/content/xdocs/general_lists.html Wed Jan 12 06:19:50 2011
@@ -0,0 +1,39 @@
+<?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 Top Level Project Mailing Lists</title>
+  </header>
+  
+  <body>
+  
+    <section>
+      <title>General</title>
+
+      <p>The general mailing list is for discussion of
+      Hadoop-related issues that are not specific to a Hadoop
+      sub-project.  All Hadoop releases are announced on this list.</p>
+
+      <note>This mailing list is not for end-user questions and
+      discussion.  Please use a more-specific subproject's -user
+      mailing list for such issues.</note>
+
+      <p>
+        The Hadoop general mailing list is :
+        <a href="mailto:general@hadoop.apache.org">general@hadoop.apache.org</a>.
+      </p>      
+      <ul>
+        <li><a href="mailto:general-subscribe@hadoop.apache.org">Subscribe to List</a></li>
+        <li><a href="mailto:general-unsubscribe@hadoop.apache.org">Unsubscribe from List</a></li>
+      </ul>
+
+      <note>In order to post to the list, it is necessary to first subscribe to it.</note>
+    </section>
+  
+  </body>
+  
+</document>

Modified: hadoop/site/author/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/hadoop/site/author/src/documentation/content/xdocs/index.xml?rev=1057996&r1=1057995&r2=1057996&view=diff
==============================================================================
--- hadoop/site/author/src/documentation/content/xdocs/index.xml (original)
+++ hadoop/site/author/src/documentation/content/xdocs/index.xml Wed Jan 12 06:19:50 2011
@@ -28,11 +28,8 @@
       
       <li><a href="ext:mr"><strong>MapReduce</strong></a>: 
       A software framework for distributed processing of large data sets on compute clusters.  </li>
-      
-      <li><a href="ext:zookeeper"><strong>ZooKeeper</strong></a>: 
-      A high-performance coordination service for distributed applications. </li>
       </ul>
-
+      
       <p>Other Hadoop-related projects at Apache include:</p>
       <ul>
 
@@ -54,6 +51,9 @@
       <li><a href="ext:pig"><strong>Pig</strong></a>: 
       A high-level data-flow language and execution framework for parallel computation.</li>
       
+      <li><a href="ext:zookeeper"><strong>ZooKeeper</strong></a>: 
+      A high-performance coordination service for distributed applications. </li>
+
       </ul>
 
 
@@ -72,6 +72,14 @@
     <title>News</title>
       
      <section>
+     <title>January 2011 - Zookeeper Graduates</title>
+     <p>Hadoop's Zookeeper subproject has graduated to become a
+     top-level Apache project.</p>
+     <p>Zookeeper can now be found
+     at <a href="http://zookeeper.apache.org/">http://zookeeper.apache.org/</a></p>
+     </section>
+
+     <section>
      <title>September 2010 - Hive and Pig Graduate</title>
      <p>Hadoop's Hive and Pig subprojects have graduated to become
      top-level Apache projects.</p>

Modified: hadoop/site/author/src/documentation/content/xdocs/mailing_lists.xml
URL: http://svn.apache.org/viewvc/hadoop/site/author/src/documentation/content/xdocs/mailing_lists.xml?rev=1057996&r1=1057995&r2=1057996&view=diff
==============================================================================
--- hadoop/site/author/src/documentation/content/xdocs/mailing_lists.xml (original)
+++ hadoop/site/author/src/documentation/content/xdocs/mailing_lists.xml Wed Jan 12 06:19:50 2011
@@ -6,34 +6,34 @@
 <document>
   
   <header>
-    <title>Hadoop Top Level Project Mailing Lists</title>
+    <title>Hadoop Project Mailing Lists</title>
   </header>
   
   <body>
   
-    <section>
-      <title>General</title>
+      <p>There are <strong>many mailing lists</strong> in the Hadoop project.
+      Please use the appropriate list described below.</p>
 
-      <p>The general mailing list is for discussion of
-      Hadoop-related issues that are not specific to a Hadoop
-      sub-project.  All Hadoop releases are announced on this list.</p>
+      <table>
+      <tr><th>Mailing List @hadoop.apache.org</th><th>Purpose</th></tr>
+      <tr><td>&nbsp; <strong><a href="ext:common-user">common-user@</a></strong></td><td>&nbsp; <strong>Primary mailing list for Hadoop user questions.</strong></td></tr>
+      <tr><td>&nbsp; <a href="ext:common-dev">common-dev@</a></td><td>&nbsp; Mailing list for those contributing to the development (code, documentation and tests) of the Hadoop Common project.</td></tr>
+      <tr><td>&nbsp; <a href="ext:common-issues">common-issues@</a></td><td>&nbsp; Mailing list to view all Jira issue changes made in the <a href="ext:common-jira">Hadoop Common Jira</a>. No direct posting allowed.</td></tr>
+      <tr><td>&nbsp; <a href="ext:common-commits">common-commits@</a></td><td>&nbsp; Mailing list to view all code changes (diffs) made in the Hadoop Common project. No direct posting allowed.</td></tr>
+      <tr><td>&nbsp; <strong><a href="ext:hdfs-user">hdfs-user@</a></strong></td><td>&nbsp; Mailing list for <strong>user questions related specifically to Hadoop HDFS.</strong></td></tr>
+      <tr><td>&nbsp; <a href="ext:hdfs-dev">hdfs-dev@</a></td><td>&nbsp; Mailing list for those contributing to the development (code, documentation and tests) of the Hadoop HDFS project.</td></tr>
+      <tr><td>&nbsp; <a href="ext:hdfs-issues">hdfs-issues@</a></td><td>&nbsp; Mailing list to view all Jira issue changes made in the <a href="ext:hdfs-jira">Hadoop HDFS Jira</a>. No direct posting allowed.</td></tr>
+      <tr><td>&nbsp; <a href="ext:hdfs-commits">hdfs-commits@</a></td><td>&nbsp; Mailing list to view all code changes (diffs) made in the Hadoop HDFS project. No direct posting allowed.</td></tr>
+      <tr><td>&nbsp; <strong><a href="ext:mr-user">mapreduce-user@</a></strong></td><td>&nbsp; Mailing list for <strong>user questions related specifically to Hadoop MapReduce.</strong></td></tr>
+      <tr><td>&nbsp; <a href="ext:mr-dev">mapreduce-dev@</a></td><td>&nbsp; Mailing list for those contributing to the development (code, documentation and tests) of the Hadoop MapReduce project</td></tr>
+      <tr><td>&nbsp; <a href="ext:mr-issues">mapreduce-issues@</a></td><td>&nbsp; Mailing list to view all Jira issue changes made in the <a href="ext:mr-jira">Hadoop MapReduce Jira</a>. No direct posting allowed.</td></tr>
+      <tr><td>&nbsp; <a href="ext:mr-commits">mapreduce-commits@</a></td><td>&nbsp; Mailing list to view all code changes (diffs) made in the Hadoop MapReduce project. No direct posting allowed.</td></tr>
+      <tr><td>&nbsp; <strong><a href="general_lists.html">general@</a></strong></td><td>&nbsp; Mailing list for <strong>discussion of Hadoop-related issues that are not specific to a Hadoop
+      sub-project.</strong> All Hadoop releases are announced on this list.
+      <br/>&nbsp; <strong>NOTE:</strong> This mailing list is not for end-user questions and discussion.  Please use a more-specific subproject's -user mailing list for such issues.</td></tr>
+      <tr><td>&nbsp; security@</td><td>&nbsp; Mailing list is a private list for security sensitive issues. You may post security-related issues here.</td></tr>
+      </table>
 
-      <note>This mailing list is not for end-user questions and
-      discussion.  Please use a more-specific subproject's -user
-      mailing list for such issues.</note>
-
-      <p>
-        The Hadoop general mailing list is :
-        <a href="mailto:general@hadoop.apache.org">general@hadoop.apache.org</a>.
-      </p>      
-      <ul>
-        <li><a href="mailto:general-subscribe@hadoop.apache.org">Subscribe to List</a></li>
-        <li><a href="mailto:general-unsubscribe@hadoop.apache.org">Unsubscribe from List</a></li>
-      </ul>
-
-      <note>In order to post to the list, it is necessary to first subscribe to it.</note>
-    </section>
-  
   </body>
   
 </document>

Modified: hadoop/site/author/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/hadoop/site/author/src/documentation/content/xdocs/site.xml?rev=1057996&r1=1057995&r2=1057996&view=diff
==============================================================================
--- hadoop/site/author/src/documentation/content/xdocs/site.xml (original)
+++ hadoop/site/author/src/documentation/content/xdocs/site.xml Wed Jan 12 06:19:50 2011
@@ -19,8 +19,8 @@
 
   <project label="About">
     <news       label="Welcome"          href="index.html" />    
-    <who         label="Who We Are?"   href="who.html" />    
     <mail         label="Mailing Lists"     href="mailing_lists.html" />    
+    <who         label="Who We Are?"   href="who.html" />    
     <poweredby label="Who Uses Hadoop?" href="ext:poweredby" />
     <store        label="Buy Stuff"         href="ext:store" />    
     <sponsor    label="Sponsor Apache" href="ext:sponsor" />    
@@ -32,7 +32,6 @@
     <common       label="Common" href="ext:common" />  
     <hdfs        label="HDFS" href="ext:hdfs" />  
     <mr          label="MapReduce"  href="ext:mr" />
-    <zookeeper   label="ZooKeeper"   href="ext:zookeeper" />    
   </docs>
 
   <docs label="Related Projects">   
@@ -43,19 +42,35 @@
     <hive    label="Hive"  href="ext:hive" /> 
     <mahout label="Mahout" href="ext:mahout" />    
     <pig     label="Pig"  href="ext:pig" />    
+    <zookeeper   label="ZooKeeper"   href="ext:zookeeper" />    
   </docs>
 
   <external-refs>
     <common      href="http://hadoop.apache.org/common/" />
+    <common-user href="http://hadoop.apache.org/common/mailing_lists.html#Users" />
+    <common-dev href="http://hadoop.apache.org/common/mailing_lists.html#Developers" />
+    <common-issues href="http://hadoop.apache.org/common/mailing_lists.html#Issues" />
+    <common-commits href="http://hadoop.apache.org/common/mailing_lists.html#Commits" />
+    <common-jira href="https://issues.apache.org/jira/browse/HADOOP" />
     <avro      href="http://avro.apache.org/" />
     <chukwa href="http://incubator.apache.org/chukwa/" />
     <hama    href="http://incubator.apache.org/hama/" />
     <hbase   href="http://hbase.apache.org/" />
     <hdfs      href="http://hadoop.apache.org/hdfs/" />
+    <hdfs-user href="http://hadoop.apache.org/hdfs/mailing_lists.html#Users" />
+    <hdfs-dev href="http://hadoop.apache.org/hdfs/mailing_lists.html#Developers" />
+    <hdfs-issues href="http://hadoop.apache.org/hdfs/mailing_lists.html#Issues" />
+    <hdfs-commits href="http://hadoop.apache.org/hdfs/mailing_lists.html#Commits" />
+    <hdfs-jira href="https://issues.apache.org/jira/browse/HDFS" />
     <hive      href="http://hive.apache.org/" />
     <zookeeper href="http://hadoop.apache.org/zookeeper/" />
     <mahout    href="http://mahout.apache.org/"/>
     <mr        href="http://hadoop.apache.org/mapreduce/"/>
+    <mr-user href="http://hadoop.apache.org/mapreduce/mailing_lists.html#Users" />
+    <mr-dev href="http://hadoop.apache.org/mapreduce/mailing_lists.html#Developers" />
+    <mr-issues href="http://hadoop.apache.org/mapreduce/mailing_lists.html#Issues" />
+    <mr-commits href="http://hadoop.apache.org/mapreduce/mailing_lists.html#Commits" />
+    <mr-jira href="https://issues.apache.org/jira/browse/MAPREDUCE" />
     <pig       href="http://pig.apache.org/"/>
     <poweredby href="http://wiki.apache.org/hadoop/PoweredBy"/>
     <store     href="http://www.cafepress.com/hadoop/" />

Modified: hadoop/site/build.xml
URL: http://svn.apache.org/viewvc/hadoop/site/build.xml?rev=1057996&r1=1057995&r2=1057996&view=diff
==============================================================================
--- hadoop/site/build.xml (original)
+++ hadoop/site/build.xml Wed Jan 12 06:19:50 2011
@@ -10,7 +10,6 @@
   <target name="update" depends="clean">
     <exec dir="author" executable="${forrest.home}/bin/forrest" 
           failonerror="true">
-      <env key="JAVA_HOME" value="${java5.home}"/>
     </exec>
     <copy todir="publish/">
       <fileset dir="author/build/site/" />

Added: hadoop/site/publish/general_lists.html
URL: http://svn.apache.org/viewvc/hadoop/site/publish/general_lists.html?rev=1057996&view=auto
==============================================================================
--- hadoop/site/publish/general_lists.html (added)
+++ hadoop/site/publish/general_lists.html Wed Jan 12 06:19:50 2011
@@ -0,0 +1,251 @@
+<!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="hadoop-pelt">
+<meta name="generator" content="">
+<title>Hadoop Top Level Project 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://hadoop.apache.org/">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://www.apache.org"><img class="logoImage" alt="Apache" src="images/apache_feather.gif" title="Apache Software Foundation"></a>
+</div>
+<!--+
+    |end group logo
+    +-->
+<!--+
+    |start Project Logo
+    +-->
+<div class="projectlogo">
+<a href="http://hadoop.apache.org/"><img class="logoImage" alt="Hadoop" src="images/hadoop-logo.jpg" title="Scalable Distributed Computing"></a>
+</div>
+<!--+
+    |end Project Logo
+    +-->
+<!--+
+    |start Search
+    +-->
+<div class="searchbox">
+<form action="http://search-hadoop.com/" method="get">
+<input onFocus="getBlank (this, 'Search with Apache Solr');" size="25" name="q" id="query" type="text" value="Search with Apache Solr">&nbsp;
+		  <input value="Search" type="submit">
+</form>
+</div>
+<!--+
+    |end search
+    +-->
+<!--+
+    |start Tabs
+    +-->
+<ul id="tabs">
+<li class="current">
+<a class="selected" href="index.html">Top</a>
+</li>
+<li>
+<a class="unselected" href="http://hadoop.apache.org/common/">Common</a>
+</li>
+<li>
+<a class="unselected" href="http://hadoop.apache.org/hdfs/">HDFS</a>
+</li>
+<li>
+<a class="unselected" href="http://hadoop.apache.org/mapreduce/">MapReduce</a>
+</li>
+<li>
+<a class="unselected" href="http://hadoop.apache.org/zookeeper/">ZooKeeper</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">About</div>
+<div id="menu_1.1" class="menuitemgroup">
+<div class="menuitem">
+<a href="index.html">Welcome</a>
+</div>
+<div class="menuitem">
+<a href="mailing_lists.html">Mailing Lists</a>
+</div>
+<div class="menuitem">
+<a href="who.html">Who We Are?</a>
+</div>
+<div class="menuitem">
+<a href="http://wiki.apache.org/hadoop/PoweredBy">Who Uses Hadoop?</a>
+</div>
+<div class="menuitem">
+<a href="http://www.cafepress.com/hadoop/">Buy Stuff</a>
+</div>
+<div class="menuitem">
+<a href="http://www.apache.org/foundation/sponsorship.html">Sponsor Apache</a>
+</div>
+<div class="menuitem">
+<a href="http://www.apache.org/foundation/thanks.html">Sponsors of Apache</a>
+</div>
+<div class="menuitem">
+<a href="privacy_policy.html">Privacy Policy</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.2', 'skin/')" id="menu_1.2Title" class="menutitle">Sub-Projects</div>
+<div id="menu_1.2" class="menuitemgroup">
+<div class="menuitem">
+<a href="http://hadoop.apache.org/common/">Common</a>
+</div>
+<div class="menuitem">
+<a href="http://hadoop.apache.org/hdfs/">HDFS</a>
+</div>
+<div class="menuitem">
+<a href="http://hadoop.apache.org/mapreduce/">MapReduce</a>
+</div>
+</div>
+<div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Related Projects</div>
+<div id="menu_1.3" class="menuitemgroup">
+<div class="menuitem">
+<a href="http://avro.apache.org/">Avro</a>
+</div>
+<div class="menuitem">
+<a href="http://incubator.apache.org/chukwa/">Chukwa</a>
+</div>
+<div class="menuitem">
+<a href="http://incubator.apache.org/hama/">Hama</a>
+</div>
+<div class="menuitem">
+<a href="http://hbase.apache.org/">HBase</a>
+</div>
+<div class="menuitem">
+<a href="http://hive.apache.org/">Hive</a>
+</div>
+<div class="menuitem">
+<a href="http://mahout.apache.org/">Mahout</a>
+</div>
+<div class="menuitem">
+<a href="http://pig.apache.org/">Pig</a>
+</div>
+<div class="menuitem">
+<a href="http://hadoop.apache.org/zookeeper/">ZooKeeper</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="general_lists.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
+        PDF</a>
+</div>
+<h1>Hadoop Top Level Project Mailing Lists</h1>
+<div id="minitoc-area">
+<ul class="minitoc">
+<li>
+<a href="#"></a>
+</li>
+</ul>
+</div>
+<a name="N10012"></a>
+<h2 class="h3"></h2>
+<div class="section">
+<p>The general mailing list is for discussion of Hadoop-related issues that are not specific to a Hadoop sub-project. All Hadoop releases are announced on this list.</p>
+<p>The Hadoop general mailing list is : <a href="mailto:general@hadoop.apache.org">general@hadoop.apache.org</a>.</p>
+<ul>
+<li>
+<a href="mailto:general-subscribe@hadoop.apache.org">Subscribe to List</a>
+</li>
+<li>
+<a href="mailto:general-unsubscribe@hadoop.apache.org">Unsubscribe from List</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>
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script><script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-7453027-1");
+pageTracker._trackPageview();
+} catch(err) {}</script>
+</body>
+</html>

Added: hadoop/site/publish/general_lists.pdf
URL: http://svn.apache.org/viewvc/hadoop/site/publish/general_lists.pdf?rev=1057996&view=auto
==============================================================================
--- hadoop/site/publish/general_lists.pdf (added)
+++ hadoop/site/publish/general_lists.pdf Wed Jan 12 06:19:50 2011
@@ -0,0 +1,196 @@
+%PDF-1.3
+%ª«¬­
+4 0 obj
+<< /Type /Info
+/Producer (FOP 0.20.5) >>
+endobj
+5 0 obj
+<< /Length 403 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb!#V5u,<O&A7lTb:PlqGTAk@,_SPt'ga$on-q@1e7jP%>`qq%n#;MNFqG8#51m3un]n:LY0#oP!A5c&>nQ4ZOt]uM"Ld%j\Vm;9d3Qt%^V`ul>qE,6bTQ$tgV$$:"LhuY)@u9uqe"!e#O[J\WS:E<W;E9\_$fIrSJ24fPE_j=1.-qeR-L<7`3JLGnbIa<!6&=3'PX#3'3c9VNH'()Sg%D7HYM6N["0,%aH$9fk2aWPd9KEG@@7!d4-&qeS,T0?cB'Aj$&JAjO"3pg7K\UE6`-fF+N=F:asD-6.e5jec8b_U+%A&hKFE6\;UR[mO=+#qS%l>"n#g!!"$8VdM&pZV<8agbn_dkTPTbL_eaQR\6"FCggLW+h[\X#,$-YB[mK79Odr!?mqUU,rYR.;&~>
+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
+]
+endobj
+8 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 102.0 546.166 107.0 534.166 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 9 0 R
+/H /I
+>>
+endobj
+10 0 obj
+<< /Length 1090 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GatU295iQ=%)2U?kdD7/<(jYNAZ)rRg25JmDTtrB%ZVbu#00L;B[M;ofs31ZERJ;`!5i>8nfpAfiml2^\E8VBfL;jnEDb^,jJj:f93:?Zho!A?ct\JfSIp70I\YF0kMs^1;!5Er2i^)bq,db#nl[=l#Si`#8tr`bh7;f[0LVk"@Jcr*qcpa?V=GTXB^an2ObKmRgaKU>Q=iWq'R<_<7`oK;*g`-(2H_'.Fe+eOd?Ut^rtK@nEjquX*]A$@*S.=q:7F'CiPGq0/P>M.]ou;/B+_@!J_a-g]*PRTF=;`q"5L<M`NC]jaJcpEH^X'o)&QMQ,/Y=.\'Tju;78mrF+q#9;HV)Ea<U!ef4:I@VOdf-8^um-m#e.[,AC>57u&:'@:2n>ZIg_^=ous$@]!"]!qWYK(r:0ONUjN]MNM*kbjrV1a(38,>?5bF\^bk\Sq3Fk!6cM>(TLjh>IRH:$e.&-+lLFC_ufV%qhk)Oj+"eCGOXYE_9n;_jNrE+p&i7#^k/=5nm.-*8^<HV"lneQh<A&rQrXN^P*fL)49hbQdlmpTm_UB;\?(ho"rpWQ6t$"7e+sdU"1e/jZ6S$7=7h7S%_CF$A([Pc<#d.g.@NhMoL?I8oV(a-FWFK8=rrT?#OE"XP6_X=LcktD=2j`k3gd-HL'DKRb3!-d:/r"rSr@^J^cnqALaDcEc1<.'aj@j$g,JO&rs-"PUJ"9fh#lq;o>^nbKbtR)fE3UF0YmWie1Yrq*E&6u'Sa0hg('E4p.0/P!A(E41jJ&\g`?Q4]C"VIPAq'QE8(C>lsut,d)jW7I<?VCoc3hdF(*(,=`*(:f,(uHhj&/6_ge+Sg6;LfR-2LB58hSS%]ec<QZ6'BBV8Sl:1rM)VFX\rc9AEVLb02dC9aPWrM;m;GY9)SFLKne^WK'7>FJcEmod5?i22tp<=*EP>nXh-&sm+RL7Q`Z^-o@``oBQWp7X8Gfb5E))$iDK^C:ij7AD!uNn'_>/1=T
 +4oqua23h?JKWg7u[&X`!m^^K''GUD811DNo]%fh,8FpDB3uRjsN16_RldD5;[<$3%`a25k2,4O-CsWi\<(k0)gjl6u05,F%f`~>
+endstream
+endobj
+11 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 10 0 R
+/Annots 12 0 R
+>>
+endobj
+12 0 obj
+[
+13 0 R
+14 0 R
+15 0 R
+]
+endobj
+13 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 265.656 568.266 402.66 556.266 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (mailto:general@hadoop.apache.org)
+/S /URI >>
+/H /I
+>>
+endobj
+14 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 551.066 189.336 539.066 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (mailto:general-subscribe@hadoop.apache.org)
+/S /URI >>
+/H /I
+>>
+endobj
+15 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 537.866 215.988 525.866 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (mailto:general-unsubscribe@hadoop.apache.org)
+/S /URI >>
+/H /I
+>>
+endobj
+17 0 obj
+<<
+ /Title (\376\377\0\61\0\40)
+ /Parent 16 0 R
+ /A 9 0 R
+>> endobj
+18 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F1
+/BaseFont /Helvetica
+/Encoding /WinAnsiEncoding >>
+endobj
+19 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F5
+/BaseFont /Times-Roman
+/Encoding /WinAnsiEncoding >>
+endobj
+20 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F3
+/BaseFont /Helvetica-Bold
+/Encoding /WinAnsiEncoding >>
+endobj
+21 0 obj
+<< /Type /Font
+/Subtype /Type1
+/Name /F2
+/BaseFont /Helvetica-Oblique
+/Encoding /WinAnsiEncoding >>
+endobj
+22 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 11 0 R ] >>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 1 0 R
+ /Outlines 16 0 R
+ /PageMode /UseOutlines
+ >>
+endobj
+3 0 obj
+<< 
+/Font << /F1 18 0 R /F5 19 0 R /F3 20 0 R /F2 21 0 R /F7 22 0 R >> 
+/ProcSet [ /PDF /ImageC /Text ] >> 
+endobj
+9 0 obj
+<<
+/S /GoTo
+/D [11 0 R /XYZ 85.0 659.0 null]
+>>
+endobj
+16 0 obj
+<<
+ /First 17 0 R
+ /Last 17 0 R
+>> endobj
+xref
+0 23
+0000000000 65535 f 
+0000003398 00000 n 
+0000003463 00000 n 
+0000003555 00000 n 
+0000000015 00000 n 
+0000000071 00000 n 
+0000000565 00000 n 
+0000000685 00000 n 
+0000000710 00000 n 
+0000003678 00000 n 
+0000000843 00000 n 
+0000002026 00000 n 
+0000002149 00000 n 
+0000002190 00000 n 
+0000002375 00000 n 
+0000002569 00000 n 
+0000003741 00000 n 
+0000002765 00000 n 
+0000002842 00000 n 
+0000002950 00000 n 
+0000003060 00000 n 
+0000003173 00000 n 
+0000003289 00000 n 
+trailer
+<<
+/Size 23
+/Root 2 0 R
+/Info 4 0 R
+>>
+startxref
+3792
+%%EOF

Modified: hadoop/site/publish/index.html
URL: http://svn.apache.org/viewvc/hadoop/site/publish/index.html?rev=1057996&r1=1057995&r2=1057996&view=diff
==============================================================================
--- hadoop/site/publish/index.html (original)
+++ hadoop/site/publish/index.html Wed Jan 12 06:19:50 2011
@@ -114,10 +114,10 @@ document.write("Last Published: " + docu
 <div class="menupagetitle">Welcome</div>
 </div>
 <div class="menuitem">
-<a href="who.html">Who We Are?</a>
+<a href="mailing_lists.html">Mailing Lists</a>
 </div>
 <div class="menuitem">
-<a href="mailing_lists.html">Mailing Lists</a>
+<a href="who.html">Who We Are?</a>
 </div>
 <div class="menuitem">
 <a href="http://wiki.apache.org/hadoop/PoweredBy">Who Uses Hadoop?</a>
@@ -146,9 +146,6 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://hadoop.apache.org/mapreduce/">MapReduce</a>
 </div>
-<div class="menuitem">
-<a href="http://hadoop.apache.org/zookeeper/">ZooKeeper</a>
-</div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Related Projects</div>
 <div id="menu_1.3" class="menuitemgroup">
@@ -173,6 +170,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://pig.apache.org/">Pig</a>
 </div>
+<div class="menuitem">
+<a href="http://hadoop.apache.org/zookeeper/">ZooKeeper</a>
+</div>
 </div>
 <div id="credit">
 <hr>
@@ -209,6 +209,9 @@ document.write("Last Published: " + docu
 <a href="#News">News</a>
 <ul class="minitoc">
 <li>
+<a href="#January+2011+-+Zookeeper+Graduates">January 2011 - Zookeeper Graduates</a>
+</li>
+<li>
 <a href="#September+2010+-+Hive+and+Pig+Graduate">September 2010 - Hive and Pig Graduate</a>
 </li>
 <li>
@@ -255,11 +258,6 @@ document.write("Last Published: " + docu
 <a href="http://hadoop.apache.org/mapreduce/"><strong>MapReduce</strong></a>: 
       A software framework for distributed processing of large data sets on compute clusters.  </li>
       
-      
-<li>
-<a href="http://hadoop.apache.org/zookeeper/"><strong>ZooKeeper</strong></a>: 
-      A high-performance coordination service for distributed applications. </li>
-      
 </ul>
 <p>Other Hadoop-related projects at Apache include:</p>
 <ul>
@@ -295,6 +293,11 @@ document.write("Last Published: " + docu
       A high-level data-flow language and execution framework for parallel computation.</li>
       
       
+<li>
+<a href="http://hadoop.apache.org/zookeeper/"><strong>ZooKeeper</strong></a>: 
+      A high-performance coordination service for distributed applications. </li>
+
+      
 </ul>
 </div>
 
@@ -313,7 +316,14 @@ document.write("Last Published: " + docu
 <a name="N10073"></a><a name="News"></a>
 <h2 class="h3">News</h2>
 <div class="section">
-<a name="N10079"></a><a name="September+2010+-+Hive+and+Pig+Graduate"></a>
+<a name="N10079"></a><a name="January+2011+-+Zookeeper+Graduates"></a>
+<h3 class="h4">January 2011 - Zookeeper Graduates</h3>
+<p>Hadoop's Zookeeper subproject has graduated to become a
+     top-level Apache project.</p>
+<p>Zookeeper can now be found
+     at <a href="http://zookeeper.apache.org/">http://zookeeper.apache.org/</a>
+</p>
+<a name="N10089"></a><a name="September+2010+-+Hive+and+Pig+Graduate"></a>
 <h3 class="h4">September 2010 - Hive and Pig Graduate</h3>
 <p>Hadoop's Hive and Pig subprojects have graduated to become
      top-level Apache projects.</p>
@@ -323,7 +333,7 @@ document.write("Last Published: " + docu
 <p>Pig can now be found
      at <a href="http://pig.apache.org/">http://pig.apache.org/</a>
 </p>
-<a name="N1008F"></a><a name="May+2010+-+Avro+and+HBase+Graduate"></a>
+<a name="N1009F"></a><a name="May+2010+-+Avro+and+HBase+Graduate"></a>
 <h3 class="h4">May 2010 - Avro and HBase Graduate</h3>
 <p>Hadoop's Avro and HBase subprojects have graduated to become
      top-level Apache projects.</p>
@@ -333,7 +343,7 @@ document.write("Last Published: " + docu
 <p>HBase can now be found
      at <a href="http://hbase.apache.org/">http://hbase.apache.org/</a>
 </p>
-<a name="N100A5"></a><a name="July+2009+-+New+Hadoop+Subprojects"></a>
+<a name="N100B5"></a><a name="July+2009+-+New+Hadoop+Subprojects"></a>
 <h3 class="h4">July 2009 - New Hadoop Subprojects</h3>
 <p>Hadoop is getting bigger! </p>
 <ul>
@@ -347,15 +357,15 @@ document.write("Last Published: " + docu
 </ul>
 <p></p>
 <p>See the summary descriptions for all subprojects above. Visit the individual sites for more detailed information.</p>
-<a name="N100C0"></a><a name="March+2009+-+ApacheCon+EU"></a>
+<a name="N100D0"></a><a name="March+2009+-+ApacheCon+EU"></a>
 <h3 class="h4">March 2009 - ApacheCon EU</h3>
 <p>In case you missed it.... <a href="http://www.eu.apachecon.com/c/aceu2009/">ApacheCon Europe 2009</a> 
 </p>
-<a name="N100CE"></a><a name="November+2008+-+ApacheCon+US"></a>
+<a name="N100DE"></a><a name="November+2008+-+ApacheCon+US"></a>
 <h3 class="h4">November 2008 - ApacheCon US</h3>
 <p>In case you missed it.... <a href="http://us.apachecon.com/c/acus2008/">ApacheCon US 2008</a> 
 </p>
-<a name="N100DC"></a><a name="July+2008+-+Hadoop+Wins+Terabyte+Sort+Benchmark"></a>
+<a name="N100EC"></a><a name="July+2008+-+Hadoop+Wins+Terabyte+Sort+Benchmark"></a>
 <h3 class="h4">July 2008 - Hadoop Wins Terabyte Sort Benchmark</h3>
 <p>
      

Modified: hadoop/site/publish/index.pdf
URL: http://svn.apache.org/viewvc/hadoop/site/publish/index.pdf?rev=1057996&r1=1057995&r2=1057996&view=diff
==============================================================================
--- hadoop/site/publish/index.pdf (original)
+++ hadoop/site/publish/index.pdf Wed Jan 12 06:19:50 2011
@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 endobj
 5 0 obj
-<< /Length 773 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 820 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gb!$E9lo#B&;KZQ($Z5<;>"ANps]V<UhOG(Ba6F6RN@+oQkh5&)`%?g82djY+kW3K[e9a*]\_auXBfa/p>4\'5^\AQ4S=g38N[,f*X50-(dqsfn.DH^&&_-1[5/GR6nUnE>`c1fDfuJ%Y:is>8Y(4;Hm7\;>o.kjnX[r?!kc^aQ[jbu@N&2P@Qn+_+dfgjO]-UtaK,qUOk9+?^h>qR7`5F?)#@YU&%g]Z^q5!LocBsBYR*PUp:A]CTaOI#roM&qNsJX)&C;TF"=St7Vhm5DE4e]?[%`>dpb*2k=[$F/m0(gKq2Y3%Gfp'64$I[uh5HK2WS\uVPaig!YkLdM4Lt1mKl#(b+BF1uNeOcWS03clFl@.jq8Oj]SkZ<VGs8RS8&Zik?ALh&<(Fuf_=gQE1C@kD-``qMiqVF&D$q8K)^SjbESKZe3%p>]8Pj8h<_NQopH/dYQ:T!5n\89]p7S)B-korYLTSJJKCsJcjEH_#B;d]jK@DSg1CTo*m>jTK)2@1$cW-.:TM^+UY@M73Y(u1W2#DFD!eV?nC(.0]KB)tS2_S>>lEqom*1Vq?c4NK`fEm?om5&EFi:t&8MrX@=.q(9\S53rP'H_6$Vdg.2E[Hs`aHCYeeW8SfVPEs9`?_ZaY%-p53W#'d)+GbX[D"CHJqO.N^sr8@p!(]OC4$<\8E_jBA2ILC$5eRUT,j=M\_=(Z/1p4!pdc71QA-,X.s=G(_i\s^Vo9<NcH;,OB+nUqAHn^G((4oB\T>e,\PO5"JQDV'*-4L:~>
+Gb!$E997d\&BF88'^cD?lhV4VEN5>TDCO#:=qQG;a2%oMkX%t6^l!&;-\9o49!W2GlQ#CR'+b,84eq70cJ&R2L^OfN-4\1J@L%I`K)sC2#%>7.\Hl(d!7;F,Bar$*Q:oU02oH7!b>ot7r-$'>RJ!`+a&9(s[)"[4olM`,i*EF:!6f'e;m-T@n^4)`K&s1>Ean199JV`@Bsf#b(`i%"&]ltB(qP1,+1Al)Oa$?+m6.!0bQRj*RX(mo>oOInr6$>b+!IHU+J;0g#uCuN:(sTS@!N8qdYJs?ikIbJCAF5_ZkGjnj]gS;i[+OnB7+<)h5HQ4WEU`4:H:B+@'CFW0A_+D+Zo2^nRTnpesnZb(`Ve\9Ku2G/At./Zh.SonX=+M)Xqh_]KcBb&9RU8.L6ioIgNs^mu(0mQ6TV&`dl?Dkfu+fV;fVL(a%qi;`9+<:!SDHf_f3'W%)g%?He7hM<4cY[gd$+DNt&&NGaNLijq6%-Jn`nd!@#kWQH99DESZV^UIMh5XF@3.(Yogf2#oNf;"UohaO&@+_ut2Gn#_F%B*[=H5MtJ,?OE:!KFBL\<DbP\fY1dg)fBJ!t9ug"k9Tn@/3%/bt7.b5uSDKrj>;\(h)(p-IBQ;b,8U)_"KuaMt?M#1LW7=X?IjAMN>36<AF>J=`%;3,k5]meam\Ze%</.ai#u3mN^mbd/Xu2.7QMnoar!;&L7c5!@H)>Vis'bUr%mp5^\o$I<0l!6B?[oo@]8:PH1gS:M6)0O1u<^NMU(Z`es+HqRE`sb=VEEQ*p0*f?'CmF.#;ZZc0cu7I8O074QeVN1lC5'DM6HiW~>
 endstream
 endobj
 6 0 obj
@@ -31,6 +31,7 @@ endobj
 20 0 R
 22 0 R
 24 0 R
+26 0 R
 ]
 endobj
 8 0 obj
@@ -66,7 +67,7 @@ endobj
 14 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 505.066 321.464 493.066 ]
+/Rect [ 108.0 505.066 300.776 493.066 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 15 0 R
@@ -76,7 +77,7 @@ endobj
 16 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 486.866 309.452 474.866 ]
+/Rect [ 108.0 486.866 321.464 474.866 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 17 0 R
@@ -86,7 +87,7 @@ endobj
 18 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 468.666 303.812 456.666 ]
+/Rect [ 108.0 468.666 309.452 456.666 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 19 0 R
@@ -96,7 +97,7 @@ endobj
 20 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 450.466 267.464 438.466 ]
+/Rect [ 108.0 450.466 303.812 438.466 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 21 0 R
@@ -106,7 +107,7 @@ endobj
 22 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 432.266 286.136 420.266 ]
+/Rect [ 108.0 432.266 267.464 420.266 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 23 0 R
@@ -116,7 +117,7 @@ endobj
 24 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 414.066 373.796 402.066 ]
+/Rect [ 108.0 414.066 286.136 402.066 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A 25 0 R
@@ -124,25 +125,33 @@ endobj
 >>
 endobj
 26 0 obj
-<< /Length 2238 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 108.0 395.866 373.796 383.866 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A 27 0 R
+/H /I
+>>
+endobj
+28 0 obj
+<< /Length 2258 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gb!#]gMYe)&:NH>:nO0V2(__U/MBP_ek')A9k+t?H?nF`l!61#Q(j2GmalY.OlC=37Im/VM?&3!Mk')n1IGO*XtHnFLN;B8[s'@Sfrh:6_E[>(0'ibs,Ld*kgV*451J46#(X-glT7,@Kg8r#hbg14G-I7URT0%N^\)4C']j6&</)+iHYPKb4:8/kMGk_";o4#S,;EF-oc`=*I*T*Ql=3"?q;8U4WPM;Wb!ac]e_<YD.ZS'Du:RN>B2tC9eH%C(_$[K7\nto+-4]Qr4+%;$0mdedW8suMbS]S(^M*tl%>FW""bB2RiEhba+)s'PB.AN&R?SlnOfTKrQdR00T)i7OtGI#(X2euuCog/tt]Va^1p#5qdmtLeeR#aVcJ*+CnmAq`"#TlPkM*bhc\It#Idd,+s8`YZPdCIZp$O:D2P&fjsK%4Ee-*B"-RlE%T&dH4$qDmMqNa&-nnMhku4+2S);Op0i^<63Ir%PY17n+E@%/6NL02->dZq]&(H4?RodQ4dGMa:B$7?NqE'mc+]YUZOa#NZ,Wc&48$HuWJG!=AV8J?pl[)eUK%LlQRdHuj]lkO1^63JRJ1EWV!uT$n*8kFnp;I`hQG^&-;GhCdXPnCM7.Cj1D;ZR:o(<]H[2qHZs/Bd2gVkJ0R:@QlmT-Z!dI!j?00#Yu"q3+dKsbj^/H5l(5X.,N-Adk^(K@l+HLB?+L=6F`lEb@=k-SD`>QW'[:`[f_a:FPN:V1Jr%dm;o(UXDqN*S<11"K5X@Zce95f=T`qK/qB>p8\6sBn?L`gd3g!qHK34/HD^',Rccn+=g[6E'1XY,S/mZ#$]GJ'&43c@LW&2b]\K<<PH:ruH(QE^F`oU]#X*g8D<FfH@,RZsW:9rS[lDX%NZXAtK]UZ86WN.!,0T!oO=?5JR<i0E)RXQkPZuP('jogaq-8FTRBpFM!gteY=o.l,<'*.370/I@^h,^WC^(1;37f*^qBn%WoP3!*4Gl-0%8uAfbk=k
 rB,P72LjLIh*ag5$(4i$>eefh3/*DbELX;SCG'W;[E,Y&((_<Bl...@j5>&N3#Qp+X<,mHHV]K=G-mN?Rkl)f-1a&#2`qe[E.B]06o,>TMc<h<lhU;+:5Bc#>1*N_t]VG=tU<94Dq\g0=UH:Sl*in(3uHGiKgh%0XBa%U^GJ3lmAM/_834,_dM4,dm1#%"V6r%CJ:5gOQ9,?XO,eS=Lu>`fKhSBZ[4\e_q&>DDPQFer.$KBIAl6Q"?lKE0FW,ZNCNsg!M-b()>c$N8gqqc%n\TH*/>]1PC^G4VB8a,n67oFf5B6_mEU&,YCDeWC,0j5*'lY,l-,ti5c>W(aU@[P&U>o985-ENr9ASQ$g@*2Ga`%nFj91Q`M4s3UWM#*Q!V*U`MO6TS2MVm6XYREL'/P(Q9^Q-54NoW+8NXPSus,\\3^<InDULT?m;H!&tk1F#8mG8aRsYb4+/Tb%0I76#/_uJ&qS-tJ@TuCFbbt,GLR;!@2+G\aBJk$)$PS<a(n<Rbi!e[$#7[98F9\g(G@BoGG%)2SacjXluE4r]udXJB.D_eA?d'eO+OO!6HXEd[m,RYB9C0N/P'YgEKP-/%)u+kA3>P`PPLol,;*eN`PVa&p9XL,WiI"N0c"I/N"urcOL&N[O9X(?`k`?)QRh
 k26Y#ur*,*f;6iLpZ65>&$5eWQS39\]paFZP'43Q!LDS^(gg_?F[BQ>jUJiKC`-MLaXqQU^B=jC!4Iup(AD]#pu@G:UrdWfugl8.E-g[M>f3%06L-@`Lq@j'[sFM:VSRF]LcD7mr2@LdIB-4JG"%e:IBN4K@>,[qor)>r4JK<'AIia<kYIt]<m9'D;Id4]<_E9R+GC0&Q$6aK[?E9S1[n8<Z,St#VJlS]K"Y<*`I1:-1T=(j2?a%Nrd`cqF_bf.,0~>
+Gatm=gN)%,&:N/3YYRu*C7#"iH0NsqSMZbCC$\T,H?k#h=CP!e$qOQE^:m5P+;Q_Hb%`7Z)$;4i\$K^kiQI_0q,QKPT=E1kmD="s$gP7kO#i+*H_Km?l@mO.f(nn@,qkfF(3KF,5&GOS<^5-skI5h=QIY^_S\L_bGDdP](8'R.mb0UXr^tKaE>Ub9rpqr.-%n9V36T9ZMp"kd^nIi2a&[mki^^[/2]H0.?;s&+lWsUuY%7?h8<L>2EA-mg69:Hu.*h+`Pps;B/oR4"QY>QjP\)(-T(-AE^-a8GSf_dNZFZ1OZ>INPH,MV`N<rNQV<,.#S#f_UBj7kec.eLKW](koA#7qVZF>:Z"J/uJEK:=nIi.gps'dOp+mV@65/)"P'Qf"hj+P@5ZN[GK,`MCWG?bacOgB,3Fo7t"R^tniSO'Kk/>:!^Anr(#AR!#:GX.l6roglb3?1g-ik!V%#;+IdUupu`].JrWV#`@"jNMR-3r$i#a+A0.0%=YBI@`<a*F#%EF^%kBCoku.#fB80!sde:bi0h(Ljq66U6($k0&Whsl\uR/!MX'5N$#4*kPRKa1rk]m0.-7/aQG+pWUiqF@QW\"nD8S*A_nb<Dt)AaCtBWI@'do&<7En!-2LnIj]T`q$tE\a)a5@8cmS2Dn:Y,gRLl&E+\BQC`eiXTd@p.&cb0*&<c,mE:WI,[CsJ']BS:=Nhhk\gmj:#=1o_+dcL!lm-p)=kcT.>-@J_&/+<"K$M?D:-D?robl<,(hFl!1[jH*tsm$Qc/?cOqq%*AoA1hWGh#W`6#LW*%(LjAEdcf'=So;CdEZ#p!Vq,9Y@(\b5*_iL*T7lg6O3g)8YH1p>B`VM-X9enqY"pb!]k!/p$kPKSc2#hZl24;/7[!+SqkFk3,/.5W&9$9=%A<"*3,2K]?i+jjH%Wc>8+8[SObDmZ/K@g$'o9p306\h[":3:bt\EWB,Y@fk4&3A!K1G'c1b`_!]DRB0`(4]'3Zt\X
 \/bk6%o(>u^W^8X2Dgl6\Xm)'7,'EuPn*&E?a)4[#bUcPK>[Rj1D0A,_3$lrl3[R_8U9lB(g>Z869g]2HD]0*0e8Da#52mtsTU9clo;54%,N]452h#XuI-@JaR@&9l)&28E]$5kf*-u,&EFRE_F?K1-i7_d$iNuQF6ZL^-i@o&DS#ejo\_sctBZtM,*MRC_J!t"CalUFQGA6s`2PZCD1ZnFTp)>B*(IW%>qN.iB>W[b#B=P$YGgGquGda/cG+4g[9J"/o[<T`...@h6tpn8>>JT%niu]Y"tc_bI6^Dd,!8T]#)575i3pZHSI7m2Ik'NUWMU$+^mVkcnpjjo\9N(0\@7$*p)!E:74b:Yoh,ZJ0*qF5tT(qjO9cgJ\L#QG8Y"Y[@#"B)subTc[,rL^PH/YM-Q@b0Xnt=\MO^$F[HPL+O;!ha.eY@</\YtY4$V_6LccLbb`gjcHM?b2Kt$qo[Xu'="VX^:T,7bb0UbLQ$mg\ZEYMpJY1l`]Pm*`<AC[SLs7n?ZW=Y4TQDV*4)ohfT2gY(l>T3nU.5lR!Q009Q4_A?NX3&.AT)8pCMU=sbsY_h+)3G2Tb(fI\okZQ6J#UgN_,/f&u>?#BrY7tk?kRsK^X=SJ@*TVgqCc$Vfr5B4m:'H"u2NQM[IJ7-$BWgclGP`hiWs4g:f:%K]XO8.1F^T16d@:,N1AuUbELo8N;FJA(<r-V\lW4n1t)l4A*ZOO_>#Kn6hVp``GVX%7pi\8OI1cPE*/dY$Z
 k]7.2*!dGYk:[_h54Zlak^,=lur]qIW*L$'sjlmBZGTW=CZjRs?f8s79^*+cCh"`(4kY-R_64u+Ji_ECH1DU+,k`/,U<.9#L08`Udc;:OjM1u*h^J^^jR-bq[Lh.r9`:u`bEr,+I(5^M8OoV,MFX]5ATGd6EW5)`uDW=Q#l+65.e)0H\COI/I5@dr\`5a!g?@NXs3qN!5YK7rZ9?QPrEPD7@GTOu/J2_loVGEmW.%,\7ldAq<&F4DF"cORjt4?&23ll)upf/nm*0u!Mq#A^fB~>
 endstream
 endobj
-27 0 obj
+29 0 obj
 << /Type /Page
 /Parent 1 0 R
 /MediaBox [ 0 0 612 792 ]
 /Resources 3 0 R
-/Contents 26 0 R
-/Annots 28 0 R
+/Contents 28 0 R
+/Annots 30 0 R
 >>
 endobj
-28 0 obj
+30 0 obj
 [
-29 0 R
-30 0 R
 31 0 R
 32 0 R
 33 0 R
@@ -155,9 +164,11 @@ endobj
 40 0 R
 41 0 R
 42 0 R
+43 0 R
+44 0 R
 ]
 endobj
-29 0 obj
+31 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 108.0 599.266 199.008 587.266 ]
@@ -168,7 +179,7 @@ endobj
 /H /I
 >>
 endobj
-30 0 obj
+32 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 108.0 586.066 140.004 574.066 ]
@@ -179,7 +190,7 @@ endobj
 /H /I
 >>
 endobj
-31 0 obj
+33 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 108.0 572.866 169.992 560.866 ]
@@ -190,84 +201,84 @@ endobj
 /H /I
 >>
 endobj
-32 0 obj
+34 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 546.466 165.324 534.466 ]
+/Rect [ 108.0 519.266 133.992 507.266 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://hadoop.apache.org/zookeeper/)
+/A << /URI (http://avro.apache.org/)
 /S /URI >>
 /H /I
 >>
 endobj
-33 0 obj
+35 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 506.066 133.992 494.066 ]
+/Rect [ 108.0 506.066 151.344 494.066 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://avro.apache.org/)
+/A << /URI (http://incubator.apache.org/chukwa/)
 /S /URI >>
 /H /I
 >>
 endobj
-34 0 obj
+36 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 492.866 151.344 480.866 ]
+/Rect [ 108.0 492.866 141.336 480.866 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://incubator.apache.org/chukwa/)
+/A << /URI (http://hbase.apache.org/)
 /S /URI >>
 /H /I
 >>
 endobj
-35 0 obj
+37 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 479.666 141.336 467.666 ]
+/Rect [ 108.0 466.466 132.0 454.466 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://hbase.apache.org/)
+/A << /URI (http://hive.apache.org/)
 /S /URI >>
 /H /I
 >>
 endobj
-36 0 obj
+38 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 453.266 132.0 441.266 ]
+/Rect [ 108.0 440.066 148.668 428.066 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://hive.apache.org/)
+/A << /URI (http://mahout.apache.org/)
 /S /URI >>
 /H /I
 >>
 endobj
-37 0 obj
+39 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 426.866 148.668 414.866 ]
+/Rect [ 108.0 426.866 124.668 414.866 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://mahout.apache.org/)
+/A << /URI (http://pig.apache.org/)
 /S /URI >>
 /H /I
 >>
 endobj
-38 0 obj
+40 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 413.666 124.668 401.666 ]
+/Rect [ 108.0 413.666 165.324 401.666 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://pig.apache.org/)
+/A << /URI (http://hadoop.apache.org/zookeeper/)
 /S /URI >>
 /H /I
 >>
 endobj
-39 0 obj
+41 0 obj
 << /Type /Annot
 /Subtype /Link
 /Rect [ 356.268 346.132 412.26 334.132 ]
@@ -278,68 +289,80 @@ endobj
 /H /I
 >>
 endobj
-40 0 obj
+42 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 216.636 242.545 324.624 230.545 ]
+/Rect [ 244.62 242.545 381.252 230.545 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://hive.apache.org/)
+/A << /URI (http://zookeeper.apache.org/)
 /S /URI >>
 /H /I
 >>
 endobj
-41 0 obj
+43 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 209.316 221.345 311.976 209.345 ]
+/Rect [ 216.636 170.092 324.624 158.092 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://pig.apache.org/)
+/A << /URI (http://hive.apache.org/)
 /S /URI >>
 /H /I
 >>
 endobj
-42 0 obj
+44 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 217.968 148.892 326.616 136.892 ]
+/Rect [ 209.316 148.892 311.976 136.892 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (http://avro.apache.org/)
+/A << /URI (http://pig.apache.org/)
 /S /URI >>
 /H /I
 >>
 endobj
-43 0 obj
-<< /Length 1813 /Filter [ /ASCII85Decode /FlateDecode ]
+45 0 obj
+<< /Length 1972 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gau0D9lo&I&A@C20W-rf%8;9P5B;\L3,)uf[ZT!3VsXR0+c;7MW$#f8s*_`P"[u>[U!>Vb^teZ*(;%@7D`4ZjS(58(CrQ8F_^_mQD7QgMs/2rEIcIpZZ8&VKYdUUi=#Xb$#Y+=Nl[*5PUAqINXmFc_f)Mu)(c$\JRp)<2qWmG,%F<"/%8c(iKfg:YR=#nW>O^3=Q<?$QH1BVbgY.$i6oI`if+6Gi&;D1LLCr'aWT?)?$E2k.*%W')bd3nBFecRV<O((ImP'1RI8M!A?=301=utY5*ps2p._]e#>i0lDG30Q9#kG?8CENjBBNW9Po'ec#Li!C7kfrVl70'N=jH5\I@D"5%7j\0I@?EpLQlCf0nu1/W*S-,3bhec9D2]HhgO1"Q-i*6OMkWbJ)!kN@a$RK)rI_!SR-u0DBaGifj*QDW7G.<L$]=GDUg'h:Zp5omSr.4<NOLZ;AVSJ;p2%ZR-<OITS`%ilpf0^n#ZPg]f>V(?9>!pg67(BlJEs^@%_uWRS/3@i`Xc,mn*\d<Y5o[9OHFFk3-)tGdB7/i$K`M8>=C`/gj+ZP]jEF6R'pBCe[n<tB7+j607Q+S\WnbCb_1FDZd.Yrm+4SJlq^rb.9@XC,E[a23>RIq5j7U2![8/18KH`KXaCi@N;+X>P@@!IP"!K&&sXGg-A@gs:[@qG=KlWQ8JR)6l_'+XNCHKb[4X:UiYbQlLHAp1GM5ouP0[Beq[8FrGP1cX/&ApgrnHem7U:U:5VKX59V'['Ic*.GIfWNBEB?>,'"BU:F2KX7dQ_e3Oj0!2>YX9&<thDGd7PG6mq48aMg?'[(H?)sH:1_0ZXrE##W@DCoM+W!H&,dID[Ic)09nYW3P?YNI;R_LR;<9d2UE#R]hIm&$M66mH2_i^3'aq>G2^_3\:;nOS8O$9,2U'kikMVY,9C?*;uG("G67.;b5VEsG6/RX9f,7c2tN2g2rn9`nW91k;pRlpJFIEXJBgN@,MnMuDBL2
 C_,`tL1=7P(1P0R^mm=.i.F?cOk4r\oRKS[3?*q4:V<i<"O0@R3$+q`H6LjGa!=KgF^u]bbZ>d#9g`Nl5iNN<-^>J%,X1^3)Bn.9E'?UjrLissh*X_O<2fmtHZcP36h%n:):-d#)FYXNJFBX3)0+0aj(`?umVWeDXLZjYuhA#0j[UWM.#e6T9QDmV&Je8.5%7]8-/@\d9Rf]ub\BLI5-?qsLQg%6gkSSnN1[]P-K.0XPK_%n#C'%I9hD3V1KK"Y4fhR,leFob)m5Wq[Gq^?CK==4JrgJBhQFl,O:VN1dVgSJ7#S3bL@MF&3f3X*=&-h7#)$4Cs3_mBP=rNV:nH/=l8I!Km:m0rbPZa7N4NoqT'3N(g"eVj>O%MM]Z8=Vh:o\3_-RA1VBVu"P,Ws8/dQ\M8G/n%>(V3?J3aWk"Fd2C@J%3)Mc\9SfeL=7+^JFKETj`?0[DAicNp?CQB.gaKHOujH30V6)RO/%OM5Lu%"@:-b`/k_).8ZNfjR<GbU1,cT4#3`AD]cMiF`CH!D[P!3QZBT+"pX!\hsB;L'_lKti@[tfb_%/u3bFa(,12^\*<lZMIfq!kB*Rn0Rttl9^2:?&::ili$B8S\Z/X]JaI\$l4Me1d=?`H,V6d'M,#$^fp:E;;Z<<o'+.>U$;B!HM>W&CI;song3,qlJ@(Rnhg7"jQT<",df9I>#;GocBn$S%%j0;2<JG!<^X]LT[4C.Hqi(djpnR5Jk7?+\!s/eCIX!HQRHfk.siBS5$7_5nsL=)l(V*B&V_g!bW`DcY6VO=uu^>a=n&ULeGP=RL.\T9G?\PS>2!^4SRp8n;F~>
+GauHLD/\/e&H;*)Tmg/P/;uuSU==*Sg9`BWDQDS&_m0f[c,a(*aeL*dq=csR00IC?ljUd0UbE\D4jP/;NP&Q@hCW>hcTES0htOIu-*@ma!W;EXlLVF0,2rj_dE5V;I[T"EAiKJ$nJM1@nMkTNE\@:]S6FKV,k@n?fK"Fd0uD"IkF*GL?%%m^AjK_K261NanV;bBbY"aJZhSJiF(L[+[9T'(J=Soq`Q',`(akG!>"\od!m;#?GdKBH2M"cC\Q>9i6*@P1s'>VB#j15hYHu!nW^,P_GsG_n)]Om%!bl#A<OPj$Du8k&3iFX)Z^7^%qFZZ:)Rn@r\K51]Bso08R@6R54^euco4(g1K4TV)?NW;qhE*OY#ndCb!4p)N^n&AV5QWV&G.*E(68"cUB3q3#,HYIRj(u(Fg7+hh^U^n;^n/WBnKcTR9gdte+F.)LeYd+'d!ojfjb,X!KI!QLL<PMPYhQ_0i`ZTLgt95A!qcSH-aSp;A]gc+)h!s1+3UdONc$\@Nh7'W8t?B&4i[ReP(_VgKLUE[KH;D*In:Dr)Nlc]E>BJN"=7$KMBYW%FEU4q/,cL>O#I-uH%_%ZhuOhT$(NdAgounH`[KYS=q).p.[<)ciMWE^?'^XpK`)0I]SLMQiO=J)ao*$`/m!k*<P/ZD7J[_U-@);KASG/EqdbUQk0J=HG%U\lp#5<:r8BMb_]H,3/Q[:u9e#O6&TW]#`X5[DcT=h9H+hF1!k)=3M*c^$.DJ$f1!?FlAq7Y@flp0Cc]oD/T=itHUdb['<r#?8q]a-['RGh.7O5It5p#5/bNtluNVGBQP@B22P-1!9!mM*'9aWb4^,tJtJAG3PUfsfc6;Xd=$u">9at>GGnLRZk&gVRO[b>_:p<]kb"m)oTVKWpC$h(fiei":5,kSdY[S\G$Q]sBT!oj*ik4p6R>$9\G3@g6hP!$5O;@rU@lU3?Q!=o/91'`>Q%LjgpDV4>]e;H@>Lb<_p0Q[i(K'(P
 /V^cpu70K/<nAeONPWM`1q-Bu+]c,qc;[mTuV:/h#'n(XZf"$U?&Oh*5i&ooPR3057b1^eF:q2"04PhZT[N[oJ1uc9qa!710KSSNE,9FiC0;AJ6`)F0p!"b%_B'2SpO6KsjnHbRZ6]X^L;#q><i;;Oa:*L`X[LWoOp!d#-C`;M:"m`-qY.0R/-]5FbJU'H5BiIgH9rs8P6$>65qi1B["?4JWdW5.gi,L*mW:euHFL?[[qe\/GBIF-r]Xr!3%o?m1]i^3.ZlrNS0(beC<j$4^:0`T2CERR8Fl7`bg#M=))"cd;!->%ES>bWXJ-m>/7f@<Ah5Jk\,/3_i%(#=MY+VM'W)FF.:BcG&AL&T2mau]WLoguMO_SDWYMf=m\5O,k?NmQTK(Fq\-t6G:o>nVq<a7qIBrFrFU9=W=SOSsMm6hQ@I_+KQ?o0*Z2^VOS8l6@:O66'&Eg()0-)Y)_<ne7i0H,?a#I!)-jIp#7%KSX)+o=]$%9$BP!o4cX'\=onOQL;CV<e&+Zh(OqnGKjsEbmAcCNW1Rd^jq21;+b&$&uk0lnC^57&Hq@pr=ifGAIM4i=!M,?gLG!cZ$pS\9]ZtM_(.D4`NIY6OHNie3FUZJeNm!WdHWbQSeD2$0"jQal+:7SUcp>6]'>lEI81_:gpZ('h+)QM&bq4Y+YOtg%GQKYra33bSKBpG+sf[E[li+bt%j-oYh#!T]"-s(d99-a*EbKDl"DC,:W^cHl5BUKKPomF^mo2%p+R/0YWs)FA?mDV-_i9Z*BVY;.Lo6/Pl.:9:_1>-\JaUH,uatO&Xm-3ER8Z->d+J];9c^m^DC1pW<u9\=PrJ(u7SAZW'_Se]@=6NZ?muV8t$XBGg\!@iL@MHT\d*=%Gjc>]+$#;`S*0\.e^H>k?0bQgLDf&oWeC-Gj84T\M=RR-]K//K--,F,)L9H1k?&2/b8Cc@,A?gV+kR@eG@E]f9KaBWZ<O%r.)A*<-#dYDka~>
 endstream
 endobj
-44 0 obj
+46 0 obj
 << /Type /Page
 /Parent 1 0 R
 /MediaBox [ 0 0 612 792 ]
 /Resources 3 0 R
-/Contents 43 0 R
-/Annots 45 0 R
+/Contents 45 0 R
+/Annots 47 0 R
 >>
 endobj
-45 0 obj
+47 0 obj
 [
-46 0 R
-47 0 R
 48 0 R
 49 0 R
 50 0 R
+51 0 R
+52 0 R
+53 0 R
 ]
 endobj
-46 0 obj
+48 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 217.968 609.547 326.616 597.547 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://avro.apache.org/)
+/S /URI >>
+/H /I
+>>
+endobj
+49 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 225.3 660.8 339.948 648.8 ]
+/Rect [ 225.3 588.347 339.948 576.347 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://hbase.apache.org/)
@@ -347,10 +370,10 @@ endobj
 /H /I
 >>
 endobj
-47 0 obj
+50 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 205.656 457.094 326.964 445.094 ]
+/Rect [ 205.656 384.641 326.964 372.641 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://www.eu.apachecon.com/c/aceu2009/)
@@ -358,10 +381,10 @@ endobj
 /H /I
 >>
 endobj
-48 0 obj
+51 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 205.656 405.841 307.644 393.841 ]
+/Rect [ 205.656 333.388 307.644 321.388 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://us.apachecon.com/c/acus2008/)
@@ -369,10 +392,10 @@ endobj
 /H /I
 >>
 endobj
-49 0 obj
+52 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 354.588 283.296 342.588 ]
+/Rect [ 90.0 282.135 283.296 270.135 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://developer.yahoo.com/blogs/hadoop/2008/07/apache_hadoop_wins_terabyte_sort_benchmark.html)
@@ -380,10 +403,10 @@ endobj
 /H /I
 >>
 endobj
-50 0 obj
+53 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 182.64 328.188 298.608 316.188 ]
+/Rect [ 182.64 255.735 298.608 243.735 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://sortbenchmark.org/)
@@ -391,106 +414,114 @@ endobj
 /H /I
 >>
 endobj
-52 0 obj
-<<
- /Title (\376\377\0\61\0\40\0\127\0\150\0\141\0\164\0\40\0\111\0\163\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\77)
- /Parent 51 0 R
- /Next 53 0 R
- /A 9 0 R
->> endobj
-53 0 obj
-<<
- /Title (\376\377\0\62\0\40\0\127\0\150\0\157\0\40\0\125\0\163\0\145\0\163\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\77)
- /Parent 51 0 R
- /Prev 52 0 R
- /Next 54 0 R
- /A 11 0 R
->> endobj
-54 0 obj
-<<
- /Title (\376\377\0\63\0\40\0\116\0\145\0\167\0\163)
- /Parent 51 0 R
- /First 55 0 R
- /Last 60 0 R
- /Prev 53 0 R
- /Count -6
- /A 13 0 R
->> endobj
 55 0 obj
 <<
- /Title (\376\377\0\63\0\56\0\61\0\40\0\123\0\145\0\160\0\164\0\145\0\155\0\142\0\145\0\162\0\40\0\62\0\60\0\61\0\60\0\40\0\55\0\40\0\110\0\151\0\166\0\145\0\40\0\141\0\156\0\144\0\40\0\120\0\151\0\147\0\40\0\107\0\162\0\141\0\144\0\165\0\141\0\164\0\145)
+ /Title (\376\377\0\61\0\40\0\127\0\150\0\141\0\164\0\40\0\111\0\163\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\77)
  /Parent 54 0 R
  /Next 56 0 R
- /A 15 0 R
+ /A 9 0 R
 >> endobj
 56 0 obj
 <<
- /Title (\376\377\0\63\0\56\0\62\0\40\0\115\0\141\0\171\0\40\0\62\0\60\0\61\0\60\0\40\0\55\0\40\0\101\0\166\0\162\0\157\0\40\0\141\0\156\0\144\0\40\0\110\0\102\0\141\0\163\0\145\0\40\0\107\0\162\0\141\0\144\0\165\0\141\0\164\0\145)
+ /Title (\376\377\0\62\0\40\0\127\0\150\0\157\0\40\0\125\0\163\0\145\0\163\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\77)
  /Parent 54 0 R
  /Prev 55 0 R
  /Next 57 0 R
- /A 17 0 R
+ /A 11 0 R
 >> endobj
 57 0 obj
 <<
- /Title (\376\377\0\63\0\56\0\63\0\40\0\112\0\165\0\154\0\171\0\40\0\62\0\60\0\60\0\71\0\40\0\55\0\40\0\116\0\145\0\167\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\40\0\123\0\165\0\142\0\160\0\162\0\157\0\152\0\145\0\143\0\164\0\163)
+ /Title (\376\377\0\63\0\40\0\116\0\145\0\167\0\163)
  /Parent 54 0 R
+ /First 58 0 R
+ /Last 64 0 R
  /Prev 56 0 R
- /Next 58 0 R
- /A 19 0 R
+ /Count -7
+ /A 13 0 R
 >> endobj
 58 0 obj
 <<
- /Title (\376\377\0\63\0\56\0\64\0\40\0\115\0\141\0\162\0\143\0\150\0\40\0\62\0\60\0\60\0\71\0\40\0\55\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156\0\40\0\105\0\125)
- /Parent 54 0 R
- /Prev 57 0 R
+ /Title (\376\377\0\63\0\56\0\61\0\40\0\112\0\141\0\156\0\165\0\141\0\162\0\171\0\40\0\62\0\60\0\61\0\61\0\40\0\55\0\40\0\132\0\157\0\157\0\153\0\145\0\145\0\160\0\145\0\162\0\40\0\107\0\162\0\141\0\144\0\165\0\141\0\164\0\145\0\163)
+ /Parent 57 0 R
  /Next 59 0 R
- /A 21 0 R
+ /A 15 0 R
 >> endobj
 59 0 obj
 <<
- /Title (\376\377\0\63\0\56\0\65\0\40\0\116\0\157\0\166\0\145\0\155\0\142\0\145\0\162\0\40\0\62\0\60\0\60\0\70\0\40\0\55\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156\0\40\0\125\0\123)
- /Parent 54 0 R
+ /Title (\376\377\0\63\0\56\0\62\0\40\0\123\0\145\0\160\0\164\0\145\0\155\0\142\0\145\0\162\0\40\0\62\0\60\0\61\0\60\0\40\0\55\0\40\0\110\0\151\0\166\0\145\0\40\0\141\0\156\0\144\0\40\0\120\0\151\0\147\0\40\0\107\0\162\0\141\0\144\0\165\0\141\0\164\0\145)
+ /Parent 57 0 R
  /Prev 58 0 R
  /Next 60 0 R
- /A 23 0 R
+ /A 17 0 R
 >> endobj
 60 0 obj
 <<
- /Title (\376\377\0\63\0\56\0\66\0\40\0\112\0\165\0\154\0\171\0\40\0\62\0\60\0\60\0\70\0\40\0\55\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\40\0\127\0\151\0\156\0\163\0\40\0\124\0\145\0\162\0\141\0\142\0\171\0\164\0\145\0\40\0\123\0\157\0\162\0\164\0\40\0\102\0\145\0\156\0\143\0\150\0\155\0\141\0\162\0\153)
- /Parent 54 0 R
+ /Title (\376\377\0\63\0\56\0\63\0\40\0\115\0\141\0\171\0\40\0\62\0\60\0\61\0\60\0\40\0\55\0\40\0\101\0\166\0\162\0\157\0\40\0\141\0\156\0\144\0\40\0\110\0\102\0\141\0\163\0\145\0\40\0\107\0\162\0\141\0\144\0\165\0\141\0\164\0\145)
+ /Parent 57 0 R
  /Prev 59 0 R
- /A 25 0 R
+ /Next 61 0 R
+ /A 19 0 R
 >> endobj
 61 0 obj
+<<
+ /Title (\376\377\0\63\0\56\0\64\0\40\0\112\0\165\0\154\0\171\0\40\0\62\0\60\0\60\0\71\0\40\0\55\0\40\0\116\0\145\0\167\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\40\0\123\0\165\0\142\0\160\0\162\0\157\0\152\0\145\0\143\0\164\0\163)
+ /Parent 57 0 R
+ /Prev 60 0 R
+ /Next 62 0 R
+ /A 21 0 R
+>> endobj
+62 0 obj
+<<
+ /Title (\376\377\0\63\0\56\0\65\0\40\0\115\0\141\0\162\0\143\0\150\0\40\0\62\0\60\0\60\0\71\0\40\0\55\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156\0\40\0\105\0\125)
+ /Parent 57 0 R
+ /Prev 61 0 R
+ /Next 63 0 R
+ /A 23 0 R
+>> endobj
+63 0 obj
+<<
+ /Title (\376\377\0\63\0\56\0\66\0\40\0\116\0\157\0\166\0\145\0\155\0\142\0\145\0\162\0\40\0\62\0\60\0\60\0\70\0\40\0\55\0\40\0\101\0\160\0\141\0\143\0\150\0\145\0\103\0\157\0\156\0\40\0\125\0\123)
+ /Parent 57 0 R
+ /Prev 62 0 R
+ /Next 64 0 R
+ /A 25 0 R
+>> endobj
+64 0 obj
+<<
+ /Title (\376\377\0\63\0\56\0\67\0\40\0\112\0\165\0\154\0\171\0\40\0\62\0\60\0\60\0\70\0\40\0\55\0\40\0\110\0\141\0\144\0\157\0\157\0\160\0\40\0\127\0\151\0\156\0\163\0\40\0\124\0\145\0\162\0\141\0\142\0\171\0\164\0\145\0\40\0\123\0\157\0\162\0\164\0\40\0\102\0\145\0\156\0\143\0\150\0\155\0\141\0\162\0\153)
+ /Parent 57 0 R
+ /Prev 63 0 R
+ /A 27 0 R
+>> endobj
+65 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-62 0 obj
+66 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-63 0 obj
+67 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-64 0 obj
+68 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-65 0 obj
+69 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -500,153 +531,163 @@ endobj
 1 0 obj
 << /Type /Pages
 /Count 3
-/Kids [6 0 R 27 0 R 44 0 R ] >>
+/Kids [6 0 R 29 0 R 46 0 R ] >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 51 0 R
+ /Outlines 54 0 R
  /PageMode /UseOutlines
  >>
 endobj
 3 0 obj
 << 
-/Font << /F3 61 0 R /F5 62 0 R /F1 63 0 R /F2 64 0 R /F7 65 0 R >> 
+/Font << /F1 65 0 R /F5 66 0 R /F3 67 0 R /F2 68 0 R /F7 69 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
 <<
 /S /GoTo
-/D [27 0 R /XYZ 85.0 659.0 null]
+/D [29 0 R /XYZ 85.0 659.0 null]
 >>
 endobj
 11 0 obj
 <<
 /S /GoTo
-/D [27 0 R /XYZ 85.0 388.666 null]
+/D [29 0 R /XYZ 85.0 388.666 null]
 >>
 endobj
 13 0 obj
 <<
 /S /GoTo
-/D [27 0 R /XYZ 85.0 323.132 null]
+/D [29 0 R /XYZ 85.0 323.132 null]
 >>
 endobj
 15 0 obj
 <<
 /S /GoTo
-/D [27 0 R /XYZ 85.0 291.998 null]
+/D [29 0 R /XYZ 85.0 291.998 null]
 >>
 endobj
 17 0 obj
 <<
 /S /GoTo
-/D [27 0 R /XYZ 85.0 198.345 null]
+/D [29 0 R /XYZ 85.0 219.545 null]
 >>
 endobj
 19 0 obj
 <<
 /S /GoTo
-/D [44 0 R /XYZ 85.0 637.8 null]
+/D [46 0 R /XYZ 85.0 659.0 null]
 >>
 endobj
 21 0 obj
 <<
 /S /GoTo
-/D [44 0 R /XYZ 85.0 485.347 null]
+/D [46 0 R /XYZ 85.0 565.347 null]
 >>
 endobj
 23 0 obj
 <<
 /S /GoTo
-/D [44 0 R /XYZ 85.0 434.094 null]
+/D [46 0 R /XYZ 85.0 412.894 null]
 >>
 endobj
 25 0 obj
 <<
 /S /GoTo
-/D [44 0 R /XYZ 85.0 382.841 null]
+/D [46 0 R /XYZ 85.0 361.641 null]
 >>
 endobj
-51 0 obj
+27 0 obj
 <<
- /First 52 0 R
- /Last 54 0 R
+/S /GoTo
+/D [46 0 R /XYZ 85.0 310.388 null]
+>>
+endobj
+54 0 obj
+<<
+ /First 55 0 R
+ /Last 57 0 R
 >> endobj
 xref
-0 66
+0 70
 0000000000 65535 f 
-0000013456 00000 n 
-0000013528 00000 n 
-0000013620 00000 n 
+0000014329 00000 n 
+0000014401 00000 n 
+0000014493 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
-0000000935 00000 n 
-0000001055 00000 n 
-0000001136 00000 n 
-0000013743 00000 n 
-0000001271 00000 n 
-0000013806 00000 n 
-0000001408 00000 n 
-0000013872 00000 n 
-0000001545 00000 n 
-0000013938 00000 n 
-0000001682 00000 n 
-0000014004 00000 n 
-0000001819 00000 n 
-0000014070 00000 n 
-0000001956 00000 n 
-0000014134 00000 n 
-0000002093 00000 n 
-0000014200 00000 n 
-0000002230 00000 n 
-0000014266 00000 n 
-0000002367 00000 n 
-0000004698 00000 n 
-0000004821 00000 n 
-0000004939 00000 n 
-0000005123 00000 n 
-0000005305 00000 n 
-0000005492 00000 n 
-0000005679 00000 n 
-0000005854 00000 n 
-0000006041 00000 n 
-0000006217 00000 n 
-0000006390 00000 n 
-0000006567 00000 n 
-0000006741 00000 n 
-0000006933 00000 n 
-0000007110 00000 n 
-0000007286 00000 n 
-0000007463 00000 n 
-0000009369 00000 n 
-0000009492 00000 n 
-0000009547 00000 n 
-0000009719 00000 n 
-0000009912 00000 n 
-0000010101 00000 n 
-0000010347 00000 n 
-0000014332 00000 n 
-0000010525 00000 n 
-0000010703 00000 n 
-0000010902 00000 n 
-0000011058 00000 n 
-0000011377 00000 n 
-0000011686 00000 n 
-0000011996 00000 n 
-0000012253 00000 n 
-0000012528 00000 n 
-0000012900 00000 n 
-0000013013 00000 n 
-0000013123 00000 n 
-0000013231 00000 n 
-0000013347 00000 n 
+0000000982 00000 n 
+0000001102 00000 n 
+0000001190 00000 n 
+0000014616 00000 n 
+0000001325 00000 n 
+0000014679 00000 n 
+0000001462 00000 n 
+0000014745 00000 n 
+0000001599 00000 n 
+0000014811 00000 n 
+0000001736 00000 n 
+0000014877 00000 n 
+0000001873 00000 n 
+0000014943 00000 n 
+0000002010 00000 n 
+0000015007 00000 n 
+0000002147 00000 n 
+0000015073 00000 n 
+0000002284 00000 n 
+0000015139 00000 n 
+0000002421 00000 n 
+0000015205 00000 n 
+0000002558 00000 n 
+0000004909 00000 n 
+0000005032 00000 n 
+0000005150 00000 n 
+0000005334 00000 n 
+0000005516 00000 n 
+0000005703 00000 n 
+0000005878 00000 n 
+0000006065 00000 n 
+0000006241 00000 n 
+0000006414 00000 n 
+0000006591 00000 n 
+0000006765 00000 n 
+0000006952 00000 n 
+0000007144 00000 n 
+0000007325 00000 n 
+0000007502 00000 n 
+0000007678 00000 n 
+0000009743 00000 n 
+0000009866 00000 n 
+0000009928 00000 n 
+0000010105 00000 n 
+0000010281 00000 n 
+0000010474 00000 n 
+0000010663 00000 n 
+0000010909 00000 n 
+0000015271 00000 n 
+0000011087 00000 n 
+0000011265 00000 n 
+0000011464 00000 n 
+0000011620 00000 n 
+0000011917 00000 n 
+0000012250 00000 n 
+0000012559 00000 n 
+0000012869 00000 n 
+0000013126 00000 n 
+0000013401 00000 n 
+0000013773 00000 n 
+0000013881 00000 n 
+0000013991 00000 n 
+0000014104 00000 n 
+0000014220 00000 n 
 trailer
 <<
-/Size 66
+/Size 70
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-14383
+15322
 %%EOF

Modified: hadoop/site/publish/linkmap.html
URL: http://svn.apache.org/viewvc/hadoop/site/publish/linkmap.html?rev=1057996&r1=1057995&r2=1057996&view=diff
==============================================================================
--- hadoop/site/publish/linkmap.html (original)
+++ hadoop/site/publish/linkmap.html Wed Jan 12 06:19:50 2011
@@ -114,10 +114,10 @@ document.write("Last Published: " + docu
 <a href="index.html">Welcome</a>
 </div>
 <div class="menuitem">
-<a href="who.html">Who We Are?</a>
+<a href="mailing_lists.html">Mailing Lists</a>
 </div>
 <div class="menuitem">
-<a href="mailing_lists.html">Mailing Lists</a>
+<a href="who.html">Who We Are?</a>
 </div>
 <div class="menuitem">
 <a href="http://wiki.apache.org/hadoop/PoweredBy">Who Uses Hadoop?</a>
@@ -146,9 +146,6 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://hadoop.apache.org/mapreduce/">MapReduce</a>
 </div>
-<div class="menuitem">
-<a href="http://hadoop.apache.org/zookeeper/">ZooKeeper</a>
-</div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Related Projects</div>
 <div id="menu_1.3" class="menuitemgroup">
@@ -173,6 +170,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://pig.apache.org/">Pig</a>
 </div>
+<div class="menuitem">
+<a href="http://hadoop.apache.org/zookeeper/">ZooKeeper</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">
@@ -218,13 +218,13 @@ document.write("Last Published: " + docu
     
 <ul>
 <li>
-<a href="who.html">Who We Are?</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>who</em>
+<a href="mailing_lists.html">Mailing Lists</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>mail</em>
 </li>
 </ul>    
     
 <ul>
 <li>
-<a href="mailing_lists.html">Mailing Lists</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>mail</em>
+<a href="who.html">Who We Are?</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>who</em>
 </li>
 </ul>    
     
@@ -285,12 +285,6 @@ document.write("Last Published: " + docu
 <a href="http://hadoop.apache.org/mapreduce/">MapReduce</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>mr</em>
 </li>
 </ul>
-    
-<ul>
-<li>
-<a href="http://hadoop.apache.org/zookeeper/">ZooKeeper</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>zookeeper</em>
-</li>
-</ul>    
   
 </ul>
 </ul>
@@ -343,6 +337,12 @@ document.write("Last Published: " + docu
 <a href="http://pig.apache.org/">Pig</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>pig</em>
 </li>
 </ul>    
+    
+<ul>
+<li>
+<a href="http://hadoop.apache.org/zookeeper/">ZooKeeper</a>&nbsp;&nbsp;___________________&nbsp;&nbsp;<em>zookeeper</em>
+</li>
+</ul>    
   
 </ul>
 </ul>

Modified: hadoop/site/publish/linkmap.pdf
URL: http://svn.apache.org/viewvc/hadoop/site/publish/linkmap.pdf?rev=1057996&r1=1057995&r2=1057996&view=diff
==============================================================================
--- hadoop/site/publish/linkmap.pdf (original)
+++ hadoop/site/publish/linkmap.pdf Wed Jan 12 06:19:50 2011
@@ -8,7 +8,7 @@ endobj
 << /Length 1116 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-GatUs?#SIU(kqGW.s.1cK]BP;X.`*((gR5S[>+ffLOkcU8<"p1qM::4qGEIiOm?Za9EHI`"hj(BFUgiHD-&sXO9ebbU[;InLO[ta7e\DI62c_9FQha!!lC.7>=O*ICl2!%M_9">kW9TQMs?uMp"Zee];'LU*Tl['<HYV4g3:r:dIrc)AeDnTZ6REL(iW#9\SYZ[6O>[+\Zi9VHoVdtNDX`/mW(<H10)mqfi^IT@CJY4\!/pHWpQ6=lhX)&(O"kJB.6B8M>\C5m*&iL*2\F0#jCknf4(r50GXkPn6\EZ]G0Ek'Z;^-Bo:`0iu%_+Qk'`B!=U"898(=$^Yc$)$Ul9%+fB_DW:)M-c8"j_K44`1_t6qMp"P_I<",2(j@E8@FO$<g'Z;-a602jibZDtimi2(D0P\f3EFhpuc2o@faIJt(E8HK3=B,#Nhrg^kD@Zm"MZ]fY@]:Z>)*+7)H>Y?bCS_cc0dFLJ8tg_.0mD/`Fcqa>n",i=.J"nJWdgHl2dLnmKH$-m@le@AVjaqh*W_$]HN6"4W`mqTcE'I#LW:g:-:X#+qlI'@$+Vud'5.4BMu)2$WK%UhM6#OqU3]p:5=o=&WpZ>8;.PsnmaSKqmD)hD5R;NZlXu32j]m;:]uf"#]?@g+#nG9D5pMo%ZWGg1ArrnHpfsl*<)n0R+Q,<4N^>Xh>bWFhS!ir)Rn`Z?EQs0mqYC-[MKqP8RuU]MJ!'Ul$dUCP-F]"+\K"bB,-Urp=6^SNCY=BU^XT@.NlXFW4\Sil/<=<-[JUhd'V2ThGAm1>9`W#Z'n)AIZ!Q(r)m..MKf`#@T=a3=WOE!uW7UmtH2hgriKM4PDNqa?fi3!K$;n#*f:i[ddO^o.[si3%/eF_@H+gu,&oDk18Sg<PN^1<7'pk<[2o=bRFn$</KMuaV`3#Z$JkJK_p=fCEjDR%L:guUKN^>ak>bWF!fAh(oIJ>W.Vh`2B?OuhR,9OCq^Wfp8*"3F<6-LNf<$B%
 .C1MEgrOTQYcJX"R&56a+"NQa07rZCgN];qp!a%RB>c[_#.IQeF5$WTT%*^@4@;MLVF6c6nZ?r%o)g1@>U9T#^<+##]=/ZI.Nua:&_e?M[>ILh_P^>(prEmdOd+n~>
+GatUs?#SIU(kqGW.s.1cK]T\=X!,S#"D\C@Z%iBbLOkcU8;edoqM::5qGNOjOm?Za9EHK6"MNtAGn*8LDH?508VAOCd:U.F_nU!kU\bd`T`.AW3o&a0!lC.7;au8-Xc#rgMp?=4kU1!bMs?uMomC6o[Kl-/g<\APWp4-F[I9j)UWr72R7.CBb)RI"A&'6.jYhD3%OKcsjNP=RoAr@o2FbgY]$'3jaAc:aA7s_4$bI^bSYah=;Jk%X=k>SF]W`Uk4%hl.9^H+@Ag]Wti%Q^@6U78jHR!]+%=M[3#ljMfcV$S';aDBJOJ^Y^3VLi2Jb]:3&\uc05"B;Qr5D_0>pp=?00/.[7f=jDmM$<VDD80lHC2FfK:YdT9Z<*],tF\ma&CQZTHFGq#O7L$%RkM)gZE"n)Ae)^`]A4+\r*>M=Ce36RIg%-J]lTfpVeof73d9g7qI4\ZH#7DM3HEAVPcERBVcH`0dFN='^E5i\Z9&;UMT"/qm6c+R5ZR]rR6_9meZlGgn;S&dnsmBeXVTh#WMt@"1YL6eZ-WXoibmOG`38M@cU(gcPfHHOF*0JEOPn^W4re1l9''T\GBJ`We]^.P9fiKlaA5`7:mFq<ZMOr%a5UlKO@leIb%V'cLo63S#gbI4hi#(i:+.2TFoK#fr=<Q,=kaOI'-FOW[^+d&9+1U7j4?o/l<5Ec-4G9fB_pGigL1cp%.#=(#su*M=4,d-[0tSSm+r`DB4l1A7U\%E/M=%^QSoM8S\G$Ark=B&56BW=*Y4pf^&Npa$td/VKNf#b6q6e#tV8^?IS*9_bl't'%8p+mODaGaX&E'rMCBB30UMg)0bE0VVi(!U0c=+>`(Gpn0Bn2@n.[!RYhJH-tQ`2h\;.183#/n:>G]V.C_dA^C3;QIhMQ]2X?TpA_g33Vij\P/G=Df[^ZhiVI>7O\E3%Mh@^>j]^GbtW=MnXZ3gQ^Uh1/%LjW:h@B+'Kr,&e:B$Sie@#/2!@MVg.!!-\
 /,GY5&oBL?UKBk7I?oiof32Xn\Jg7-Kc<6AE^uA5V9%?^3EM%IHiVG':BPq5aA*Zg[>:9!.h:'k[X*o1+NHODfp!lfZKrT[rg>O_EN-9!EALj6?\H?p)IfMqGd+n~>
 endstream
 endobj
 6 0 obj
@@ -37,8 +37,8 @@ endobj
 9 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
 10 0 obj
@@ -51,22 +51,22 @@ endobj
 11 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F6
-/BaseFont /Times-Italic
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
 12 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F2
+/BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
 13 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F2
-/BaseFont /Helvetica-Oblique
+/Name /F6
+/BaseFont /Times-Italic
 /Encoding /WinAnsiEncoding >>
 endobj
 1 0 obj
@@ -81,7 +81,7 @@ endobj
 endobj
 3 0 obj
 << 
-/Font << /F3 9 0 R /F5 10 0 R /F1 12 0 R /F6 11 0 R /F2 13 0 R >> 
+/Font << /F1 9 0 R /F5 10 0 R /F3 11 0 R /F2 12 0 R /F6 13 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 xref
@@ -96,10 +96,10 @@ xref
 0000001385 00000 n 
 0000001792 00000 n 
 0000001898 00000 n 
-0000002010 00000 n 
-0000002120 00000 n 
-0000002231 00000 n 
-0000002339 00000 n 
+0000002005 00000 n 
+0000002115 00000 n 
+0000002228 00000 n 
+0000002344 00000 n 
 trailer
 <<
 /Size 14

Modified: hadoop/site/publish/mailing_lists.html
URL: http://svn.apache.org/viewvc/hadoop/site/publish/mailing_lists.html?rev=1057996&r1=1057995&r2=1057996&view=diff
==============================================================================
--- hadoop/site/publish/mailing_lists.html (original)
+++ hadoop/site/publish/mailing_lists.html Wed Jan 12 06:19:50 2011
@@ -5,7 +5,7 @@
 <meta content="Apache Forrest" name="Generator">
 <meta name="Forrest-version" content="0.8">
 <meta name="Forrest-skin-name" content="hadoop-pelt">
-<title>Hadoop Top Level Project Mailing Lists</title>
+<title>Hadoop Project 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">
@@ -113,13 +113,13 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="index.html">Welcome</a>
 </div>
-<div class="menuitem">
-<a href="who.html">Who We Are?</a>
-</div>
 <div class="menupage">
 <div class="menupagetitle">Mailing Lists</div>
 </div>
 <div class="menuitem">
+<a href="who.html">Who We Are?</a>
+</div>
+<div class="menuitem">
 <a href="http://wiki.apache.org/hadoop/PoweredBy">Who Uses Hadoop?</a>
 </div>
 <div class="menuitem">
@@ -146,9 +146,6 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://hadoop.apache.org/mapreduce/">MapReduce</a>
 </div>
-<div class="menuitem">
-<a href="http://hadoop.apache.org/zookeeper/">ZooKeeper</a>
-</div>
 </div>
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Related Projects</div>
 <div id="menu_1.3" class="menuitemgroup">
@@ -173,6 +170,9 @@ document.write("Last Published: " + docu
 <div class="menuitem">
 <a href="http://pig.apache.org/">Pig</a>
 </div>
+<div class="menuitem">
+<a href="http://hadoop.apache.org/zookeeper/">ZooKeeper</a>
+</div>
 </div>
 <div id="credit"></div>
 <div id="roundbottom">
@@ -193,49 +193,79 @@ document.write("Last Published: " + docu
 <a class="dida" href="mailing_lists.pdf"><img alt="PDF -icon" src="skin/images/pdfdoc.gif" class="skin"><br>
         PDF</a>
 </div>
-<h1>Hadoop Top Level Project Mailing Lists</h1>
-<div id="minitoc-area">
-<ul class="minitoc">
-<li>
-<a href="#General">General</a>
-</li>
-</ul>
-</div>
+<h1>Hadoop Project Mailing Lists</h1>
   
-    
-<a name="N1000C"></a><a name="General"></a>
-<h2 class="h3">General</h2>
-<div class="section">
-<p>The general mailing list is for discussion of
-      Hadoop-related issues that are not specific to a Hadoop
-      sub-project.  All Hadoop releases are announced on this list.</p>
-<div class="note">
-<div class="label">Note</div>
-<div class="content">This mailing list is not for end-user questions and
-      discussion.  Please use a more-specific subproject's -user
-      mailing list for such issues.</div>
-</div>
-<p>
-        The Hadoop general mailing list is :
-        <a href="mailto:general@hadoop.apache.org">general@hadoop.apache.org</a>.
-      </p>
-<ul>
-        
-<li>
-<a href="mailto:general-subscribe@hadoop.apache.org">Subscribe to List</a>
-</li>
-        
-<li>
-<a href="mailto:general-unsubscribe@hadoop.apache.org">Unsubscribe from List</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>
-  
+<p>There are <strong>many mailing lists</strong> in the Hadoop project.
+      Please use the appropriate list described below.</p>
+
+      
+<table class="ForrestTable" cellspacing="1" cellpadding="4">
+      
+<tr>
+<th colspan="1" rowspan="1">Mailing List @hadoop.apache.org</th><th colspan="1" rowspan="1">Purpose</th>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <strong><a href="http://hadoop.apache.org/common/mailing_lists.html#Users">common-user@</a></strong></td><td colspan="1" rowspan="1">&nbsp; <strong>Primary mailing list for Hadoop user questions.</strong></td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <a href="http://hadoop.apache.org/common/mailing_lists.html#Developers">common-dev@</a></td><td colspan="1" rowspan="1">&nbsp; Mailing list for those contributing to the development (code, documentation and tests) of the Hadoop Common project.</td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <a href="http://hadoop.apache.org/common/mailing_lists.html#Issues">common-issues@</a></td><td colspan="1" rowspan="1">&nbsp; Mailing list to view all Jira issue changes made in the <a href="https://issues.apache.org/jira/browse/HADOOP">Hadoop Common Jira</a>. No direct posting allowed.</td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <a href="http://hadoop.apache.org/common/mailing_lists.html#Commits">common-commits@</a></td><td colspan="1" rowspan="1">&nbsp; Mailing list to view all code changes (diffs) made in the Hadoop Common project. No direct posting allowed.</td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <strong><a href="http://hadoop.apache.org/hdfs/mailing_lists.html#Users">hdfs-user@</a></strong></td><td colspan="1" rowspan="1">&nbsp; Mailing list for <strong>user questions related specifically to Hadoop HDFS.</strong></td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <a href="http://hadoop.apache.org/hdfs/mailing_lists.html#Developers">hdfs-dev@</a></td><td colspan="1" rowspan="1">&nbsp; Mailing list for those contributing to the development (code, documentation and tests) of the Hadoop HDFS project.</td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <a href="http://hadoop.apache.org/hdfs/mailing_lists.html#Issues">hdfs-issues@</a></td><td colspan="1" rowspan="1">&nbsp; Mailing list to view all Jira issue changes made in the <a href="https://issues.apache.org/jira/browse/HDFS">Hadoop HDFS Jira</a>. No direct posting allowed.</td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <a href="http://hadoop.apache.org/hdfs/mailing_lists.html#Commits">hdfs-commits@</a></td><td colspan="1" rowspan="1">&nbsp; Mailing list to view all code changes (diffs) made in the Hadoop HDFS project. No direct posting allowed.</td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <strong><a href="http://hadoop.apache.org/mapreduce/mailing_lists.html#Users">mapreduce-user@</a></strong></td><td colspan="1" rowspan="1">&nbsp; Mailing list for <strong>user questions related specifically to Hadoop MapReduce.</strong></td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <a href="http://hadoop.apache.org/mapreduce/mailing_lists.html#Developers">mapreduce-dev@</a></td><td colspan="1" rowspan="1">&nbsp; Mailing list for those contributing to the development (code, documentation and tests) of the Hadoop MapReduce project</td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <a href="http://hadoop.apache.org/mapreduce/mailing_lists.html#Issues">mapreduce-issues@</a></td><td colspan="1" rowspan="1">&nbsp; Mailing list to view all Jira issue changes made in the <a href="https://issues.apache.org/jira/browse/MAPREDUCE">Hadoop MapReduce Jira</a>. No direct posting allowed.</td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <a href="http://hadoop.apache.org/mapreduce/mailing_lists.html#Commits">mapreduce-commits@</a></td><td colspan="1" rowspan="1">&nbsp; Mailing list to view all code changes (diffs) made in the Hadoop MapReduce project. No direct posting allowed.</td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; <strong><a href="general_lists.html">general@</a></strong></td><td colspan="1" rowspan="1">&nbsp; Mailing list for <strong>discussion of Hadoop-related issues that are not specific to a Hadoop
+      sub-project.</strong> All Hadoop releases are announced on this list.
+      <br>&nbsp; <strong>NOTE:</strong> This mailing list is not for end-user questions and discussion.  Please use a more-specific subproject's -user mailing list for such issues.</td>
+</tr>
+      
+<tr>
+<td colspan="1" rowspan="1">&nbsp; security@</td><td colspan="1" rowspan="1">&nbsp; Mailing list is a private list for security sensitive issues. You may post security-related issues here.</td>
+</tr>
+      
+</table>
+
   
 </div>
 <!--+

Modified: hadoop/site/publish/mailing_lists.pdf
URL: http://svn.apache.org/viewvc/hadoop/site/publish/mailing_lists.pdf?rev=1057996&r1=1057995&r2=1057996&view=diff
==============================================================================
--- hadoop/site/publish/mailing_lists.pdf (original)
+++ hadoop/site/publish/mailing_lists.pdf Wed Jan 12 06:19:50 2011
@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 endobj
 5 0 obj
-<< /Length 385 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2337 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gau`N_+qm%%)(gSI-_>r,d!R'a:JFsO?hkb3.s3WMFph$1;r)!F;+?B!Koh@*;eF8cJ#Mo9aiN1!_gEu3&2hRA.lhj-*2\M9a$O+-(&o/7Q37"^0SOBd`_/41)/NS]rPf@d.oVe%C>$M<curW,bXFXIK;*0DT>X3aC?YHq,&B'EI,]Eltbti!J[Mn(\9f]c/9MWLEOPbT+iadU?%.pn4DoIrch5teGIrWY-XnA.3\`K2(Fr&a`1E37-^`3b-6q@Lf<o@cs.e@;i:c[#b?U"4gK2I^A@5Yi(Km[,dWhnI$GnW@ZEtSQbNFdWcCU!qQ*N=8-u!3hq5IW>dQDaprO>iQgKT?j$0$g%[Crl$*21'RWA-*]A@[WQh+AV%i^J"8,~>
+Gb!#^9p=$c&A@7.p]sk]_YWiD%G9KfU6_n^Ea/6F&ng4+,S!SdeGT3//BO%p`KDP^!(@@aBh@^DrLTf[?I*7;DK1768<`jaQLZ,U=dn-l@$7h10Ich(N2-Gd75EaIs#bX4/_bIK4Lmb'_1).FY&"'<(J"G^IFW/&h7\:,=*$>BSgXObo65"2RQr-aZdtdp%^M=T2<O59X8)m_s6<b+%66O8)\-ig17[#RCocBeSm\Td&e?mlO:Wb3/;QH%ZdTR-f1(-+&n154,X=T)gXOci(i_;?CT_Eu7dmsd3nAJag03'_7FupdQgt;r*&@YPMYKiXBchkIqf=sub#2K?ljq:DqVRb[)b1Q61VhkZ081?I!^r6T:;4q9b[/W96dGs%p5aL&SDH]V]eKZom2Ze'PIoX*,Z4Ob(uan?k/Ao&O]8/Y=#NH,-j^hb0IW(!b?;F1HF`GW%B=ia=P'55mX<Gk80bB&+#+(>/6Wb.AqNjrX5G7;!K+`\oBt,qgI#ge,SKUdOgH(O+*gKHEZ!)j9*rDn/MR>+OpcCKYmBgAZ1Ot?+5\>"R'Q9mqLfF$nmn6*S:VA(H]t6JLEq.95,j.Q6c$oJ])+nIXdT^jd65j7G.VU82b[2^QS,Wc8bBgc:&B&=asmhG&"Q2Fgp&Q-@sm^UAm9D=R`O5<cSlWc=)FjpnUAMU*XOKSrTg[^KZMUAHE%LrVVN9.jm"d3kCu6`Hct;JEd%8B%"bSTA":cVjWEjGa!//@Wh5Le^qTY$%\kj$`=E'.T9P.m2N*&fJ"*J:(pL^8Frc%+p`m(3-h2B0^'W-=Q8VV*a)roX-,Noo]-BCMS;u1q@quRQSQ$_#3pZo!1$fU[hpsl!g!=L*Ac8*IY\Y+'mS\&Ukf;4kBro<6Fnkl>5A4-de[':h^-#W1WVh*M3ni0J[L8T_ZOfN-+&,4`Kn\6H_^HJj07jf(0r-*!QS_08Q;E7!IE'tIVNPs27EO'AE+%rj6.Qm;II+H
 V2p'U+][1Ac?#2A@o!$[*hRBA20Sm$fB]ECI<SHa.2H[YqG5([Gg^KMc=NiBu8k,8?MtQ,9_'B+C@0:SEoseD_bEO#F2T#rLBuO9MMUi,^7@%>%EQ.P.VY`7p/1'fFkTNJS8dD>k`#5@..pjRb8*/)7D0In.+0eIWOM`amUo9287'dAY$+2/-g&Ba)\Rj5m=+,8)(Rp&XH;HNd!N\?:LO(s(X<qGoPgq-n[^>%a?`8RA2;#U'7<ll:C.dSfJ-?1C)'c1r2Eq*2+3ee'=(=Mh.bSsS$"8h7$D#,g-*%5<ha^`CO_$jL5;RVe<rE'<5mLZC603g[%f/;Rf(e:J'N\SF0`=mC+"1s<nhaFm/;2g4II%d_Pn83n%_8p$HAb%7k6RO9$ulS`1o1oE>hMocZ/\Ne7b5c5_097I^tD5=X0@de%F,?PK\F/uS[$`K.HKb<41NpVnYn[_!2ViN\@J[!_\HHAlKV)d4DUuic;6@=a^JO0RT6\%<-`SdaI'PWs1&"a_'fDfTZteaaWjES0^;gRmOs/(mP2Ak:gP[)I=_t&':T">lb6$<X6EYM%+r:'^(NWOXGHMqBtR`)1=5hG]`=#LYhAsL?3!aDJcCq'.q`N`-br>@(h\7RYt9je)090pG4/oQh@Y]89MNKW2.IUXPT=aQ7>5X%oIT[D!MU_1;WBgf"B-Oc675WRnC5D>Qg+YAh^\_al2mV@(Fh*,kgGLT!glW9F9.=8q[<7s'eaY0L>`81#!?W&=AecAibef_4%9:H@^OtEE-<GLW&M_)R#^]7(I1]n4hj?#!+ku!rna,u8XLVpp$(+";IQFdD[OtC@"/cIE0!jr6KS/tGH;$27TE#lh^SJ/J/FAr3d)fc;H4si6DngHl)K<]0@0ngQjtnO`&>E-P=f@!JE*P`*o@+)Oq?%Fn?Tso.V.7:KR\.em,#c,]jmFu@eo8"Ob4&lqh^jDPj87k[b>ruo!G?Dm=6%l]gTC@7)@W6'[^
 XA4ZrfZY4'aO0^$'J-NHdrBM3_Ki-i$5fOt1=b:LkhG!p7_O(_!ZbUk'l?,Y0<8$EEa:jk]cm>$D$T@as13ARC2Z#%!3&-]SQY-5`>Z7J+*F:rX"YtTh"8oF]AE7felHuB#5FO5T\*HtoVfsZ6q\OIWl^/!o;bD<W@kSXPPSMJu-"G:/fH4Uh^-sK#7.Pp'0$^#>VBXW5V">Mn5(igpCP-5IcU!liM(i,f:PIgt'&Gh8m&Z.Qi-dmK33ORcA`@]MY%18=5C:kGaCo(YYcOp=@I$hWtm$dgZ.0PGnD4rf2[5BnRql9[6Y-pR&X5cRt),G/)dr*k)LN.!VARa)kD4L^[.H-b=*<%$282<4~>
 endstream
 endobj
 6 0 obj
@@ -23,109 +23,248 @@ 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
+16 0 R
+17 0 R
+18 0 R
+19 0 R
+20 0 R
 ]
 endobj
 8 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 102.0 559.666 147.98 547.666 ]
+/Rect [ 100.06 530.35 175.93 520.35 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://hadoop.apache.org/common/mailing_lists.html#Users)
+/S /URI >>
+/H /I
+>>
+endobj
+9 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 100.06 498.85 168.0 488.85 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A 9 0 R
+/A << /URI (http://hadoop.apache.org/common/mailing_lists.html#Developers)
+/S /URI >>
 /H /I
 >>
 endobj
 10 0 obj
-<< /Length 1337 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 100.06 456.1 180.22 446.1 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://hadoop.apache.org/common/mailing_lists.html#Issues)
+/S /URI >>
+/H /I
+>>
+endobj
+11 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 346.74 444.85 443.99 434.85 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (https://issues.apache.org/jira/browse/HADOOP)
+/S /URI >>
+/H /I
+>>
+endobj
+12 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 100.06 413.35 189.1 403.35 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://hadoop.apache.org/common/mailing_lists.html#Commits)
+/S /URI >>
+/H /I
+>>
+endobj
+13 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 100.06 370.6 155.37 360.6 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://hadoop.apache.org/hdfs/mailing_lists.html#Users)
+/S /URI >>
+/H /I
+>>
+endobj
+14 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 100.06 339.1 148.56 329.1 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://hadoop.apache.org/hdfs/mailing_lists.html#Developers)
+/S /URI >>
+/H /I
+>>
+endobj
+15 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 100.06 296.35 160.78 286.35 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://hadoop.apache.org/hdfs/mailing_lists.html#Issues)
+/S /URI >>
+/H /I
+>>
+endobj
+16 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 346.74 285.1 430.65 275.1 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (https://issues.apache.org/jira/browse/HDFS)
+/S /URI >>
+/H /I
+>>
+endobj
+17 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 100.06 253.6 169.66 243.6 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://hadoop.apache.org/hdfs/mailing_lists.html#Commits)
+/S /URI >>
+/H /I
+>>
+endobj
+18 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 100.06 210.85 187.61 200.85 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://hadoop.apache.org/mapreduce/mailing_lists.html#Users)
+/S /URI >>
+/H /I
+>>
+endobj
+19 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 100.06 179.35 179.68 169.35 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://hadoop.apache.org/mapreduce/mailing_lists.html#Developers)
+/S /URI >>
+/H /I
+>>
+endobj
+20 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 100.06 136.6 191.9 126.6 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://hadoop.apache.org/mapreduce/mailing_lists.html#Issues)
+/S /URI >>
+/H /I
+>>
+endobj
+21 0 obj
+<< /Length 1415 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gatm;;01JM%"@rSi7l\lR3O.YPkrmQ\#.u(]<$"E[QQ#sD/8<*XsCL.Im6aR:!f1Ha)-2a)72Tc!sjG8S(Zkh\!h8-)4<'(N3"@r0_fUM1K[:]6@"`Wfd$=iL=6rL.[45R\M]XdMTlP"0:Dc&q/&%c$pY37SIE;%dO\+LlsHCU>Ylb<A&uRKYK7`!<=phfX0G+0WRQR:g"HRe.rWfg4;R%UXB&b<;motnau4WSekH\kANSeWD-9qKX^6bNmtsP>Dl8TJ'V/B7L$d/.V;8^Jk)'@_X_RK$]/B2#=j@Vb7Q;4$3!_(1_?FA@K@K90VVA!IcceJX+0RVm6P"bWY*bs&g`s6r<Rn]rNd\mOl..hY2TQSN44'jf_&kegr^iOn)-d)b9-tW@@mjlgPr:`#`1(d:1QIXYSDGt(*<#uP]EG>g>%]ZlBoh<0ftIHgKQmRS(DHCS*K%tFk#=-<9n1`bGo6dKk)sd[r0+`X*\X9R3\E%H,,+8?EU4pD!9\_AEWBGfM!Mj:\H@o[TPY1lEC]$D^8B>K-FrUd!pA]%3^Qf>;0t"I@_-=a>58S<ha+lioi!H^)@@t8]>!?X]Yd'e37j.X*k)ERE`_<d+gVElT("[ZX52%P#Hc"dP>UH%3V5:<h^=o#8mk0<OX>M/H+p1j^HC^854_4CqOCX(p&OYS,SQK'P;eS?RF:.H\KA-!62T/Q:@(t'59/3TleVeKClA,Cd(3@?)E8DD70F,Uj!S<U'?]D*nioI>'Ag:b!#<BI`g*9TaS`o;F*NU4*;/"u)k#RTrU-AM2s#ZPANr(d).[@t*%T)?'VlYA,YooBF56p#>C08.du9QD(!Y$-3DpF'%gq5c8RU%nP3*f&BR]0/ph9\g`[R>=1qPRLm*!TX0[DMhE+KM5B&2`HJ#_5#Z62%cK_HIAZ1,a?E_-q9SlC6XCOqlAZDepA&WP=E48Q%L@g+no+LjJul(4gU@\P7]Y+CWKL,PpC@lB2Z4Ei]
 H.81HHg=b[0qYY.T25b0f,A/7I`<R#.,gVp=U_6M*c5/?g0+Z!D@)q&RT04,b"[+DXBDHn%^M+I.E539OD2f'6r(Df@G'd!aN"5,OF-W/_[Omqdj!pC,K<:h*2"l+GKi;!%f+K1*M62/j'+KAWMu<(MUnNA(<03U&Jc*?30q2k<DA]aT[6MNu&s*ZV2D4IKE8.c,UQrIX69A#kL@IXrp?5&QKRa;qG0KE4Q&2RKjLQu`kQO:GL%cUJlTBlcO:VOYW;<pYIV[*VHLT!&$QM'^#>$VHKB*6H6$V4H4[HfcQeb_e>9$]#_Hh.YFFMqdYi5F=#efU@aTeWn04od<NW0*1':)8~>
+GatU3a`?,q&A@B[E(bQi6Ymr,Vb*cF9Vo$bQ`9Kp(^cEc-'8NN]CP]1Y%Vcefe064\f9IMh=!5rB"rW'hu)8+Ee;WLNFuIYluj#U)&&<1[_-jJ..Um>Fn;K=[Op*c+7SOJ;ttn9ER<G4$>\MNEE6p>Cs8k\@9k0W)NQ5n*0O72mZ`-Ta^_Ks>k3$9aN9(K\u158n7[=,f]@Bqpn`Ym15b-.B4QK<s1So:40iFX$aq^pZaqC]Oo>/<>j4Sh]d"IKG*XAgOVNmX_Hgn:]4QI7[cL=OT#gXUI-m>lLlU9WTL8bH+6*&R(=@q76j,?cBZ.VH2STm@>t`79pGU479kX:L^O9%94;`^jg_h:BC,*F^;:?N?V.9&cF#Jl`DE?2>@H,m!if^biC.h3dr)9]s5(nb"Z?hF(`s?;1:??n^dk$GQg<[N=i[8lQ0L2LuTK_0uim+Wi9Ja1'-.2lHA8*H:^%i?gQeRkKeE5fEk[IF/3!W1$@#LbH%+^HnXI%;0h16=_-/M`'QBVig%H?\2bgJ_2JF4r)*7AmHnkAC"6!I8,3=WEj@n_&SqWN\NUFe--RNZN8NW'cp-_l+_,)?a:Xj2B;;Q5-7!$jQGdtbPDQ@S$gVl:TkW2HrGU=$bgNRXhNFA(WnJX7D*%YU1?f2B9?EkBG.dMeD'H>Z`@$.@,i`+6">=OS.!e'E0nEr.V]g3a'>AH@_lXJJ6eghkV*f"S`YBXWpU=?9chQmWWJ`4o"8Fq**17!U,,'lhii7o&)-H5W\QN00PPnM*dR$ulmOn9-D0h!YfO6(Xr^N;+22]Cai)lJcIA0[-PfdqVRDVE'rpm-LM6quj8_MU?q%RgR#B(_"TMhj8th4QNX[QSe`IeZr!R6Ml95&s=0)YHc`&`<TdIIYnY<*bd$jJg*'#IMBbH'GU&E&0#X+VIhunW>a>N;,!fIj\MNCDuZ1cV1c-I_e!c)]M:C#2DqL8G$D:Ld:&NB.N*tnZ*m/O6AK*
 uE#?P"@A@$>.JfADGeMDm_B4e0W?*s;U:1"IK/T^@j9<]'5/op22!$dW5noat8FtbunLR3d5$/5i=EGRReah!r&]OM(lel7D.[SS0.$`'X&?aj_A#b,C$+!tP'4;P)Z]b3uK@U]D3K.tj0K$<o0Je$9WJOUFQ@t<lf97f@EhJ..5DdfB$Qk.h:$gYqg`r9e'Bb`BB[bsieISYbMb/rfaRGqT&GiI@V.Gf%Gf@Ua-TD?08K>l)auo9<)F?HMkNj&,9#Z8>)2>eLp&XYUc1ftuh2BtT'X\a_=P-'SR<-'*R"U.&bD@Stf;\B<ih)GINM2!4pAt?NJ_+R`4.oKg1m\@%a=3n7<e&)t?V,K',H)]OUj<1t>`N.XnP/oRbn'=?H[O&/N0/N!A*i,dVD9(mZ]'li1/T0jO2`dJ2`$jbg]~>
 endstream
 endobj
-11 0 obj
+22 0 obj
 << /Type /Page
 /Parent 1 0 R
 /MediaBox [ 0 0 612 792 ]
 /Resources 3 0 R
-/Contents 10 0 R
-/Annots 12 0 R
+/Contents 21 0 R
+/Annots 23 0 R
 >>
 endobj
-12 0 obj
+23 0 obj
 [
-13 0 R
-14 0 R
-15 0 R
+24 0 R
+25 0 R
+26 0 R
 ]
 endobj
-13 0 obj
+24 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 265.656 538.856 402.66 526.856 ]
+/Rect [ 346.74 660.0 457.34 650.0 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (mailto:general@hadoop.apache.org)
+/A << /URI (https://issues.apache.org/jira/browse/MAPREDUCE)
 /S /URI >>
 /H /I
 >>
 endobj
-14 0 obj
+25 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 521.656 189.336 509.656 ]
+/Rect [ 100.06 628.5 200.78 618.5 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (mailto:general-subscribe@hadoop.apache.org)
+/A << /URI (http://hadoop.apache.org/mapreduce/mailing_lists.html#Commits)
 /S /URI >>
 /H /I
 >>
 endobj
-15 0 obj
+26 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 508.456 215.988 496.456 ]
+/Rect [ 100.06 585.75 145.38 575.75 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (mailto:general-unsubscribe@hadoop.apache.org)
+/A << /URI (general_lists.html)
 /S /URI >>
 /H /I
 >>
 endobj
-17 0 obj
-<<
- /Title (\376\377\0\61\0\40\0\107\0\145\0\156\0\145\0\162\0\141\0\154)
- /Parent 16 0 R
- /A 9 0 R
->> endobj
-18 0 obj
+27 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F3
-/BaseFont /Helvetica-Bold
+/Name /F1
+/BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-19 0 obj
+28 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-20 0 obj
+29 0 obj
 << /Type /Font
 /Subtype /Type1
-/Name /F1
-/BaseFont /Helvetica
+/Name /F3
+/BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-21 0 obj
+30 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-22 0 obj
+31 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -135,62 +274,58 @@ endobj
 1 0 obj
 << /Type /Pages
 /Count 2
-/Kids [6 0 R 11 0 R ] >>
+/Kids [6 0 R 22 0 R ] >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 16 0 R
- /PageMode /UseOutlines
  >>
 endobj
 3 0 obj
 << 
-/Font << /F3 18 0 R /F5 19 0 R /F1 20 0 R /F2 21 0 R /F7 22 0 R >> 
+/Font << /F1 27 0 R /F5 28 0 R /F3 29 0 R /F2 30 0 R /F7 31 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
-9 0 obj
-<<
-/S /GoTo
-/D [11 0 R /XYZ 85.0 659.0 null]
->>
-endobj
-16 0 obj
-<<
- /First 17 0 R
- /Last 17 0 R
->> endobj
 xref
-0 23
+0 32
 0000000000 65535 f 
-0000003670 00000 n 
-0000003735 00000 n 
-0000003827 00000 n 
+0000008186 00000 n 
+0000008251 00000 n 
+0000008301 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
-0000000547 00000 n 
-0000000667 00000 n 
-0000000692 00000 n 
+0000002500 00000 n 
+0000002620 00000 n 
+0000002728 00000 n 
+0000002933 00000 n 
+0000003142 00000 n 
+0000003347 00000 n 
+0000003541 00000 n 
+0000003748 00000 n 
 0000003950 00000 n 
-0000000826 00000 n 
-0000002256 00000 n 
-0000002379 00000 n 
-0000002420 00000 n 
-0000002605 00000 n 
-0000002799 00000 n 
-0000004013 00000 n 
-0000002995 00000 n 
-0000003114 00000 n 
-0000003227 00000 n 
-0000003337 00000 n 
-0000003445 00000 n 
-0000003561 00000 n 
+0000004157 00000 n 
+0000004362 00000 n 
+0000004552 00000 n 
+0000004756 00000 n 
+0000004965 00000 n 
+0000005179 00000 n 
+0000005386 00000 n 
+0000006894 00000 n 
+0000007017 00000 n 
+0000007058 00000 n 
+0000007253 00000 n 
+0000007462 00000 n 
+0000007630 00000 n 
+0000007738 00000 n 
+0000007848 00000 n 
+0000007961 00000 n 
+0000008077 00000 n 
 trailer
 <<
-/Size 23
+/Size 32
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-4064
+8424
 %%EOF