Added: falcon/site/0.6.1/restapi/InstanceSuspend.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6.1/restapi/InstanceSuspend.html?rev=1690074&view=auto
==============================================================================
--- falcon/site/0.6.1/restapi/InstanceSuspend.html (added)
+++ falcon/site/0.6.1/restapi/InstanceSuspend.html Thu Jul  9 12:09:09 2015
@@ -0,0 +1,141 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-09
+ | 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="20150709" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - POST 
/api/instance/suspend/:entity-type/:entity-name</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">$( document ).ready( function() { $( 
'.carousel' ).carousel( { interval: 3500 } ) } );</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                                                                               
                 <img src="../images/falcon-logo.png"  alt="Apache Falcon" 
width="200px" height="45px"/>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="../index.html" title="Falcon">
+        Falcon</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">POST /api/instance/suspend/:entity-type/:entity-name</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.6.1</li>
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h3>POST /api/instance/suspend/:entity-type/:entity-name<a 
name="POST_apiinstancesuspend:entity-type:entity-name"></a></h3>
+<p></p>
+<ul>
+<li><a href="#Description">Description</a></li>
+<li><a href="#Parameters">Parameters</a></li>
+<li><a href="#Results">Results</a></li>
+<li><a href="#Examples">Examples</a></li></ul></div>
+<div class="section">
+<h3>Description<a name="Description"></a></h3>
+<p>Suspend instances of an entity.</p></div>
+<div class="section">
+<h3>Parameters<a name="Parameters"></a></h3>
+<p></p>
+<ul>
+<li>:entity-type can either be a feed or a process.</li>
+<li>:entity-name is name of the entity.</li>
+<li>start is the start time of the instance(s) that you want to refer to</li>
+<li>end is the end time of the instance(s) that you want to refer to</li>
+<li>lifecycle &lt;optional param&gt; can be Eviction/Replication(default) for 
feed and Execution(default) for process.</li></ul></div>
+<div class="section">
+<h3>Results<a name="Results"></a></h3>
+<p>Results of the suspend command.</p></div>
+<div class="section">
+<h3>Examples<a name="Examples"></a></h3></div>
+<div class="section">
+<h4>Rest Call<a name="Rest_Call"></a></h4>
+<div class="source">
+<pre>
+POST 
http://localhost:15000/api/instance/suspend/process/SampleProcess?colo=*&amp;start=2012-04-03T07:00Z&amp;end=2014-04-03T07:00Z
+
+</pre></div></div>
+<div class="section">
+<h4>Result<a name="Result"></a></h4>
+<div class="source">
+<pre>
+{
+    &quot;instances&quot;: [
+        {
+            &quot;details&quot;: &quot;&quot;,
+            &quot;endTime&quot;: &quot;2013-10-21T15:15:01-07:00&quot;,
+            &quot;startTime&quot;: &quot;2013-10-21T15:14:32-07:00&quot;,
+            &quot;cluster&quot;: &quot;primary-cluster&quot;,
+            &quot;logFile&quot;: 
&quot;http:\/\/localhost:11000\/oozie?job=0000070-131021115933395-oozie-rgau-W&quot;,
+            &quot;status&quot;: &quot;SUCCEEDED&quot;,
+            &quot;instance&quot;: &quot;2012-04-03T07:00Z&quot;
+        }
+    ],
+    &quot;requestId&quot;: 
&quot;default\/ff07e45b-b6da-4f47-ae96-9182bd8a7e53\n&quot;,
+    &quot;message&quot;: &quot;default\/SUSPEND\n&quot;,
+    &quot;status&quot;: &quot;SUCCEEDED&quot;
+}
+
+</pre></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2015
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </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>

Added: falcon/site/0.6.1/restapi/MetadataList.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6.1/restapi/MetadataList.html?rev=1690074&view=auto
==============================================================================
--- falcon/site/0.6.1/restapi/MetadataList.html (added)
+++ falcon/site/0.6.1/restapi/MetadataList.html Thu Jul  9 12:09:09 2015
@@ -0,0 +1,126 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-09
+ | 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="20150709" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - GET api/metadata/discovery/:type/list</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">$( document ).ready( function() { $( 
'.carousel' ).carousel( { interval: 3500 } ) } );</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                                                                               
                 <img src="../images/falcon-logo.png"  alt="Apache Falcon" 
width="200px" height="45px"/>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="../index.html" title="Falcon">
+        Falcon</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">GET api/metadata/discovery/:type/list</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.6.1</li>
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h3>GET api/metadata/discovery/:type/list<a 
name="GET_apimetadatadiscovery:typelist"></a></h3>
+<p></p>
+<ul>
+<li><a href="#Description">Description</a></li>
+<li><a href="#Parameters">Parameters</a></li>
+<li><a href="#Results">Results</a></li>
+<li><a href="#Examples">Examples</a></li></ul></div>
+<div class="section">
+<h3>Description<a name="Description"></a></h3>
+<p>Get all dimensions of specified type.</p></div>
+<div class="section">
+<h3>Parameters<a name="Parameters"></a></h3>
+<p></p>
+<ul>
+<li>:type Valid dimension types are cluster_entity,feed_entity, 
process_entity, user, colo, tags, groups, pipelines</li>
+<li>cluster &lt;optional query param&gt; Show dimensions related to this 
cluster.</li></ul></div>
+<div class="section">
+<h3>Results<a name="Results"></a></h3>
+<p>List of dimensions that match requested type [and cluster].</p></div>
+<div class="section">
+<h3>Examples<a name="Examples"></a></h3></div>
+<div class="section">
+<h4>Rest Call<a name="Rest_Call"></a></h4>
+<div class="source">
+<pre>
+GET 
http://localhost:15000/api/metadata/discovery/process_entity/list?cluster=primary-cluster
+
+</pre></div></div>
+<div class="section">
+<h4>Result<a name="Result"></a></h4>
+<div class="source">
+<pre>
+{
+    &quot;results&quot;: 
[&quot;sampleIngestProcess&quot;,&quot;testProcess&quot;,&quot;anotherProcess&quot;],
+    &quot;totalSize&quot;: 3
+}
+
+</pre></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2015
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </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>

