You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ki...@apache.org on 2013/05/08 20:33:30 UTC

svn commit: r1480397 [22/24] - in /incubator/helix/site-content: ./ apidocs/reference/ apidocs/reference/org/apache/helix/taskexecution/ helix-admin-webapp/ helix-agent/ helix-core/ involved/ mockservice/ recipes/ recipes/distributed-lock-manager/ reci...

Added: incubator/helix/site-content/recipes/task_dag_execution.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/recipes/task_dag_execution.html?rev=1480397&view=auto
==============================================================================
--- incubator/helix/site-content/recipes/task_dag_execution.html (added)
+++ incubator/helix/site-content/recipes/task_dag_execution.html Wed May  8 18:33:23 2013
@@ -0,0 +1,361 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at May 8, 2013
+ | Rendered using Apache Maven Fluido Skin 1.3.0
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="Date-Revision-yyyymmdd" content="20130508" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Apache Helix - </title>
+    <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
+    <link rel="stylesheet" href="../css/site.css" />
+    <link rel="stylesheet" href="../css/print.css" media="print" />
+
+      
+    <script type="text/javascript" src="../js/apache-maven-fluido-1.3.0.min.js"></script>
+
+                          
+        
+<script type="text/javascript">var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-3211522-12']);
+        _gaq.push(['_trackPageview']);
+
+        (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })();</script>
+          
+            </head>
+        <body class="topBarEnabled">
+          
+                        
+                    
+                
+
+    <div id="topbar" class="navbar navbar-fixed-top ">
+      <div class="navbar-inner">
+                                  <div class="container"><div class="nav-collapse">
+            
+                
+                                <ul class="nav">
+                          <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Helix <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="../index.html"  title="Introduction">Introduction</a>
+</li>
+                  
+                      <li>      <a href="../Quickstart.html"  title="Quick Start">Quick Start</a>
+</li>
+                  
+                      <li>      <a href="../Concepts.html"  title="Core concept">Core concept</a>
+</li>
+                  
+                      <li>      <a href="../Tutorial.html"  title="Tutorial">Tutorial</a>
+</li>
+                  
+                      <li>      <a href="../Architecture.html"  title="Architecture">Architecture</a>
+</li>
+                  
+                      <li>      <a href="../Features.html"  title="Features">Features</a>
+</li>
+                  
+                      <li>      <a href="../releasenotes/release-0.6.0-incubating.html"  title="release 0.6.0-incubating">release 0.6.0-incubating</a>
+</li>
+                  
+                      <li>      <a href="../download.html"  title="Download">Download</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Recipes <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="../recipes/lock_manager.html"  title="Distributed lock manager">Distributed lock manager</a>
+</li>
+                  
+                      <li>      <a href="../recipes/rabbitmq_consumer_group.html"  title="Rabbit MQ consumer group">Rabbit MQ consumer group</a>
+</li>
+                  
+                      <li>      <a href="../recipes/rsync_replicated_file_store.html"  title="Rsync replicated file store">Rsync replicated file store</a>
+</li>
+                  
+                      <li>      <a href="../recipes/service_discovery.html"  title="Service Discovery">Service Discovery</a>
+</li>
+                  
+                      <li>      <a href="../recipes/task_dag_execution.html"  title="Distributed task DAG Execution">Distributed task DAG Execution</a>
+</li>
+                          </ul>
+      </li>
+                <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Get Involved <b class="caret"></b></a>
+        <ul class="dropdown-menu">
+        
+                      <li>      <a href="../mail-lists.html"  title="Mailing Lists">Mailing Lists</a>
+</li>
+                  
+                      <li>      <a href="../issue-tracking.html"  title="Issues">Issues</a>
+</li>
+                  
+                      <li>      <a href="../team-list.html"  title="Team">Team</a>
+</li>
+                  
+                      <li>      <a href="../source-repository.html"  title="Sources">Sources</a>
+</li>
+                  
+                      <li>      <a href="../integration.html"  title="Continuous Integration">Continuous Integration</a>
+</li>
+                  
+                      <li>      <a href="../involved/building.html"  title="Building Guide">Building Guide</a>
+</li>
+                  
+                      <li>      <a href="../releasing.html"  title="Release Guide">Release Guide</a>
+</li>
+                          </ul>
+      </li>
+                  </ul>
+          
+                      <form id="search-form" action="http://www.google.com/search" method="get"  class="navbar-search pull-right" >
+    
+  <input value="helix.incubator.apache.org" name="sitesearch" type="hidden"/>
+  <input class="search-query" name="q" id="query" type="text" />
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+          
+                                                    
+        
+        
+        <ul class="nav pull-right"><li>
+    
+    <a href="https://twitter.com/ApacheHelix" class="twitter-follow-button" data-show-count="false" data-align="right" data-size="large" data-show-screen-name="true" data-lang="en">Follow ApacheHelix</a>
+    <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+
+        </li></ul>
+                
+                   
+                      </div>
+          
+        </div>
+      </div>
+    </div>
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                                  <a href=".././" id="bannerLeft">
+                                                                                                <img src="../images/helix-logo.jpg" />
+                </a>
+                      </div>
+        <div class="pull-right">                  <a href="http://incubator.apache.org/" id="bannerRight">
+                                                                                        <img src="http://incubator.apache.org/images/egg-logo.png" />
+                </a>
+      </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+            
+                  <li id="projectVersion">Version: 0.6.2-incubating-SNAPSHOT</li>
+                  |             <li class="">
+                    <a href=".././" title="Apache Helix">
+        Apache Helix</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class=""></li>
+                
+                
+            
+                  <li id="publishDate" class="pull-right">Last Published: 2013-05-08</li> 
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <!-- -
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License. --><h1>Distributed task execution</h1><p>This recipe is intended to demonstrate how task dependencies can be modeled using primitives provided by Helix. A given task can be run with desired parallelism and will start only when up-stream dependencies are met. The demo executes the task DAG described below using 10 workers. Although the demo starts the workers as threads, there is no requirement that all the workers need to run in the same process. In reality, these workers run on many different boxes on a cluster. When worker fails, Helix takes care of re-assigning a failed task partition to a new worker. </p><p>Redis is used as a result store. Any other suitable implementation for TaskResultStore can be plugged in.</p><div class="section"><div class="section"><h3>Workflow<a name="Workflow"></a></h3><div class="section"><h4>Input<a name="Input"></a></h4><p>10000 impression events and around 100 click events are pre-populated in task result store (redis). </
 p>
