You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by pa...@apache.org on 2016/03/11 05:54:44 UTC

[06/51] [partial] falcon git commit: FALCON-1830 Make changes to generate html under content folder

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.6.1/restapi/InstanceSuspend.html
----------------------------------------------------------------------
diff --git a/content/0.6.1/restapi/InstanceSuspend.html b/content/0.6.1/restapi/InstanceSuspend.html
new file mode 100644
index 0000000..37f3f1a
--- /dev/null
+++ b/content/0.6.1/restapi/InstanceSuspend.html
@@ -0,0 +1,141 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <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: 2016-03-11</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-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.6.1/restapi/MetadataList.html
----------------------------------------------------------------------
diff --git a/content/0.6.1/restapi/MetadataList.html b/content/0.6.1/restapi/MetadataList.html
new file mode 100644
index 0000000..7242a16
--- /dev/null
+++ b/content/0.6.1/restapi/MetadataList.html
@@ -0,0 +1,126 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <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: 2016-03-11</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-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.6.1/restapi/MetadataRelations.html
----------------------------------------------------------------------
diff --git a/content/0.6.1/restapi/MetadataRelations.html b/content/0.6.1/restapi/MetadataRelations.html
new file mode 100644
index 0000000..a3ede5a
--- /dev/null
+++ b/content/0.6.1/restapi/MetadataRelations.html
@@ -0,0 +1,143 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <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: 2016-03-11</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-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.6.1/restapi/ResourceList.html
----------------------------------------------------------------------
diff --git a/content/0.6.1/restapi/ResourceList.html b/content/0.6.1/restapi/ResourceList.html
new file mode 100644
index 0000000..ad0163b
--- /dev/null
+++ b/content/0.6.1/restapi/ResourceList.html
@@ -0,0 +1,308 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <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: 2016-03-11</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-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.6.1/restapi/Vertex.html
----------------------------------------------------------------------
diff --git a/content/0.6.1/restapi/Vertex.html b/content/0.6.1/restapi/Vertex.html
new file mode 100644
index 0000000..c7bfd56
--- /dev/null
+++ b/content/0.6.1/restapi/Vertex.html
@@ -0,0 +1,133 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <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: 2016-03-11</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-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.6.1/restapi/VertexProperties.html
----------------------------------------------------------------------
diff --git a/content/0.6.1/restapi/VertexProperties.html b/content/0.6.1/restapi/VertexProperties.html
new file mode 100644
index 0000000..83299d6
--- /dev/null
+++ b/content/0.6.1/restapi/VertexProperties.html
@@ -0,0 +1,131 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <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: 2016-03-11</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-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.6.1/restapi/Vertices.html
----------------------------------------------------------------------
diff --git a/content/0.6.1/restapi/Vertices.html b/content/0.6.1/restapi/Vertices.html
new file mode 100644
index 0000000..db23458
--- /dev/null
+++ b/content/0.6.1/restapi/Vertices.html
@@ -0,0 +1,135 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <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: 2016-03-11</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-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.6.1/source-repository.html
----------------------------------------------------------------------
diff --git a/content/0.6.1/source-repository.html b/content/0.6.1/source-repository.html
new file mode 100644
index 0000000..5a109ca
--- /dev/null
+++ b/content/0.6.1/source-repository.html
@@ -0,0 +1,108 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <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: 2016-03-11</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-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.6.1/team-list.html
----------------------------------------------------------------------
diff --git a/content/0.6.1/team-list.html b/content/0.6.1/team-list.html
new file mode 100644
index 0000000..0ec4847
--- /dev/null
+++ b/content/0.6.1/team-list.html
@@ -0,0 +1,282 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <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: 2016-03-11</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:sriksun@apache.org">sriksun@apache.org</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:venkatesh@apache.org">venkatesh@apache.org</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:shwethags@apache.org">shwethags@apache.org</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:shaikidris@apache.org">shaikidris@apache.org</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:sanjay@apache.org">sanjay@apache.org</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:sharad@apache.org">sharad@apache.org</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:amareshwari@apache.org">amareshwari@apache.org</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:samarthg@apache.org">samarthg@apache.org</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:rishumehrothra@apache.org">rishumehrothra@apache.org</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:arpit@apache.org">arpit@apache.org</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:suhasv@apache.org">suhasv@apache.org</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:jbonofre@apache.org">jbonofre@apache.org</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:rostafiychuk@apache.org">rostafiychuk@apache.org</a></td>
+<td>Hortonworks</td>
+<td>committer, PPMC</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:raghav@apache.org">raghav@apache.org</a></td>
+<td>Hortonworks</td>
+<td>committer, PPMC</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:ajayyadava@apache.org">ajayyadava@apache.org</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/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:sowmya_kr@apache.org">sowmya_kr@apache.org</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:pisaychuk@apache.org">pisaychuk@apache.org</a></td>
+<td>Hortonworks</td>
+<td>committer</td>
+<td>-08:00</td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/4aa1249d6b80ac5929d1b8402a307d68?d=mm&amp;s=60" alt="" /></td>
+<td><a name="pallavi"></a>pallavi</td>
+<td>Pallavi Rao</td>
+<td><a class="externalLink" href="mailto:pallavi@apache.org">pallavi@apache.org</a></td>
+<td>Inmobi</td>
+<td>committer</td>
+<td>+05:30</td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/e92bf389c5395af8cf58a7b829e989e1?d=mm&amp;s=60" alt="" /></td>
+<td><a name="pragyam"></a>pragyam</td>
+<td>Pragya Mittal</td>
+<td><a class="externalLink" href="mailto:pragyam@apache.org">pragyam@apache.org</a></td>
+<td>Inmobi</td>
+<td>committer</td>
+<td>+05:30</td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/10a4170f42313cb758268925fbc740d9?d=mm&amp;s=60" alt="" /></td>
+<td><a name="balu"></a>balu</td>
+<td>Balu Vellanki</td>
+<td><a class="externalLink" href="mailto:balu@apache.org">balu@apache.org</a></td>
+<td>Hortonworks</td>
+<td>committer</td>
+<td>-08:00</td></tr>
+<tr class="b">
+<td><img src="http://www.gravatar.com/avatar/adf44f62f567d937e4779f4ebf0bc1e4?d=mm&amp;s=60" alt="" /></td>
+<td><a name="pavankumar"></a>pavankumar</td>
+<td>Pavan Kumar Kolamuri</td>
+<td><a class="externalLink" href="mailto:pavankumar@apache.org">pavankumar@apache.org</a></td>
+<td>Inmobi</td>
+<td>committer</td>
+<td>+05:30</td></tr>
+<tr class="a">
+<td><img src="http://www.gravatar.com/avatar/d4588ce76fc2d76ff52f8dac19fb3388?d=mm&amp;s=60" alt="" /></td>
+<td><a name="peeyushb"></a>peeyushb</td>
+<td>Peeyush Bishnoi</td>
+<td><a class="externalLink" href="mailto:peeyushb@apache.org">peeyushb@apache.org</a></td>
+<td>Hortonworks</td>
+<td>committer</td>
+<td>+05:30</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-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.7/Appendix.html
----------------------------------------------------------------------
diff --git a/content/0.7/Appendix.html b/content/0.7/Appendix.html
new file mode 100644
index 0000000..4a74739
--- /dev/null
+++ b/content/0.7/Appendix.html
@@ -0,0 +1,136 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - Compatibility</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="">Compatibility</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 2016-03-11</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.7</li>
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>Compatibility<a name="Compatibility"></a></h2></div>
+<div class="section">
+<h3>0.6-incubating Version Compatibility Matrix<a name="a0.6-incubating_Version_Compatibility_Matrix"></a></h3>
+<p></p>
+<ul>
+<li>Hadoop 2.5.0 and above</li>
+<li>Oozie  4.0.0 and above</li>
+<li>Hive 0.11.0 and above</li>
+<li>HCatalog 0.11.0 and above</li>
+<li>Active MQ 5.4.3 and above</li>
+<li>Titan 0.4.2 and above but below 0.5</li></ul></div>
+<div class="section">
+<h3>0.6-incubating Tested Compatibility<a name="a0.6-incubating_Tested_Compatibility"></a></h3>
+<p></p>
+<ul>
+<li>Hadoop 2.6.0</li>
+<li>Oozie  4.1.0</li>
+<li>Hive 0.14.0</li>
+<li>HCatalog 0.14.0</li>
+<li>Active MQ 5.4.3</li>
+<li>Titan 0.4.2</li>
+<li>Java 1.6, Java 1.7</li></ul>
+<p>Note : Oozie versions below 4.1.0 are not compatible with Java 1.7</p></div>
+<div class="section">
+<h3>0.6-incubating Release Notes<a name="a0.6-incubating_Release_Notes"></a></h3>
+<p>Major additions are listed below. Refer to CHANGES.txt for detailed issues addressed in this release.</p>
+<p></p>
+<ul>
+<li>Security - Authorization, SSL</li>
+<li>Lineage - More complete with better API</li>
+<li>Recipes</li>
+<li>Usability improvements - Dry run, entity summary, Pagination, etc.</li>
+<li>Operability - Alerts, Audits, etc.</li>
+<li>Refactoring - Messaging, Orchestration of workflows, etc.</li>
+<li>Extension points for developers</li>
+<li>Many bug fixes</li></ul></div>
+<div class="section">
+<h3>0.6-incubating Upgrade Instructions<a name="a0.6-incubating_Upgrade_Instructions"></a></h3>
+<p>Please follow these instructions when upgrading from an older release.</p></div>
+<div class="section">
+<h4>Upgrading from 0.5-incubating<a name="Upgrading_from_0.5-incubating"></a></h4>
+<p>0.6-incubating is backwards <b>incompatible</b> with 0.5-incubating. It is recommended that user do not migrate from 0.5 to 0.6. However if the user must migrate from 0.5-incubating to 0.6-incubating, user should [[https://cwiki.apache.org/confluence/display/FALCON/Index][follow these instructions]</p></div>
+<div class="section">
+<h4>Upgrading from 0.4-incubating<a name="Upgrading_from_0.4-incubating"></a></h4>
+<p>It is not possible to upgrade to 0.6-incubating from 0.4-incubating.</p></div>
+<div class="section">
+<h4>Upgrading from 0.3-incubating<a name="Upgrading_from_0.3-incubating"></a></h4>
+<p>It is not possible to upgrade to 0.6-incubating from 0.3-incubating.</p></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2013-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.7/Architecture.png
----------------------------------------------------------------------
diff --git a/content/0.7/Architecture.png b/content/0.7/Architecture.png
new file mode 100644
index 0000000..0378b49
Binary files /dev/null and b/content/0.7/Architecture.png differ

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.7/Configuration.html
----------------------------------------------------------------------
diff --git a/content/0.7/Configuration.html b/content/0.7/Configuration.html
new file mode 100644
index 0000000..c276fb6
--- /dev/null
+++ b/content/0.7/Configuration.html
@@ -0,0 +1,183 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - Configuring Falcon</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="">Configuring Falcon</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 2016-03-11</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.7</li>
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>Configuring Falcon<a name="Configuring_Falcon"></a></h2>
+<p>By default config directory used by falcon is {package dir}/conf. To override this (to use the same conf with multiple falcon upgrades), set environment variable FALCON_CONF to the path of the conf dir.</p>
+<p>falcon-env.sh has been added to the falcon conf. This file can be used to set various environment variables that you need for you services. In addition you can set any other environment variables you might need. This file will be sourced by falcon scripts before any commands are executed. The following environment variables are available to set.</p>
+<div class="source">
+<pre>
+# The java implementation to use. If JAVA_HOME is not found we expect java and jar to be in path
+#export JAVA_HOME=
+
+# any additional java opts you want to set. This will apply to both client and server operations
+#export FALCON_OPTS=
+
+# any additional java opts that you want to set for client only
+#export FALCON_CLIENT_OPTS=
+
+# java heap size we want to set for the client. Default is 1024MB
+#export FALCON_CLIENT_HEAP=
+
+# any additional opts you want to set for prism service.
+#export FALCON_PRISM_OPTS=
+
+# java heap size we want to set for the prism service. Default is 1024MB
+#export FALCON_PRISM_HEAP=
+
+# any additional opts you want to set for falcon service.
+#export FALCON_SERVER_OPTS=
+
+# java heap size we want to set for the falcon server. Default is 1024MB
+#export FALCON_SERVER_HEAP=
+
+# What is is considered as falcon home dir. Default is the base location of the installed software
+#export FALCON_HOME_DIR=
+
+# Where log files are stored. Default is logs directory under the base install location
+#export FALCON_LOG_DIR=
+
+# Where pid files are stored. Default is logs directory under the base install location
+#export FALCON_PID_DIR=
+
+# where the falcon active mq data is stored. Default is logs/data directory under the base install location
+#export FALCON_DATA_DIR=
+
+# Where do you want to expand the war file. By Default it is in /server/webapp dir under the base install dir.
+#export FALCON_EXPANDED_WEBAPP_DIR=
+
+</pre></div></div>
+<div class="section">
+<h3>Advanced Configurations<a name="Advanced_Configurations"></a></h3></div>
+<div class="section">
+<h4>Configuring Monitoring plugin to register catalog partitions<a name="Configuring_Monitoring_plugin_to_register_catalog_partitions"></a></h4>
+<p>Falcon comes with a monitoring plugin that registers catalog partition. This comes in really handy during migration from  filesystem based feeds to hcatalog based feeds. This plugin enables the user to de-couple the partition registration and assume that all partitions are already on hcatalog even before the migration, simplifying the hcatalog migration.</p>
+<p>By default this plugin is disabled. To enable this plugin and leverage the feature, there are 3 pre-requisites:</p>
+<div class="source">
+<pre>
+In {package dir}/conf/startup.properties, add
+*.workflow.execution.listeners=org.apache.falcon.catalog.CatalogPartitionHandler
+
+In the cluster definition, ensure registry endpoint is defined.
+Ex:
+&lt;interface type=&quot;registry&quot; endpoint=&quot;thrift://localhost:1109&quot; version=&quot;0.13.3&quot;/&gt;
+
+In the feed definition, ensure the corresponding catalog table is mentioned in feed-properties
+Ex:
+&lt;properties&gt;
+    &lt;property name=&quot;catalog.table&quot; value=&quot;catalog:default:in_table#year={YEAR};month={MONTH};day={DAY};hour={HOUR};
+    minute={MINUTE}&quot;/&gt;
+&lt;/properties&gt;
+
+</pre></div>
+<p><b>NOTE : for Mac OS users</b></p>
+<div class="source">
+<pre>
+If you are using a Mac OS, you will need to configure the FALCON_SERVER_OPTS (explained above).
+
+In  {package dir}/conf/falcon-env.sh uncomment the following line
+#export FALCON_SERVER_OPTS=
+
+and change it to look as below
+export FALCON_SERVER_OPTS=&quot;-Djava.awt.headless=true -Djava.security.krb5.realm= -Djava.security.krb5.kdc=&quot;
+
+</pre></div></div>
+<div class="section">
+<h4>Activemq<a name="Activemq"></a></h4>
+<p>* falcon server starts embedded active mq. To control this behaviour, set the following system properties using -D option in environment variable FALCON_OPTS:</p>
+<ul>
+<li>falcon.embeddedmq=&lt;true/false&gt; - Should server start embedded active mq, default true</li>
+<li>falcon.embeddedmq.port=&lt;port&gt; - Port for embedded active mq, default 61616</li>
+<li>falcon.embeddedmq.data=&lt;path&gt; - Data path for embedded active mq, default {package dir}/logs/data</li></ul></div>
+<div class="section">
+<h4>Adding Extension Libraries<a name="Adding_Extension_Libraries"></a></h4>
+<p>Library extensions allows users to add custom libraries to entity lifecycles such as feed retention, feed replication and process execution. This is useful for usecases such as adding filesystem extensions. To enable this, add the following configs to startup.properties: *.libext.paths=&lt;paths to be added to all entity lifecycles&gt;</p>
+<p>*.libext.feed.paths=&lt;paths to be added to all feed lifecycles&gt;</p>
+<p>*.libext.feed.retentions.paths=&lt;paths to be added to feed retention workflow&gt;</p>
+<p>*.libext.feed.replication.paths=&lt;paths to be added to feed replication workflow&gt;</p>
+<p>*.libext.process.paths=&lt;paths to be added to process workflow&gt;</p>
+<p>The configured jars are added to falcon classpath and the corresponding workflows.</p></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2013-2016
+                        <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>

http://git-wip-us.apache.org/repos/asf/falcon/blob/82d0e6fc/content/0.7/Distributed-mode.html
----------------------------------------------------------------------
diff --git a/content/0.7/Distributed-mode.html b/content/0.7/Distributed-mode.html
new file mode 100644
index 0000000..c089996
--- /dev/null
+++ b/content/0.7/Distributed-mode.html
@@ -0,0 +1,250 @@
+<!DOCTYPE html>
+<!--
+ | Generated by Apache Maven Doxia at 2016-03-11
+ | 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="20160311" />
+    <meta http-equiv="Content-Language" content="en" />
+    <title>Falcon - Distributed Mode</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="">Distributed Mode</li>
+        
+                
+                    
+                  <li id="publishDate" class="pull-right">Last Published: 2016-03-11</li> <li class="divider pull-right">|</li>
+              <li id="projectVersion" class="pull-right">Version: 0.7</li>
+            
+                            </ul>
+      </div>
+
+      
+                
+        <div id="bodyColumn" >
+                                  
+            <div class="section">
+<h2>Distributed Mode<a name="Distributed_Mode"></a></h2>
+<p>Following are the steps needed to package and deploy Falcon in Embedded Mode. You need to complete Steps 1-3 mentioned  <a href="./InstallationSteps.html">here</a> before proceeding further.</p></div>
+<div class="section">
+<h3>Package Falcon<a name="Package_Falcon"></a></h3>
+<p>Ensure that you are in the base directory (where you cloned Falcon). Let&#xe2;&#x80;&#x99;s call it {project dir}</p>
+<div class="source">
+<pre>
+$mvn clean assembly:assembly -DskipTests -DskipCheck=true -Pdistributed,hadoop-2
+
+</pre></div>
+<div class="source">
+<pre>
+$ls {project dir}/target/
+
+</pre></div>
+<p>It should give an output like below :</p>
+<div class="source">
+<pre>
+apache-falcon-distributed-${project.version}-server.tar.gz
+apache-falcon-distributed-${project.version}-sources.tar.gz
+archive-tmp
+maven-shared-archive-resources
+
+</pre></div>
+<p></p>
+<ul>
+<li>apache-falcon-distributed-${project.version}-sources.tar.gz contains source files of Falcon repo.</li></ul>
+<p></p>
+<ul>
+<li>apache-falcon-distributed-${project.version}-server.tar.gz package contains project artifacts along with it's</li></ul>dependencies, configuration files and scripts required to deploy Falcon.
+<p>Tar can be found in {project dir}/target/apache-falcon-distributed-${project.version}-server.tar.gz . This is the tar used for installing Falcon. Lets call it {falcon package}</p>
+<p>Tar is structured as follows.</p>
+<div class="source">
+<pre>
+
+|- bin
+   |- falcon
+   |- falcon-start
+   |- falcon-stop
+   |- falcon-status
+   |- falcon-config.sh
+   |- service-start.sh
+   |- service-stop.sh
+   |- service-status.sh
+   |- prism-stop
+   |- prism-start
+   |- prism-status
+|- conf
+   |- startup.properties
+   |- runtime.properties
+   |- client.properties
+   |- prism.keystore
+   |- log4j.xml
+   |- falcon-env.sh
+|- docs
+|- client
+   |- lib (client support libs)
+|- server
+   |- webapp
+      |- falcon.war
+      |- prism.war
+|- oozie
+   |- conf
+   |- libext
+|- hadooplibs
+|- README
+|- NOTICE.txt
+|- LICENSE.txt
+|- DISCLAIMER.txt
+|- CHANGES.txt
+
+</pre></div></div>
+<div class="section">
+<h3>Installing &amp; running Falcon<a name="Installing__running_Falcon"></a></h3></div>
+<div class="section">
+<h4>Installing Falcon<a name="Installing_Falcon"></a></h4>
+<p>Running Falcon in distributed mode requires bringing up both prism and server.As the name suggests Falcon prism splits the request it gets to the Falcon servers. It is a good practice to start prism and server with their corresponding configurations separately. Create separate directory for prism and server. Let's call them {falcon-prism-dir} and {falcon-server-dir} respectively.</p>
+<p><b>For prism</b></p>
+<div class="source">
+<pre>
+$mkdir {falcon-prism-dir}
+$tar -xzvf {falcon package}
+
+</pre></div>
+<p><b>For server</b></p>
+<div class="source">
+<pre>
+$mkdir {falcon-server-dir}
+$tar -xzvf {falcon package}
+
+</pre></div></div>
+<div class="section">
+<h4>Starting Prism<a name="Starting_Prism"></a></h4>
+<div class="source">
+<pre>
+cd {falcon-prism-dir}/falcon-distributed-${project.version}
+bin/prism-start [-port &lt;port&gt;]
+
+</pre></div>
+<p>By default, * prism server starts at port 16443. To change the port, use -port option</p>
+<p>* falcon.enableTLS can be set to true or false explicitly to enable SSL, if not port that end with 443 will automatically put prism on <a class="externalLink" href="https://">https://</a></p>
+<p>* prism starts with conf from {falcon-prism-dir}/falcon-distributed-${project.version}/conf. To override this (to use the same conf with multiple prism upgrades), set environment variable FALCON_CONF to the path of conf dir. You can find the instructions for configuring Falcon <a href="./Configuration.html">here</a>.</p>
+<p><b>Enabling prism-client</b> *If prism is not started using default-port 16443 then edit the following property in {falcon-prism-dir}/falcon-distributed-${project.version}/conf/client.properties falcon.url=http://{machine-ip}:{prism-port}/</p></div>
+<div class="section">
+<h4>Starting Falcon Server<a name="Starting_Falcon_Server"></a></h4>
+<div class="source">
+<pre>
+$cd {falcon-server-dir}/falcon-distributed-${project.version}
+$bin/falcon-start [-port &lt;port&gt;]
+
+</pre></div>
+<p>By default, * If falcon.enableTLS is set to true explicitly or not set at all, Falcon starts at port 15443 on <a class="externalLink" href="https://">https://</a> by default.</p>
+<p>* If falcon.enableTLS is set to false explicitly, Falcon starts at port 15000 on <a class="externalLink" href="http://.">http://.</a></p>
+<p>* To change the port, use -port option.</p>
+<p>* If falcon.enableTLS is not set explicitly, port that ends with 443 will automatically put Falcon on <a class="externalLink" href="https://.">https://.</a> Any other port will put Falcon on <a class="externalLink" href="http://.">http://.</a></p>
+<p>* server starts with conf from {falcon-server-dir}/falcon-distributed-${project.version}/conf. To override this (to use the same conf with multiple server upgrades), set environment variable FALCON_CONF to the path of conf dir. You can find  the instructions for configuring Falcon <a href="./Configuration.html">here</a>.</p>
+<p><b>Enabling server-client</b> *If server is not started using default-port 15443 then edit the following property in {falcon-server-dir}/falcon-distributed-${project.version}/conf/client.properties. You can find the instructions for configuring Falcon here. falcon.url=http://{machine-ip}:{server-port}/</p>
+<p><b>NOTE</b> : https is the secure version of HTTP, the protocol over which data is sent between your browser and the website that you are connected to. By default Falcon runs in https mode. But user can configure it to http.</p></div>
+<div class="section">
+<h4>Using Falcon<a name="Using_Falcon"></a></h4>
+<div class="source">
+<pre>
+$cd {falcon-prism-dir}/falcon-distributed-${project.version}
+$bin/falcon admin -version
+Falcon server build version: {Version:&quot;${project.version}-SNAPSHOT-rd7e2be9afa2a5dc96acd1ec9e325f39c6b2f17f7&quot;,
+Mode:&quot;embedded&quot;}
+
+$bin/falcon help
+(for more details about Falcon cli usage)
+
+</pre></div></div>
+<div class="section">
+<h4>Dashboard<a name="Dashboard"></a></h4>
+<p>Once Falcon / prism is started, you can view the status of Falcon entities using the Web-based dashboard. You can open your browser at the corresponding port to use the web UI.</p>
+<p>Falcon dashboard makes the REST api calls as user &quot;falcon-dashboard&quot;. If this user does not exist on your Falcon and Oozie servers, please create the user.</p>
+<div class="source">
+<pre>
+## create user.
+[root@falconhost ~] useradd -U -m falcon-dashboard -G users
+
+## verify user is created with membership in correct groups.
+[root@falconhost ~] groups falcon-dashboard
+falcon-dashboard : falcon-dashboard users
+[root@falconhost ~]
+
+</pre></div></div>
+<div class="section">
+<h4>Stopping Falcon Server<a name="Stopping_Falcon_Server"></a></h4>
+<div class="source">
+<pre>
+$cd {falcon-server-dir}/falcon-distributed-${project.version}
+$bin/falcon-stop
+
+</pre></div></div>
+<div class="section">
+<h4>Stopping Falcon Prism<a name="Stopping_Falcon_Prism"></a></h4>
+<div class="source">
+<pre>
+$cd {falcon-prism-dir}/falcon-distributed-${project.version}
+$bin/prism-stop
+
+</pre></div></div>
+                  </div>
+          </div>
+
+    <hr/>
+
+    <footer>
+            <div class="container">
+              <div class="row span12">Copyright &copy;                    2013-2016
+                        <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>