Added: falcon/site/0.6.1/restapi/MetadataRelations.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6.1/restapi/MetadataRelations.html?rev=1690074&view=auto
==============================================================================
--- falcon/site/0.6.1/restapi/MetadataRelations.html (added)
+++ falcon/site/0.6.1/restapi/MetadataRelations.html Thu Jul  9 12:09:09 2015
@@ -0,0 +1,143 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-09
+ | 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="20150709" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - GET 
api/metadata/discovery/:dimension-type/:dimension-name/relations</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">$( document ).ready( function() { $( 
'.carousel' ).carousel( { interval: 3500 } ) } );</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                                                                               
                 <img src="../images/falcon-logo.png"  alt="Apache Falcon" 
width="200px" height="45px"/>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="../index.html" title="Falcon">
+        Falcon</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">GET 
api/metadata/discovery/:dimension-type/:dimension-name/relations</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.6.1</li>
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h3>GET api/metadata/discovery/:dimension-type/:dimension-name/relations<a 
name="GET_apimetadatadiscovery:dimension-type:dimension-namerelations"></a></h3>
+<p></p>
+<ul>
+<li><a href="#Description">Description</a></li>
+<li><a href="#Parameters">Parameters</a></li>
+<li><a href="#Results">Results</a></li>
+<li><a href="#Examples">Examples</a></li></ul></div>
+<div class="section">
+<h3>Description<a name="Description"></a></h3>
+<p>Get all relations of a specific dimension.</p></div>
+<div class="section">
+<h3>Parameters<a name="Parameters"></a></h3>
+<p></p>
+<ul>
+<li>:type Valid dimension types are cluster_entity,feed_entity, 
process_entity, user, colo, tags, groups, pipelines</li>
+<li>:name Name of the dimension.</li></ul></div>
+<div class="section">
+<h3>Results<a name="Results"></a></h3>
+<p>Get all relations of a specific dimension.</p></div>
+<div class="section">
+<h3>Examples<a name="Examples"></a></h3></div>
+<div class="section">
+<h4>Rest Call<a name="Rest_Call"></a></h4>
+<div class="source">
+<pre>
+GET 
http://localhost:15000/api/metadata/discovery/process_entity/sample-process/relations
+
+</pre></div></div>
+<div class="section">
+<h4>Result<a name="Result"></a></h4>
+<div class="source">
+<pre>
+{
+    &quot;timestamp&quot;:&quot;2014-09-09T01:31Z&quot;,
+    &quot;userWorkflowEngine&quot;:&quot;pig&quot;,
+    &quot;name&quot;:&quot;sample-process&quot;,
+    &quot;type&quot;:&quot;PROCESS_ENTITY&quot;,
+    &quot;userWorkflowName&quot;:&quot;imp-click-join-workflow&quot;,
+    &quot;version&quot;:&quot;1.0.9&quot;,
+    &quot;inVertices&quot;:[
+        
{&quot;name&quot;:&quot;clicks-feed&quot;,&quot;type&quot;:&quot;FEED_ENTITY&quot;,&quot;label&quot;:&quot;input&quot;},
+        
{&quot;name&quot;:&quot;impression-feed&quot;,&quot;type&quot;:&quot;FEED_ENTITY&quot;,&quot;label&quot;:&quot;input&quot;},
+        
{&quot;name&quot;:&quot;sample-process\/2014-01-01T01:00Z&quot;,&quot;type&quot;:&quot;PROCESS_INSTANCE&quot;,&quot;label&quot;:&quot;instance-of&quot;}
+    ],
+    &quot;outVertices&quot;:[
+        
{&quot;name&quot;:&quot;Critical&quot;,&quot;type&quot;:&quot;TAGS&quot;,&quot;label&quot;:&quot;classified-as&quot;},
+        
{&quot;name&quot;:&quot;testPipeline&quot;,&quot;type&quot;:&quot;PIPELINES&quot;,&quot;label&quot;:&quot;pipeline&quot;},
+        
{&quot;name&quot;:&quot;primary-cluster&quot;,&quot;type&quot;:&quot;CLUSTER_ENTITY&quot;,&quot;label&quot;:&quot;runs-on&quot;},
+        
{&quot;name&quot;:&quot;imp-click-join2&quot;,&quot;type&quot;:&quot;FEED_ENTITY&quot;,&quot;label&quot;:&quot;output&quot;},
+        
{&quot;name&quot;:&quot;imp-click-join1&quot;,&quot;type&quot;:&quot;FEED_ENTITY&quot;,&quot;label&quot;:&quot;output&quot;},
+        
{&quot;name&quot;:&quot;falcon-user&quot;,&quot;type&quot;:&quot;USER&quot;,&quot;label&quot;:&quot;owned-by&quot;}
+    ]
+}
+
+</pre></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2015
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </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>

Added: falcon/site/0.6.1/restapi/ResourceList.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6.1/restapi/ResourceList.html?rev=1690074&view=auto
==============================================================================
--- falcon/site/0.6.1/restapi/ResourceList.html (added)
+++ falcon/site/0.6.1/restapi/ResourceList.html Thu Jul  9 12:09:09 2015
@@ -0,0 +1,308 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-09
+ | 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="20150709" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - RESTful Resources</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">$( document ).ready( function() { $( 
'.carousel' ).carousel( { interval: 3500 } ) } );</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                                                                               
                 <img src="../images/falcon-logo.png"  alt="Apache Falcon" 