+<ul>
+  <li><p><b>ImpEvent</b>: format: id,isFraudulent,country,gender</p></li>
+  <li><p><b>ClickEvent</b>: format: id,isFraudulent,impEventId</p></li>
+</ul></div><div class="section"><h4>Stages<a name="Stages"></a></h4>
+<ul>
+  <li><p><b>FilterImps</b>: Filters impression where isFraudulent=true.</p></li>
+  <li><p><b>FilterClicks</b>: Filters clicks where isFraudulent=true</p></li>
+  <li><p><b>impCountsByGender</b>: Generates impression counts grouped by gender. It does this by incrementing the count for impression_gender_counts:&lt;gender_value&gt; in the task result store (redis hash). Depends on: <b>FilterImps</b></p></li>
+  <li><p><b>impCountsByCountry</b>: Generates impression counts grouped by country. It does this by incrementing the count for impression_country_counts:&lt;country_value&gt; in the task result store (redis hash). Depends on: <b>FilterClicks</b></p></li>
+  <li><p><b>impClickJoin</b>: Joins clicks with corresponding impression event using impEventId as the join key. Join is needed to pull dimensions not present in click event. Depends on: <b>FilterImps, FilterClicks</b></p></li>
+  <li><p><b>clickCountsByGender</b>: Generates click counts grouped by gender. It does this by incrementing the count for click_gender_counts:&lt;gender_value&gt; in the task result store (redis hash). Depends on: <b>impClickJoin</b></p></li>
+  <li><p><b>clickCountsByGender</b>: Generates click counts grouped by country. It does this by incrementing the count for click_country_counts:&lt;country_value&gt; in the task result store (redis hash). Depends on: <b>impClickJoin</b></p></li>
+  <li><p><b>report</b>: Reads from all aggregates generated by previous stages and prints them. Depends on: <b>impCountsByGender, impCountsByCountry, clickCountsByGender,clickCountsByGender</b></p></li>
+</ul></div></div><div class="section"><h3>Creating DAG<a name="Creating_DAG"></a></h3><p>Each stage is represented as a Node along with the upstream dependency and desired parallelism. Each stage is modelled as a resource in Helix using OnlineOffline state model. As part of Offline to Online transition, we watch the external view of upstream resources and wait for them to transition to online state. See Task.java for additional info.</p>
+<div class="source"><pre class="prettyprint">  Dag dag = new Dag();
+  dag.addNode(new Node(&quot;filterImps&quot;, 10, &quot;&quot;));
+  dag.addNode(new Node(&quot;filterClicks&quot;, 5, &quot;&quot;));
+  dag.addNode(new Node(&quot;impClickJoin&quot;, 10, &quot;filterImps,filterClicks&quot;));
+  dag.addNode(new Node(&quot;impCountsByGender&quot;, 10, &quot;filterImps&quot;));
+  dag.addNode(new Node(&quot;impCountsByCountry&quot;, 10, &quot;filterImps&quot;));
+  dag.addNode(new Node(&quot;clickCountsByGender&quot;, 5, &quot;impClickJoin&quot;));
+  dag.addNode(new Node(&quot;clickCountsByCountry&quot;, 5, &quot;impClickJoin&quot;));		
+  dag.addNode(new Node(&quot;report&quot;,1,&quot;impCountsByGender,impCountsByCountry,clickCountsByGender,clickCountsByCountry&quot;));
+
+
+</pre></div></div><div class="section"><h3>DEMO<a name="DEMO"></a></h3><p>In order to run the demo, use the following steps</p><p>See <a class="externalLink" href="http://redis.io/topics/quickstart">http://redis.io/topics/quickstart</a> on how to install redis server</p>
+<div class="source"><pre class="prettyprint">Start redis e.g:
+./redis-server --port 6379
+
+git clone https://git-wip-us.apache.org/repos/asf/incubator-helix.git
+cd recipes/task-execution
+mvn clean install package -DskipTests
+cd target/task-execution-pkg/bin
+chmod +x task-execution-demo.sh
+./task-execution-demo.sh 2181 localhost 6379 
+
+</pre></div>
+<div class="source"><pre class="prettyprint">                       +-----------------+       +----------------+
+                       |   filterImps    |       |  filterClicks  |
+                       | (parallelism=10)|       | (parallelism=5)|
+                       +----------+-----++       +-------+--------+
+                       |          |     |                |
+                       |          |     |                |
+                       |          |     |                |
+                       |          |     +-------&gt;--------v------------+
+      +--------------&lt;-+   +------v-------+    |  impClickJoin        |
+      |impCountsByGender   |impCountsByCountry | (parallelism=10)     |
+      |(parallelism=10)    |(parallelism=10)   ++-------------------+-+
+      +-----------+--+     +---+----------+     |                   |
+                  |            |                |                   |
+                  |            |                |                   |
+                  |            |       +--------v---------+       +-v-------------------+
+                  |            |       |clickCountsByGender       |clickCountsByCountry |
+                  |            |       |(parallelism=5)   |       |(parallelism=5)      |
+                  |            |       +----+-------------+       +---------------------+
+                  |            |            |                     |
+                  |            |            |                     |
+                  |            |            |                     |
+                  +-----&gt;+-----+&gt;-----------v----+&lt;---------------+
+                         | report                |
+                         |(parallelism=1)        |
+                         +-----------------------+
+
+</pre></div><p>(credit for above ascii art: <a class="externalLink" href="http://www.asciiflow.com">http://www.asciiflow.com</a>)</p></div><div class="section"><h3>OUTPUT<a name="OUTPUT"></a></h3>
+<div class="source"><pre class="prettyprint">Done populating dummy data
+Executing filter task for filterImps_3 for impressions_demo
+Executing filter task for filterImps_2 for impressions_demo
+Executing filter task for filterImps_0 for impressions_demo
+Executing filter task for filterImps_1 for impressions_demo
+Executing filter task for filterImps_4 for impressions_demo
+Executing filter task for filterClicks_3 for clicks_demo
+Executing filter task for filterClicks_1 for clicks_demo
+Executing filter task for filterImps_8 for impressions_demo
+Executing filter task for filterImps_6 for impressions_demo
+Executing filter task for filterClicks_2 for clicks_demo
+Executing filter task for filterClicks_0 for clicks_demo
+Executing filter task for filterImps_7 for impressions_demo
+Executing filter task for filterImps_5 for impressions_demo
+Executing filter task for filterClicks_4 for clicks_demo
+Executing filter task for filterImps_9 for impressions_demo
+Running AggTask for impCountsByGender_3 for filtered_impressions_demo gender
+Running AggTask for impCountsByGender_2 for filtered_impressions_demo gender
+Running AggTask for impCountsByGender_0 for filtered_impressions_demo gender
+Running AggTask for impCountsByGender_9 for filtered_impressions_demo gender
+Running AggTask for impCountsByGender_1 for filtered_impressions_demo gender
+Running AggTask for impCountsByGender_4 for filtered_impressions_demo gender
+Running AggTask for impCountsByCountry_4 for filtered_impressions_demo country
+Running AggTask for impCountsByGender_5 for filtered_impressions_demo gender
+Executing JoinTask for impClickJoin_2
+Running AggTask for impCountsByCountry_3 for filtered_impressions_demo country
+Running AggTask for impCountsByCountry_1 for filtered_impressions_demo country
+Running AggTask for impCountsByCountry_0 for filtered_impressions_demo country
+Running AggTask for impCountsByCountry_2 for filtered_impressions_demo country
+Running AggTask for impCountsByGender_6 for filtered_impressions_demo gender
+Executing JoinTask for impClickJoin_1
+Executing JoinTask for impClickJoin_0
+Executing JoinTask for impClickJoin_3
+Running AggTask for impCountsByGender_8 for filtered_impressions_demo gender
+Executing JoinTask for impClickJoin_4
+Running AggTask for impCountsByGender_7 for filtered_impressions_demo gender
+Running AggTask for impCountsByCountry_5 for filtered_impressions_demo country
+Running AggTask for impCountsByCountry_6 for filtered_impressions_demo country
+Executing JoinTask for impClickJoin_9
+Running AggTask for impCountsByCountry_8 for filtered_impressions_demo country
+Running AggTask for impCountsByCountry_7 for filtered_impressions_demo country
+Executing JoinTask for impClickJoin_5
+Executing JoinTask for impClickJoin_6
+Running AggTask for impCountsByCountry_9 for filtered_impressions_demo country
+Executing JoinTask for impClickJoin_8
+Executing JoinTask for impClickJoin_7
+Running AggTask for clickCountsByCountry_1 for joined_clicks_demo country
+Running AggTask for clickCountsByCountry_0 for joined_clicks_demo country
+Running AggTask for clickCountsByCountry_2 for joined_clicks_demo country
+Running AggTask for clickCountsByCountry_3 for joined_clicks_demo country
+Running AggTask for clickCountsByGender_1 for joined_clicks_demo gender
+Running AggTask for clickCountsByCountry_4 for joined_clicks_demo country
+Running AggTask for clickCountsByGender_3 for joined_clicks_demo gender
+Running AggTask for clickCountsByGender_2 for joined_clicks_demo gender
+Running AggTask for clickCountsByGender_4 for joined_clicks_demo gender
+Running AggTask for clickCountsByGender_0 for joined_clicks_demo gender
+Running reports task
+Impression counts per country
+{CANADA=1940, US=1958, CHINA=2014, UNKNOWN=2022, UK=1946}
+Click counts per country
+{US=24, CANADA=14, CHINA=26, UNKNOWN=14, UK=22}
+Impression counts per gender
+{F=3325, UNKNOWN=3259, M=3296}
+Click counts per gender
+{F=33, UNKNOWN=32, M=35}
+
+
+</pre></div></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2013
+                        <a href="http://www.apache.org/">The Apache Software Foundation</a>.
+            All Rights Reserved.      
+            
+      </div>
+
+                                                                  <?xml version="1.0" encoding="UTF-8"?>
+<div class="row span16">
+  <div>Apache Helix, Apache, the Apache feather logo, and the Apache Helix project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+  <a href="http://helix.incubator.apache.org/privacy-policy.html">Privacy Policy</a>
+</div>
+                  
+                <p id="poweredBy" class="pull-right">
+                          <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+        <img class="builtBy" alt="Built by Maven" src="../images/logos/maven-feather.png" />
+      </a>
+              </p>
+        
+                </div>
+    </footer>
+  </body>
+</html>
\ No newline at end of file

Modified: incubator/helix/site-content/recipes/team-list.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/recipes/team-list.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/recipes/team-list.html (original)
+++ incubator/helix/site-content/recipes/team-list.html Wed May  8 18:33:23 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at May 6, 2013
+ | Generated by Apache Maven Doxia at May 8, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130506" />
+    <meta name="Date-Revision-yyyymmdd" content="20130508" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Helix :: Recipes - Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -86,7 +86,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="projectVersion">Version: 0.6.1-incubating-SNAPSHOT</li>
+                  <li id="projectVersion">Version: 0.6.2-incubating-SNAPSHOT</li>
                   |             <li class="">
                     <a href="../" title="Apache Helix">
         Apache Helix</a>
@@ -101,7 +101,7 @@
                 
                 
             
-                  <li id="publishDate" class="pull-right">Last Published: 2013-05-06</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2013-05-08</li> 
             
                             </ul>
       </div>

Modified: incubator/helix/site-content/releasenotes/release-0.6.0-incubating.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/releasenotes/release-0.6.0-incubating.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/releasenotes/release-0.6.0-incubating.html (original)
+++ incubator/helix/site-content/releasenotes/release-0.6.0-incubating.html Wed May  8 18:33:23 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at May 6, 2013
+ | Generated by Apache Maven Doxia at May 8, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130506" />
+    <meta name="Date-Revision-yyyymmdd" content="20130508" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Helix - Release Notes for Apache Helix</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -83,6 +83,12 @@
                   
                       <li>      <a href="../recipes/rsync_replicated_file_store.html"  title="Rsync replicated file store">Rsync replicated file store</a>
 </li>
+                  
+                      <li>      <a href="../recipes/service_discovery.html"  title="Service Discovery">Service Discovery</a>
+</li>
+                  
+                      <li>      <a href="../recipes/task_dag_execution.html"  title="Distributed task DAG Execution">Distributed task DAG Execution</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -155,7 +161,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="projectVersion">Version: 0.6.1-incubating-SNAPSHOT</li>
+                  <li id="projectVersion">Version: 0.6.2-incubating-SNAPSHOT</li>
                   |             <li class="">
                     <a href=".././" title="Apache Helix">
         Apache Helix</a>
@@ -165,7 +171,7 @@
                 
                 
             
-                  <li id="publishDate" class="pull-right">Last Published: 2013-05-06</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2013-05-08</li> 
             
                             </ul>
       </div>

Modified: incubator/helix/site-content/releasing.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/releasing.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/releasing.html (original)
+++ incubator/helix/site-content/releasing.html Wed May  8 18:33:23 2013
@@ -1,6 +1,6 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at May 6, 2013
+ | Generated by Apache Maven Doxia at May 8, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Creation-yyyymmdd" content="20121215" />
-    <meta name="Date-Revision-yyyymmdd" content="20130506" />
+    <meta name="Date-Revision-yyyymmdd" content="20130508" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Helix - Helix release process</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -84,6 +84,12 @@
                   
                       <li>      <a href="recipes/rsync_replicated_file_store.html"  title="Rsync replicated file store">Rsync replicated file store</a>
 </li>
+                  
+                      <li>      <a href="recipes/service_discovery.html"  title="Service Discovery">Service Discovery</a>
+</li>
+                  
+                      <li>      <a href="recipes/task_dag_execution.html"  title="Distributed task DAG Execution">Distributed task DAG Execution</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -156,7 +162,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="projectVersion">Version: 0.6.1-incubating-SNAPSHOT</li>
+                  <li id="projectVersion">Version: 0.6.2-incubating-SNAPSHOT</li>
                   |             <li class="">
                     <a href="./" title="Apache Helix">
         Apache Helix</a>
@@ -166,7 +172,7 @@
                 
                 
             
-                  <li id="publishDate" class="pull-right">Last Published: 2013-05-06</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2013-05-08</li> 
             
                             </ul>
       </div>

Modified: incubator/helix/site-content/sonar.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/sonar.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/sonar.html (original)
+++ incubator/helix/site-content/sonar.html Wed May  8 18:33:23 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at May 6, 2013
+ | Generated by Apache Maven Doxia at May 8, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130506" />
+    <meta name="Date-Revision-yyyymmdd" content="20130508" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Helix - Sonar</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -83,6 +83,12 @@
                   
                       <li>      <a href="recipes/rsync_replicated_file_store.html"  title="Rsync replicated file store">Rsync replicated file store</a>
 </li>
+                  
+                      <li>      <a href="recipes/service_discovery.html"  title="Service Discovery">Service Discovery</a>
+</li>
+                  
+                      <li>      <a href="recipes/task_dag_execution.html"  title="Distributed task DAG Execution">Distributed task DAG Execution</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -155,7 +161,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="projectVersion">Version: 0.6.1-incubating-SNAPSHOT</li>
+                  <li id="projectVersion">Version: 0.6.2-incubating-SNAPSHOT</li>
                   |             <li class="">
                     <a href="./" title="Apache Helix">
         Apache Helix</a>
@@ -165,7 +171,7 @@
                 
                 
             
-                  <li id="publishDate" class="pull-right">Last Published: 2013-05-06</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2013-05-08</li> 
             
                             </ul>
       </div>

Modified: incubator/helix/site-content/source-repository.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/source-repository.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/source-repository.html (original)
+++ incubator/helix/site-content/source-repository.html Wed May  8 18:33:23 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at May 6, 2013
+ | Generated by Apache Maven Doxia at May 8, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130506" />
+    <meta name="Date-Revision-yyyymmdd" content="20130508" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Helix - Source Repository</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -83,6 +83,12 @@
                   
                       <li>      <a href="recipes/rsync_replicated_file_store.html"  title="Rsync replicated file store">Rsync replicated file store</a>
 </li>
+                  
+                      <li>      <a href="recipes/service_discovery.html"  title="Service Discovery">Service Discovery</a>
+</li>
+                  
+                      <li>      <a href="recipes/task_dag_execution.html"  title="Distributed task DAG Execution">Distributed task DAG Execution</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -155,7 +161,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="projectVersion">Version: 0.6.1-incubating-SNAPSHOT</li>
+                  <li id="projectVersion">Version: 0.6.2-incubating-SNAPSHOT</li>
                   |             <li class="">
                     <a href="./" title="Apache Helix">
         Apache Helix</a>
@@ -165,7 +171,7 @@
                 
                 
             
-                  <li id="publishDate" class="pull-right">Last Published: 2013-05-06</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2013-05-08</li> 
             
                             </ul>
       </div>

Modified: incubator/helix/site-content/team-list.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/team-list.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/team-list.html (original)
+++ incubator/helix/site-content/team-list.html Wed May  8 18:33:23 2013
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at May 6, 2013
+ | Generated by Apache Maven Doxia at May 8, 2013
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20130506" />
+    <meta name="Date-Revision-yyyymmdd" content="20130508" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache Helix - Team list</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -83,6 +83,12 @@
                   
                       <li>      <a href="recipes/rsync_replicated_file_store.html"  title="Rsync replicated file store">Rsync replicated file store</a>
 </li>
+                  
+                      <li>      <a href="recipes/service_discovery.html"  title="Service Discovery">Service Discovery</a>
+</li>
+                  
+                      <li>      <a href="recipes/task_dag_execution.html"  title="Distributed task DAG Execution">Distributed task DAG Execution</a>
+</li>
                           </ul>
       </li>
                 <li class="dropdown">
@@ -155,7 +161,7 @@
         <ul class="breadcrumb">
                 
             
-                  <li id="projectVersion">Version: 0.6.1-incubating-SNAPSHOT</li>
+                  <li id="projectVersion">Version: 0.6.2-incubating-SNAPSHOT</li>
                   |             <li class="">
                     <a href="./" title="Apache Helix">
         Apache Helix</a>
@@ -165,7 +171,7 @@
                 
                 
             
-                  <li id="publishDate" class="pull-right">Last Published: 2013-05-06</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 2013-05-08</li> 
             
                             </ul>
       </div>

Modified: incubator/helix/site-content/xref-test/index.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/index.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/index.html (original)
+++ incubator/helix/site-content/xref-test/index.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: incubator/helix/site-content/xref-test/org/apache/helix/agent/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/agent/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/agent/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/agent/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.agent</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.agent</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/agent/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/agent/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/agent/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/agent/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.agent</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.agent</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/alerts/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/alerts/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/alerts/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/alerts/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.alerts</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.alerts</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/alerts/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/alerts/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/alerts/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/alerts/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.alerts</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.alerts</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/controller/stages/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/controller/stages/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/controller/stages/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/controller/stages/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.controller.stages</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.controller.stages</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/controller/stages/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/controller/stages/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/controller/stages/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/controller/stages/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.controller.stages</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.controller.stages</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/healthcheck/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/healthcheck/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/healthcheck/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/healthcheck/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.healthcheck</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.healthcheck</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/healthcheck/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/healthcheck/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/healthcheck/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/healthcheck/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.healthcheck</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.healthcheck</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/integration/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/integration/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/integration/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/integration/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.integration</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.integration</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/integration/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/integration/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/integration/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/integration/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.integration</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.integration</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/josql/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/josql/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/josql/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/josql/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.josql</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.josql</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/josql/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/josql/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/josql/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/josql/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.josql</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.josql</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/manager/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/manager/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/manager/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/manager/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.manager</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.manager</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/manager/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/manager/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/manager/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/manager/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.manager</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.manager</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/manager/zk/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/manager/zk/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/manager/zk/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/manager/zk/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.manager.zk</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.manager.zk</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/manager/zk/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/manager/zk/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/manager/zk/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/manager/zk/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.manager.zk</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.manager.zk</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/messaging/handling/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/messaging/handling/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/messaging/handling/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/messaging/handling/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.messaging.handling</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.messaging.handling</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/messaging/handling/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/messaging/handling/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/messaging/handling/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/messaging/handling/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.messaging.handling</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.messaging.handling</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.messaging</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.messaging</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/messaging/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.messaging</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.messaging</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/mock/controller/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/mock/controller/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/mock/controller/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/mock/controller/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.mock.controller</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.mock.controller</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/mock/controller/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/mock/controller/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/mock/controller/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/mock/controller/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.mock.controller</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.mock.controller</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/mock/participant/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/mock/participant/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/mock/participant/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/mock/participant/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.mock.participant</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.mock.participant</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/mock/participant/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/mock/participant/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/mock/participant/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/mock/participant/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.mock.participant</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.mock.participant</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/mock/spectator/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/mock/spectator/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/mock/spectator/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/mock/spectator/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.mock.spectator</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.mock.spectator</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/mock/spectator/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/mock/spectator/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/mock/spectator/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/mock/spectator/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.mock.spectator</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.mock.spectator</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/model/builder/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/model/builder/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/model/builder/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/model/builder/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.model.builder</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.model.builder</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/model/builder/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/model/builder/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/model/builder/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/model/builder/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.model.builder</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.model.builder</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/model/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/model/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/model/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/model/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.model</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.model</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/model/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/model/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/model/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/model/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.model</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.model</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/monitoring/mbeans/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/monitoring/mbeans/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/monitoring/mbeans/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/monitoring/mbeans/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.monitoring.mbeans</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.monitoring.mbeans</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/monitoring/mbeans/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/monitoring/mbeans/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/monitoring/mbeans/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/monitoring/mbeans/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.monitoring.mbeans</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.monitoring.mbeans</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/monitoring/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/monitoring/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/monitoring/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/monitoring/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.monitoring</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.monitoring</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/monitoring/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/monitoring/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/monitoring/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/monitoring/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.monitoring</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.monitoring</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix</title>
 		<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix</title>
 		<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/participant/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/participant/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/participant/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/participant/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.participant</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.participant</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/participant/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/participant/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/participant/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/participant/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.participant</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.participant</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/participant/statemachine/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/participant/statemachine/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/participant/statemachine/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/participant/statemachine/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.participant.statemachine</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.participant.statemachine</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/participant/statemachine/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/participant/statemachine/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/participant/statemachine/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/participant/statemachine/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.participant.statemachine</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.participant.statemachine</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/store/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/store/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/store/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/store/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.store</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.store</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/store/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/store/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/store/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/store/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.store</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.store</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/store/zk/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/store/zk/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/store/zk/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/store/zk/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.store.zk</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.store.zk</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/store/zk/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/store/zk/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/store/zk/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/store/zk/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.store.zk</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.store.zk</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/tools/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/tools/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/tools/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/tools/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.tools</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.tools</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/tools/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/tools/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/tools/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/tools/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.tools</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.tools</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/util/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/util/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/util/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/util/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.util</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.util</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/util/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/util/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/util/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/util/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.util</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.util</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/webapp/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/webapp/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/webapp/package-frame.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/webapp/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.webapp</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.webapp</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/org/apache/helix/webapp/package-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/org/apache/helix/webapp/package-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/org/apache/helix/webapp/package-summary.html (original)
+++ incubator/helix/site-content/xref-test/org/apache/helix/webapp/package-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.webapp</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.webapp</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/overview-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/overview-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/overview-frame.html (original)
+++ incubator/helix/site-content/xref-test/overview-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: incubator/helix/site-content/xref-test/overview-summary.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref-test/overview-summary.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref-test/overview-summary.html (original)
+++ incubator/helix/site-content/xref-test/overview-summary.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Apache Helix 0.6.1-incubating-SNAPSHOT Reference</h2>
+		      	<h2>Apache Helix 0.6.2-incubating-SNAPSHOT Reference</h2>
 
 		<table class="summary">
         	<thead>

Modified: incubator/helix/site-content/xref/index.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/index.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref/index.html (original)
+++ incubator/helix/site-content/xref/index.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: incubator/helix/site-content/xref/org/apache/helix/agent/package-frame.html
URL: http://svn.apache.org/viewvc/incubator/helix/site-content/xref/org/apache/helix/agent/package-frame.html?rev=1480397&r1=1480396&r2=1480397&view=diff
==============================================================================
--- incubator/helix/site-content/xref/org/apache/helix/agent/package-frame.html (original)
+++ incubator/helix/site-content/xref/org/apache/helix/agent/package-frame.html Wed May  8 18:33:23 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Apache Helix 0.6.1-incubating-SNAPSHOT Reference Package org.apache.helix.agent</title>
+		<title>Apache Helix 0.6.2-incubating-SNAPSHOT Reference Package org.apache.helix.agent</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>