width="200px" height="45px"/>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="../index.html" title="Falcon">
+        Falcon</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">RESTful Resources</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.6.1</li>
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>RESTful Resources<a name="RESTful_Resources"></a></h2></div>
+<div class="section">
+<h3>Resource List<a name="Resource_List"></a></h3>
+<p></p>
+<ul>
+<li><a href="#REST_Call_on_Entity_Resource">REST Call on Entity 
Resource</a></li>
+<li><a href="#REST_Call_on_Feed_and_Process_Instances">REST Call on 
Feed/Process Instances</a></li>
+<li><a href="#REST_Call_on_Admin_Resource">REST Call on Admin Resource</a></li>
+<li><a href="#REST_Call_on_Lineage_Graph">REST Call on Lineage Graph 
Resource</a></li>
+<li><a href="#REST_Call_on_Metadata_Resource">REST Call on Metadata 
Resource</a></li></ul></div>
+<div class="section">
+<h3>Authentication<a name="Authentication"></a></h3>
+<p>When security is off (Pseudo/Simple), the authenticated user is the 
username specified in the user.name query parameter. If the user.name parameter 
is not set, the server may either set the authenticated user to a default web 
user, if there is any, or return an error response.</p>
+<p>When security is on (kerberos), authentication is performed by Kerberos 
SPNEGO.</p>
+<p>Below are examples using the curl command tool.</p>
+<p>Authentication when security is off (Pseudo/Simple):</p>
+<div class="source">
+<pre>
+curl -i 
&quot;http://&lt;HOST&gt;:&lt;PORT&gt;/&lt;PATH&gt;?[user.name=&lt;USER&gt;&amp;]&lt;PARAM&gt;=...&quot;
+
+</pre></div>
+<p>Authentication using Kerberos SPNEGO when security is on:</p>
+<div class="source">
+<pre>
+curl -i --negotiate -u : 
&quot;http://&lt;HOST&gt;:&lt;PORT&gt;/&lt;PATH&gt;?&lt;PARAM&gt;=...&quot;
+
+</pre></div>
+<p>See also: <a href="./../Security.twiki.html">Security in 
Falcon</a></p></div>
+<div class="section">
+<h3>REST Call on Admin Resource<a name="REST_Call_on_Admin_Resource"></a></h3>
+<p></p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Call Type</th>
+<th>Resource</th>
+<th>Description</th></tr>
+<tr class="b">
+<td>GET</td>
+<td><a href="./AdminStack.html">api/admin/stack</a></td>
+<td>Get stack of the server</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a href="./AdminVersion.html">api/admin/version</a></td>
+<td>Get version of the server</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a href="./AdminConfig.html">api/admin/config/:config-type</a></td>
+<td>Get configuration information of the server</td></tr></table></div>
+<div class="section">
+<h3>REST Call on Entity Resource<a 
name="REST_Call_on_Entity_Resource"></a></h3>
+<p></p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Call Type</th>
+<th>Resource</th>
+<th>Description</th></tr>
+<tr class="b">
+<td>POST</td>
+<td><a href="./EntityValidate.html">api/entities/validate/:entity-type</a></td>
+<td>Validate the entity</td></tr>
+<tr class="a">
+<td>POST</td>
+<td><a href="./EntitySubmit.html">api/entities/submit/:entity-type</a></td>
+<td>Submit the entity</td></tr>
+<tr class="b">
+<td>POST</td>
+<td><a 
href="./EntityUpdate.html">api/entities/update/:entity-type/:entity-name</a></td>
+<td>Update the entity</td></tr>
+<tr class="a">
+<td>POST</td>
+<td><a 
href="./EntitySubmitAndSchedule.html">api/entities/submitAndSchedule/:entity-type</a></td>
+<td>Submit &amp; Schedule the entity</td></tr>
+<tr class="b">
+<td>POST</td>
+<td><a 
href="./EntitySchedule.html">api/entities/schedule/:entity-type/:entity-name</a></td>
+<td>Schedule the entity</td></tr>
+<tr class="a">
+<td>POST</td>
+<td><a 
href="./EntitySuspend.html">api/entities/suspend/:entity-type/:entity-name</a></td>
+<td>Suspend the entity</td></tr>
+<tr class="b">
+<td>POST</td>
+<td><a 
href="./EntityResume.html">api/entities/resume/:entity-type/:entity-name</a></td>
+<td>Resume the entity</td></tr>
+<tr class="a">
+<td>DELETE</td>
+<td><a 
href="./EntityDelete.html">api/entities/delete/:entity-type/:entity-name</a></td>
+<td>Delete the entity</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a 
href="./EntityStatus.html">api/entities/status/:entity-type/:entity-name</a></td>
+<td>Get the status of the entity</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a 
href="./EntityDefinition.html">api/entities/definition/:entity-type/:entity-name</a></td>
+<td>Get the definition of the entity</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a href="./EntityList.html">api/entities/list/:entity-type</a></td>
+<td>Get the list of entities</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a 
href="./EntitySummary.html">api/entities/summary/:entity-type/:cluster</a></td>
+<td>Get instance summary of all entities</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a 
href="./EntityDependencies.html">api/entities/dependencies/:entity-type/:entity-name</a></td>
+<td>Get the dependencies of the entity</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a href="./FeedLookup.html">api/entities/lookup/feed/</a></td>
+<td>Get feed for given path</td></tr></table></div>
+<div class="section">
+<h3>REST Call on Feed and Process Instances<a 
name="REST_Call_on_Feed_and_Process_Instances"></a></h3>
+<p></p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Call Type</th>
+<th>Resource</th>
+<th>Description</th></tr>
+<tr class="b">
+<td>GET</td>
+<td><a 
href="./InstanceRunning.html">api/instance/running/:entity-type/:entity-name</a></td>
+<td>List of running instances.</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a 
href="./InstanceParams.html">api/instance/params/:entity-type/:entity-name</a></td>
+<td>List of entity instances along with their workflow params.</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a 
href="./InstanceList.html">api/instance/list/:entity-type/:entity-name</a></td>
+<td>List of instances</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a 
href="./InstanceStatus.html">api/instance/status/:entity-type/:entity-name</a></td>
+<td>Status of a given instance</td></tr>
+<tr class="b">
+<td>POST</td>
+<td><a 
href="./InstanceKill.html">api/instance/kill/:entity-type/:entity-name</a></td>
+<td>Kill a given instance</td></tr>
+<tr class="a">
+<td>POST</td>
+<td><a 
href="./InstanceSuspend.html">api/instance/suspend/:entity-type/:entity-name</a></td>
+<td>Suspend a running instance</td></tr>
+<tr class="b">
+<td>POST</td>
+<td><a 
href="./InstanceResume.html">api/instance/resume/:entity-type/:entity-name</a></td>
+<td>Resume a given instance</td></tr>
+<tr class="a">
+<td>POST</td>
+<td><a 
href="./InstanceRerun.html">api/instance/rerun/:entity-type/:entity-name</a></td>
+<td>Rerun a given instance</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a 
href="./InstanceLogs.html">api/instance/logs/:entity-type/:entity-name</a></td>
+<td>Get logs of a given instance</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a 
href="./InstanceSummary.html">api/instance/summary/:entity-type/:entity-name</a></td>
+<td>Return summary of instances for an entity</td></tr></table></div>
+<div class="section">
+<h3>REST Call on Metadata Lineage Resource<a 
name="REST_Call_on_Metadata_Lineage_Resource"></a></h3>
+<p></p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Call Type</th>
+<th>Resource</th>
+<th>Description</th></tr>
+<tr class="b">
+<td>GET</td>
+<td><a href="./Graph.html">api/metadata/lineage/serialize</a></td>
+<td>dump the graph</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a href="./AllVertices.html">api/metadata/lineage/vertices/all</a></td>
+<td>get all vertices</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a 
href="./Vertices.html">api/metadata/lineage/vertices?key=:key&amp;value=:value</a></td>
+<td>get all vertices for a key index</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a href="./Vertex.html">api/metadata/lineage/vertices/:id</a></td>
+<td>get the vertex with the specified id</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a 
href="./VertexProperties.html">api/metadata/lineage/vertices/properties/:id?relationships=:true</a></td>
+<td>get the properties of the vertex with the specified id</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a 
href="./AdjacentVertices.html">api/metadata/lineage/vertices/:id/:direction</a></td>
+<td>get the adjacent vertices or edges of the vertex with the specified 
direction</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a href="./AllEdges.html">api/metadata/lineage/edges/all</a></td>
+<td>get all edges</td></tr>
+<tr class="a">
+<td>GET</td>
+<td><a href="./Edge.html">api/metadata/lineage/edges/:id</a></td>
+<td>get the edge with the specified id</td></tr>
+<tr class="b">
+<td>GET</td>
+<td><a 
href="./EntityLineage.html">api/metadata/lineage/entities?pipeline=:name</a></td>
+<td>Get lineage graph for processes and feeds in the specified 
pipeline</td></tr></table></div>
+<div class="section">
+<h3>REST Call on Metadata Discovery Resource<a 
name="REST_Call_on_Metadata_Discovery_Resource"></a></h3>
+<p></p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Call Type</th>
+<th>Resource</th>
+<th>Description</th></tr>
+<tr class="b">
+<td>GET</td>
+<td><a 
href="./MetadataList.html">api/metadata/discovery/:dimension-type/list</a></td>
+<td>list of dimensions</td></tr>
+<tr class="a">
+<td>GET</td>
+<td>[MetadataRelations][api/metadata/discovery/:dimension-type/:dimension-name/relations]]</td>
+<td>Return all relations of a dimension</td></tr></table></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2015
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </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>

Added: falcon/site/0.6.1/restapi/Vertex.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6.1/restapi/Vertex.html?rev=1690074&view=auto
==============================================================================
--- falcon/site/0.6.1/restapi/Vertex.html (added)
+++ falcon/site/0.6.1/restapi/Vertex.html Thu Jul  9 12:09:09 2015
@@ -0,0 +1,133 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-09
+ | 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="20150709" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - GET api/metadata/lineage/vertices/:id</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">$( document ).ready( function() { $( 
'.carousel' ).carousel( { interval: 3500 } ) } );</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                                                                               
                 <img src="../images/falcon-logo.png"  alt="Apache Falcon" 
width="200px" height="45px"/>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="../index.html" title="Falcon">
+        Falcon</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">GET api/metadata/lineage/vertices/:id</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.6.1</li>
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h3>GET api/metadata/lineage/vertices/:id<a 
name="GET_apimetadatalineagevertices:id"></a></h3>
+<p></p>
+<ul>
+<li><a href="#Description">Description</a></li>
+<li><a href="#Parameters">Parameters</a></li>
+<li><a href="#Results">Results</a></li>
+<li><a href="#Examples">Examples</a></li></ul></div>
+<div class="section">
+<h3>Description<a name="Description"></a></h3>
+<p>Gets the vertex with specified id.</p></div>
+<div class="section">
+<h3>Parameters<a name="Parameters"></a></h3>
+<p></p>
+<ul>
+<li>:id is the unique id of the vertex.</li></ul></div>
+<div class="section">
+<h3>Results<a name="Results"></a></h3>
+<p>Vertex with the specified id.</p></div>
+<div class="section">
+<h3>Examples<a name="Examples"></a></h3></div>
+<div class="section">
+<h4>Rest Call<a name="Rest_Call"></a></h4>
+<div class="source">
+<pre>
+GET http://localhost:15000/api/metadata/lineage/vertices/4
+
+</pre></div></div>
+<div class="section">
+<h4>Result<a name="Result"></a></h4>
+<div class="source">
+<pre>
+{
+    &quot;results&quot;: [
+        {
+            &quot;timestamp&quot;:&quot;2014-04-21T20:55Z&quot;,
+            &quot;name&quot;:&quot;sampleIngestProcess&quot;,
+            &quot;type&quot;:&quot;process-instance&quot;,
+            &quot;version&quot;:&quot;2.0.0&quot;,
+            &quot;_id&quot;:4,
+            &quot;_type&quot;:&quot;vertex&quot;
+        }
+    ]
+}
+
+</pre></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2015
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </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>

Added: falcon/site/0.6.1/restapi/VertexProperties.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6.1/restapi/VertexProperties.html?rev=1690074&view=auto
==============================================================================
--- falcon/site/0.6.1/restapi/VertexProperties.html (added)
+++ falcon/site/0.6.1/restapi/VertexProperties.html Thu Jul  9 12:09:09 2015
@@ -0,0 +1,131 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-09
+ | 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="20150709" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - GET 
api/metadata/lineage/vertices/properties/:id?relationships=:true</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">$( document ).ready( function() { $( 
'.carousel' ).carousel( { interval: 3500 } ) } );</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                                                                               
                 <img src="../images/falcon-logo.png"  alt="Apache Falcon" 
width="200px" height="45px"/>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="../index.html" title="Falcon">
+        Falcon</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">GET 
api/metadata/lineage/vertices/properties/:id?relationships=:true</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.6.1</li>
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h3>GET api/metadata/lineage/vertices/properties/:id?relationships=:true<a 
name="GET_apimetadatalineageverticesproperties:idrelationships:true"></a></h3>
+<p></p>
+<ul>
+<li><a href="#Description">Description</a></li>
+<li><a href="#Parameters">Parameters</a></li>
+<li><a href="#Results">Results</a></li>
+<li><a href="#Examples">Examples</a></li></ul></div>
+<div class="section">
+<h3>Description<a name="Description"></a></h3>
+<p>Gets the properties of the vertex with specified id.</p></div>
+<div class="section">
+<h3>Parameters<a name="Parameters"></a></h3>
+<p></p>
+<ul>
+<li>:id is the unique id of the vertex.</li>
+<li>:relationships has default value of false. Pass true if relationships 
should be fetched.</li></ul></div>
+<div class="section">
+<h3>Results<a name="Results"></a></h3>
+<p>Properties associated with the specified vertex.</p></div>
+<div class="section">
+<h3>Examples<a name="Examples"></a></h3></div>
+<div class="section">
+<h4>Rest Call<a name="Rest_Call"></a></h4>
+<div class="source">
+<pre>
+GET 
http://localhost:15000/api/metadata/lineage/vertices/properties/40004?relationships=true
+
+</pre></div></div>
+<div class="section">
+<h4>Result<a name="Result"></a></h4>
+<div class="source">
+<pre>
+{
+    &quot;results&quot;:
+        {
+            &quot;timestamp&quot;:&quot;2014-04-25T22:20Z&quot;,
+            &quot;name&quot;:&quot;local&quot;,
+            &quot;type&quot;:&quot;cluster-entity&quot;
+        },
+    &quot;totalSize&quot;:3
+}
+
+</pre></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2015
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </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>

Added: falcon/site/0.6.1/restapi/Vertices.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6.1/restapi/Vertices.html?rev=1690074&view=auto
==============================================================================
--- falcon/site/0.6.1/restapi/Vertices.html (added)
+++ falcon/site/0.6.1/restapi/Vertices.html Thu Jul  9 12:09:09 2015
@@ -0,0 +1,135 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-09
+ | 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="20150709" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - GET 
api/metadata/lineage/vertices?key=:key&value=:value</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">$( document ).ready( function() { $( 
'.carousel' ).carousel( { interval: 3500 } ) } );</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                                                                               
                 <img src="../images/falcon-logo.png"  alt="Apache Falcon" 
width="200px" height="45px"/>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="../index.html" title="Falcon">
+        Falcon</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">GET 
api/metadata/lineage/vertices?key=:key&value=:value</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.6.1</li>
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h3>GET api/metadata/lineage/vertices?key=:key&amp;value=:value<a 
name="GET_apimetadatalineageverticeskey:keyvalue:value"></a></h3>
+<p></p>
+<ul>
+<li><a href="#Description">Description</a></li>
+<li><a href="#Parameters">Parameters</a></li>
+<li><a href="#Results">Results</a></li>
+<li><a href="#Examples">Examples</a></li></ul></div>
+<div class="section">
+<h3>Description<a name="Description"></a></h3>
+<p>Get all vertices for a key index given the specified value.</p></div>
+<div class="section">
+<h3>Parameters<a name="Parameters"></a></h3>
+<p></p>
+<ul>
+<li>:key is the key to be matched.</li>
+<li>:value is the associated value of the key.</li></ul></div>
+<div class="section">
+<h3>Results<a name="Results"></a></h3>
+<p>All vertices matching given property key and a value.</p></div>
+<div class="section">
+<h3>Examples<a name="Examples"></a></h3></div>
+<div class="section">
+<h4>Rest Call<a name="Rest_Call"></a></h4>
+<div class="source">
+<pre>
+GET 
http://localhost:15000/api/metadata/lineage/vertices?key=name&amp;value=sampleIngestProcess
+
+</pre></div></div>
+<div class="section">
+<h4>Result<a name="Result"></a></h4>
+<div class="source">
+<pre>
+{
+    &quot;results&quot;: [
+        {
+            &quot;timestamp&quot;:&quot;2014-04-21T20:55Z&quot;,
+            &quot;name&quot;:&quot;sampleIngestProcess&quot;,
+            &quot;type&quot;:&quot;process-instance&quot;,
+            &quot;version&quot;:&quot;2.0.0&quot;,
+            &quot;_id&quot;:4,
+            &quot;_type&quot;:&quot;vertex&quot;
+        }
+    ],
+    &quot;totalSize&quot;: 1
+}
+
+</pre></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2015
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </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>

Added: falcon/site/0.6.1/source-repository.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6.1/source-repository.html?rev=1690074&view=auto
==============================================================================
--- falcon/site/0.6.1/source-repository.html (added)
+++ falcon/site/0.6.1/source-repository.html Thu Jul  9 12:09:09 2015
@@ -0,0 +1,108 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-09
+ | 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="20150709" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - Source Repository</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">$( document ).ready( function() { $( 
'.carousel' ).carousel( { interval: 3500 } ) } );</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                                                                               
                 <img src="images/falcon-logo.png"  alt="Apache Falcon" 
width="200px" height="45px"/>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="index.html" title="Falcon">
+        Falcon</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">Source Repository</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.6.1</li>
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>Overview<a name="Overview"></a></h2><a name="Overview"></a>
+<p>This project uses a Source Content Management System to manage its source 
code.</p></div>
+<div class="section">
+<h2>Web Browser Access<a name="Web_Browser_Access"></a></h2><a 
name="Web_Browser_Access"></a>
+<p>The following is a link to a browsable version of the source repository:</p>
+<div class="source">
+<pre><a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf/falcon.git/falcon-website-releases/falcon-website-0.6.1";>https://git-wip-us.apache.org/repos/asf/falcon.git/falcon-website-releases/falcon-website-0.6.1</a></pre></div></div>
+<div class="section">
+<h2>Anonymous Access<a name="Anonymous_Access"></a></h2><a 
name="Anonymous_Access"></a>
+<p>Refer to the documentation of the SCM used for more information about 
anonymously check out. The connection url is:</p>
+<div class="source">
+<pre>https://git-wip-us.apache.org/repos/asf/falcon.git/falcon-website-releases/falcon-website-0.6.1</pre></div></div>
+<div class="section">
+<h2>Developer Access<a name="Developer_Access"></a></h2><a 
name="Developer_Access"></a>
+<p>Refer to the documentation of the SCM used for more information about 
developer check out. The connection url is:</p>
+<div class="source">
+<pre>https://git-wip-us.apache.org/repos/asf/falcon.git/falcon-website-releases/falcon-website-0.6.1</pre></div></div>
+<div class="section">
+<h2>Access from Behind a Firewall<a 
name="Access_from_Behind_a_Firewall"></a></h2><a 
name="Access_from_Behind_a_Firewall"></a>
+<p>Refer to the documentation of the SCM used for more information about 
access behind a firewall.</p></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2015
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </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>

Added: falcon/site/0.6.1/team-list.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6.1/team-list.html?rev=1690074&view=auto
==============================================================================
--- falcon/site/0.6.1/team-list.html (added)
+++ falcon/site/0.6.1/team-list.html Thu Jul  9 12:09:09 2015
@@ -0,0 +1,242 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2015-07-09
+ | 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="20150709" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - Project Team</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">$( document ).ready( function() { $( 
'.carousel' ).carousel( { interval: 3500 } ) } );</script>
+          
+            </head>
+        <body class="topBarDisabled">
+          
+                        
+                    
+    
+        <div class="container">
+          <div id="banner">
+        <div class="pull-left">
+                                <div id="bannerLeft">
+                                                                               
                 <img src="images/falcon-logo.png"  alt="Apache Falcon" 
width="200px" height="45px"/>
+                </div>
+                      </div>
+        <div class="pull-right">  </div>
+        <div class="clear"><hr/></div>
+      </div>
+
+      <div id="breadcrumbs">
+        <ul class="breadcrumb">
+                
+                    
+                              <li class="">
+                    <a href="index.html" title="Falcon">
+        Falcon</a>
+        </li>
+      <li class="divider ">/</li>
+        <li class="">Project Team</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.6.1</li>
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>The Team<a name="The_Team"></a></h2><a name="The_Team"></a>
+<p>A successful project requires many people to play many roles. Some members 
write code or documentation, while others are valuable as testers, submitting 
patches and suggestions.</p>
+<p>The team is comprised of Members and Contributors. Members have direct 
access to the source of a project and actively evolve the code-base. 
Contributors improve the project through submission of patches and suggestions 
to the Members. The number of Contributors to the project is unbounded. Get 
involved today. All contributions to the project are greatly appreciated.</p>
+<div class="section">
+<h3>Members<a name="Members"></a></h3><a name="Members"></a>
+<p>The following is a list of developers with commit privileges that have 
directly contributed to the project in one way or another.</p>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Image</th>
+<th>Id</th>
+<th>Name</th>
+<th>Email</th>
+<th>Organization</th>
+<th>Roles</th>
+<th>Time Zone</th></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/1613188b07812a1d830e155f473305a3?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="sriksun"></a>sriksun</td>
+<td>Srikanth Sundarrajan</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/6a6b895a65d2dea4aab5a2e25e9fd793?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="venkatesh"></a>venkatesh</td>
+<td>Venkatesh Seetharam</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>Hortonworks Inc.</td>
+<td>committer, PPMC</td>
+<td>-8</td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/a63ac5303ec12be4e888003c021ea10b?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="shwethags"></a>shwethags</td>
+<td>Shwetha GS</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>Hortonworks Inc.</td>
+<td>committer, PPMC</td>
+<td>+05:30</td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/14b7626c62685220dccf66c6228fe9ed?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="shaikidris"></a>shaikidris</td>
+<td>Shaik Idris</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/791dcff2fde6ca842b7a6d81cf98fe48?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="sanjay"></a>sanjay</td>
+<td>Sanjay Radia</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>Hortonworks Inc.</td>
+<td>committer, PPMC</td>
+<td>-8</td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/b44a49219ca4f938b024a807216ef4c5?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="sharad"></a>sharad</td>
+<td>Sharad Agarwal</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/9f1b335de1961ff84cbdd4bbf0d0bbeb?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="amareshwari"></a>amareshwari</td>
+<td>Amareshwari Sriramadasu</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/a228e292914a8e308f2cd9cccd87bc68?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="samarthg"></a>samarthg</td>
+<td>Samarth Gupta</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/bf090dbbe429504e318438e6511b9424?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="rishumehrothra"></a>rishumehrothra</td>
+<td>Rishu Mehrothra</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/ab2cac573459ed90f783bbe2da7dce58?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="arpit"></a>arpit</td>
+<td>Arpit Gupta</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>Hortonworks Inc.</td>
+<td>committer, PPMC</td>
+<td>-8</td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/2ec0678355e56639928bb5ed209d98f0?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="suhasv"></a>suhasv</td>
+<td>Suhas Vasu</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>InMobi</td>
+<td>committer, PPMC</td>
+<td>+05:30</td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/27790393b874159fe05609ca7ed812f9?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="jbonofre"></a>jbonofre</td>
+<td>Jean-Baptiste Onofre</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>Talend</td>
+<td>committer, IPMC</td>
+<td>+01:00</td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/a533cc0f6748965c98e5878d0af2b3d4?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="rostafiychuk"></a>rostafiychuk</td>
+<td>Ruslan Ostafiychuk</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>Hortonworks</td>
+<td>committer</td>
+<td>+03:00</td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/2c42c0efd45396b4d3dd40eb36abea1b?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="raghav"></a>raghav</td>
+<td>Raghav Kumar Gautam</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>Hortonworks</td>
+<td>committer</td>
+<td>-08:00</td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/55ee7cc385894d3213c73f0e6747bfbe?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="ajayyadava"></a>ajayyadava</td>
+<td>Ajay Yadava</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>Inmobi</td>
+<td>committer</td>
+<td>+05:30</td></tr>
+<tr class="a">
+<td><img 
src="http://www.gravatar.com/avatar/caad24df922a935937e753695e7dd198?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="sowmya_kr"></a>sowmya_kr</td>
+<td>Sowmya Ramesh</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>Hortonworks</td>
+<td>committer</td>
+<td>-08:00</td></tr>
+<tr class="b">
+<td><img 
src="http://www.gravatar.com/avatar/e6ce194ec8cedd4d58f3025bfc86fc84?d=mm&amp;s=60";
 alt="" /></td>
+<td><a name="pisaychuk"></a>pisaychuk</td>
+<td>Paul Isaychuk</td>
+<td><a class="externalLink" 
href="mailto:[email protected]";>[email protected]</a></td>
+<td>Hortonworks</td>
+<td>committer</td>
+<td>-08:00</td></tr></table></div>
+<div class="section">
+<h3>Contributors<a name="Contributors"></a></h3><a name="Contributors"></a>
+<p>There are no contributors listed for this project. Please check back again 
later.</p></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    
2013-2015
+                        <a href="http://www.apache.org";>Apache Software 
Foundation</a>.
+            All Rights Reserved.      
+                    
+      </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>

Modified: falcon/site/Appendix.html
URL: 
http://svn.apache.org/viewvc/falcon/site/Appendix.html?rev=1690074&r1=1690073&r2=1690074&view=diff
==============================================================================
--- falcon/site/Appendix.html (original)
+++ falcon/site/Appendix.html Thu Jul  9 12:09:09 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-22
+ | Generated by Apache Maven Doxia at 2015-07-09
  | 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="20150422" />
+    <meta name="Date-Revision-yyyymmdd" content="20150709" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Compatibility</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,7 +96,10 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6.1";  
title="0.6.1">0.6.1</a>
+</li>
+                  
+                      <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
@@ -116,6 +119,9 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a href="0.6.1/index.html"  
title="0.6.1">0.6.1</a>
+</li>
+                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -151,6 +157,9 @@
                       <li>      <a href="OnBoarding.html"  title="On 
Boarding">On Boarding</a>
 </li>
                   
+                      <li>      <a href="Operability.html"  
title="Operability">Operability</a>
+</li>
+                  
                       <li>      <a href="EntitySpecification.html"  
title="Entity Specification">Entity Specification</a>
 </li>
                   
@@ -242,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-04-22</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> 
             
                             </ul>
       </div>

Modified: falcon/site/EntitySpecification.html
URL: 
http://svn.apache.org/viewvc/falcon/site/EntitySpecification.html?rev=1690074&r1=1690073&r2=1690074&view=diff
==============================================================================
--- falcon/site/EntitySpecification.html (original)
+++ falcon/site/EntitySpecification.html Thu Jul  9 12:09:09 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-22
+ | Generated by Apache Maven Doxia at 2015-07-09
  | 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="20150422" />
+    <meta name="Date-Revision-yyyymmdd" content="20150709" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Contents</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,7 +96,10 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6.1";  
title="0.6.1">0.6.1</a>
+</li>
+                  
+                      <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
@@ -116,6 +119,9 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a href="0.6.1/index.html"  
title="0.6.1">0.6.1</a>
+</li>
+                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -151,6 +157,9 @@
                       <li>      <a href="OnBoarding.html"  title="On 
Boarding">On Boarding</a>
 </li>
                   
+                      <li>      <a href="Operability.html"  
title="Operability">Operability</a>
+</li>
+                  
                       <li>      <a href="EntitySpecification.html"  
title="Entity Specification">Entity Specification</a>
 </li>
                   
@@ -242,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-04-22</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> 
             
                             </ul>
       </div>

Modified: falcon/site/FalconCLI.html
URL: 
http://svn.apache.org/viewvc/falcon/site/FalconCLI.html?rev=1690074&r1=1690073&r2=1690074&view=diff
==============================================================================
--- falcon/site/FalconCLI.html (original)
+++ falcon/site/FalconCLI.html Thu Jul  9 12:09:09 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-22
+ | Generated by Apache Maven Doxia at 2015-07-09
  | 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="20150422" />
+    <meta name="Date-Revision-yyyymmdd" content="20150709" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - FalconCLI</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,7 +96,10 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6.1";  
title="0.6.1">0.6.1</a>
+</li>
+                  
+                      <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
@@ -116,6 +119,9 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a href="0.6.1/index.html"  
title="0.6.1">0.6.1</a>
+</li>
+                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -151,6 +157,9 @@
                       <li>      <a href="OnBoarding.html"  title="On 
Boarding">On Boarding</a>
 </li>
                   
+                      <li>      <a href="Operability.html"  
title="Operability">Operability</a>
+</li>
+                  
                       <li>      <a href="EntitySpecification.html"  
title="Entity Specification">Entity Specification</a>
 </li>
                   
@@ -242,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-04-22</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> 
             
                             </ul>
       </div>

Modified: falcon/site/FalconDocumentation.html
URL: 
http://svn.apache.org/viewvc/falcon/site/FalconDocumentation.html?rev=1690074&r1=1690073&r2=1690074&view=diff
==============================================================================
--- falcon/site/FalconDocumentation.html (original)
+++ falcon/site/FalconDocumentation.html Thu Jul  9 12:09:09 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-22
+ | Generated by Apache Maven Doxia at 2015-07-09
  | 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="20150422" />
+    <meta name="Date-Revision-yyyymmdd" content="20150709" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Contents</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,7 +96,10 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6.1";  
title="0.6.1">0.6.1</a>
+</li>
+                  
+                      <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
@@ -116,6 +119,9 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a href="0.6.1/index.html"  
title="0.6.1">0.6.1</a>
+</li>
+                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -151,6 +157,9 @@
                       <li>      <a href="OnBoarding.html"  title="On 
Boarding">On Boarding</a>
 </li>
                   
+                      <li>      <a href="Operability.html"  
title="Operability">Operability</a>
+</li>
+                  
                       <li>      <a href="EntitySpecification.html"  
title="Entity Specification">Entity Specification</a>
 </li>
                   
@@ -242,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-04-22</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> 
             
                             </ul>
       </div>

Modified: falcon/site/GettingStarted.html
URL: 
http://svn.apache.org/viewvc/falcon/site/GettingStarted.html?rev=1690074&r1=1690073&r2=1690074&view=diff
==============================================================================
--- falcon/site/GettingStarted.html (original)
+++ falcon/site/GettingStarted.html Thu Jul  9 12:09:09 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-02-18
+ | Generated by Apache Maven Doxia at 2015-07-09
  | 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="20150218" />
+    <meta name="Date-Revision-yyyymmdd" content="20150709" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Apache Falcon - Data management and processing 
platform</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,7 +96,10 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6.1";  
title="0.6.1">0.6.1</a>
+</li>
+                  
+                      <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
@@ -116,6 +119,9 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a href="0.6.1/index.html"  
title="0.6.1">0.6.1</a>
+</li>
+                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -151,6 +157,9 @@
                       <li>      <a href="OnBoarding.html"  title="On 
Boarding">On Boarding</a>
 </li>
                   
+                      <li>      <a href="Operability.html"  
title="Operability">Operability</a>
+</li>
+                  
                       <li>      <a href="EntitySpecification.html"  
title="Entity Specification">Entity Specification</a>
 </li>
                   
@@ -242,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-02-18</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> 
             
                             </ul>
       </div>

Modified: falcon/site/HiveIntegration.html
URL: 
http://svn.apache.org/viewvc/falcon/site/HiveIntegration.html?rev=1690074&r1=1690073&r2=1690074&view=diff
==============================================================================
--- falcon/site/HiveIntegration.html (original)
+++ falcon/site/HiveIntegration.html Thu Jul  9 12:09:09 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-22
+ | Generated by Apache Maven Doxia at 2015-07-09
  | 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="20150422" />
+    <meta name="Date-Revision-yyyymmdd" content="20150709" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Hive Integration</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,7 +96,10 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6.1";  
title="0.6.1">0.6.1</a>
+</li>
+                  
+                      <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
@@ -116,6 +119,9 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a href="0.6.1/index.html"  
title="0.6.1">0.6.1</a>
+</li>
+                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -151,6 +157,9 @@
                       <li>      <a href="OnBoarding.html"  title="On 
Boarding">On Boarding</a>
 </li>
                   
+                      <li>      <a href="Operability.html"  
title="Operability">Operability</a>
+</li>
+                  
                       <li>      <a href="EntitySpecification.html"  
title="Entity Specification">Entity Specification</a>
 </li>
                   
@@ -242,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-04-22</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> 
             
                             </ul>
       </div>

Modified: falcon/site/InstallationSteps.html
URL: 
http://svn.apache.org/viewvc/falcon/site/InstallationSteps.html?rev=1690074&r1=1690073&r2=1690074&view=diff
==============================================================================
--- falcon/site/InstallationSteps.html (original)
+++ falcon/site/InstallationSteps.html Thu Jul  9 12:09:09 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-22
+ | Generated by Apache Maven Doxia at 2015-07-09
  | 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="20150422" />
+    <meta name="Date-Revision-yyyymmdd" content="20150709" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Building & Installing Falcon</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,7 +96,10 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6.1";  
title="0.6.1">0.6.1</a>
+</li>
+                  
+                      <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
@@ -116,6 +119,9 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a href="0.6.1/index.html"  
title="0.6.1">0.6.1</a>
+</li>
+                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -151,6 +157,9 @@
                       <li>      <a href="OnBoarding.html"  title="On 
Boarding">On Boarding</a>
 </li>
                   
+                      <li>      <a href="Operability.html"  
title="Operability">Operability</a>
+</li>
+                  
                       <li>      <a href="EntitySpecification.html"  
title="Entity Specification">Entity Specification</a>
 </li>
                   
@@ -242,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-04-22</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> 
             
                             </ul>
       </div>

Modified: falcon/site/MigrationInstructions.html
URL: 
http://svn.apache.org/viewvc/falcon/site/MigrationInstructions.html?rev=1690074&r1=1690073&r2=1690074&view=diff
==============================================================================
--- falcon/site/MigrationInstructions.html (original)
+++ falcon/site/MigrationInstructions.html Thu Jul  9 12:09:09 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-22
+ | Generated by Apache Maven Doxia at 2015-07-09
  | 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="20150422" />
+    <meta name="Date-Revision-yyyymmdd" content="20150709" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Migration Instructions</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,7 +96,10 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6.1";  
title="0.6.1">0.6.1</a>
+</li>
+                  
+                      <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
@@ -116,6 +119,9 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a href="0.6.1/index.html"  
title="0.6.1">0.6.1</a>
+</li>
+                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -151,6 +157,9 @@
                       <li>      <a href="OnBoarding.html"  title="On 
Boarding">On Boarding</a>
 </li>
                   
+                      <li>      <a href="Operability.html"  
title="Operability">Operability</a>
+</li>
+                  
                       <li>      <a href="EntitySpecification.html"  
title="Entity Specification">Entity Specification</a>
 </li>
                   
@@ -242,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-04-22</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> 
             
                             </ul>
       </div>

Modified: falcon/site/OnBoarding.html
URL: 
http://svn.apache.org/viewvc/falcon/site/OnBoarding.html?rev=1690074&r1=1690073&r2=1690074&view=diff
==============================================================================
--- falcon/site/OnBoarding.html (original)
+++ falcon/site/OnBoarding.html Thu Jul  9 12:09:09 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-04-22
+ | Generated by Apache Maven Doxia at 2015-07-09
  | 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="20150422" />
+    <meta name="Date-Revision-yyyymmdd" content="20150709" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - Contents</title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -96,7 +96,10 @@
         <a href="#" class="dropdown-toggle" data-toggle="dropdown">Releases <b 
class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
+                      <li>      <a 
href="http://www.apache.org/dyn/closer.cgi/falcon/0.6.1";  
title="0.6.1">0.6.1</a>
+</li>
+                  
+                      <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.6-incubating";  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
                       <li>      <a 
href="http://archive.apache.org/dist/incubator/falcon/0.5-incubating";  
title="0.5-incubating">0.5-incubating</a>
@@ -116,6 +119,9 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
+                      <li>      <a href="0.6.1/index.html"  
title="0.6.1">0.6.1</a>
+</li>
+                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -151,6 +157,9 @@
                       <li>      <a href="OnBoarding.html"  title="On 
Boarding">On Boarding</a>
 </li>
                   
+                      <li>      <a href="Operability.html"  
title="Operability">Operability</a>
+</li>
+                  
                       <li>      <a href="EntitySpecification.html"  
title="Entity Specification">Entity Specification</a>
 </li>
                   
@@ -242,7 +251,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-04-22</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-07-09</li> 
             
                             </ul>
       </div>


Reply via email to