Author: sriksun
Date: Wed Feb 18 11:30:48 2015
New Revision: 1660598

URL: http://svn.apache.org/r1660598
Log:
Fixing broken restapi links

Modified:
    falcon/site/0.3-incubating/docs/EntitySpecification.html
    falcon/site/0.4-incubating/docs/EntitySpecification.html
    falcon/site/0.4-incubating/docs/FalconArchitecture.html
    falcon/site/0.4-incubating/docs/InstallationSteps.html
    falcon/site/0.5-incubating/FalconDocumentation.html
    falcon/site/0.5-incubating/InstallationSteps.html
    falcon/site/0.6-incubating/FalconCLI.html
    falcon/site/0.6-incubating/FalconDocumentation.html
    falcon/site/0.6-incubating/InstallationSteps.html
    falcon/site/0.6-incubating/Security.html
    falcon/site/Appendix.html
    falcon/site/EntitySpecification.html
    falcon/site/FalconCLI.html
    falcon/site/FalconDocumentation.html
    falcon/site/GettingStarted.html
    falcon/site/HiveIntegration.html
    falcon/site/InstallationSteps.html
    falcon/site/MigrationInstructions.html
    falcon/site/OnBoarding.html
    falcon/site/Operability.html
    falcon/site/Security.html
    falcon/site/index-new.html
    falcon/site/index.html
    falcon/site/issue-tracking.html
    falcon/site/license.html
    falcon/site/mail-lists.html
    falcon/site/project-info.html
    falcon/site/recipes.html
    falcon/site/restapi/AdjacentVertices.html
    falcon/site/restapi/AdminConfig.html
    falcon/site/restapi/AdminStack.html
    falcon/site/restapi/AdminVersion.html
    falcon/site/restapi/AllEdges.html
    falcon/site/restapi/AllVertices.html
    falcon/site/restapi/Edge.html
    falcon/site/restapi/EntityDefinition.html
    falcon/site/restapi/EntityDelete.html
    falcon/site/restapi/EntityDependencies.html
    falcon/site/restapi/EntityLineage.html
    falcon/site/restapi/EntityList.html
    falcon/site/restapi/EntityResume.html
    falcon/site/restapi/EntitySchedule.html
    falcon/site/restapi/EntityStatus.html
    falcon/site/restapi/EntitySubmit.html
    falcon/site/restapi/EntitySubmitAndSchedule.html
    falcon/site/restapi/EntitySummary.html
    falcon/site/restapi/EntitySuspend.html
    falcon/site/restapi/EntityTouch.html
    falcon/site/restapi/EntityUpdate.html
    falcon/site/restapi/EntityValidate.html
    falcon/site/restapi/FeedInstanceListing.html
    falcon/site/restapi/Graph.html
    falcon/site/restapi/InstanceKill.html
    falcon/site/restapi/InstanceList.html
    falcon/site/restapi/InstanceLogs.html
    falcon/site/restapi/InstanceParams.html
    falcon/site/restapi/InstanceRerun.html
    falcon/site/restapi/InstanceResume.html
    falcon/site/restapi/InstanceRunning.html
    falcon/site/restapi/InstanceStatus.html
    falcon/site/restapi/InstanceSummary.html
    falcon/site/restapi/InstanceSuspend.html
    falcon/site/restapi/MetadataList.html
    falcon/site/restapi/MetadataRelations.html
    falcon/site/restapi/ResourceList.html
    falcon/site/restapi/Vertex.html
    falcon/site/restapi/VertexProperties.html
    falcon/site/restapi/Vertices.html
    falcon/site/source-repository.html
    falcon/site/team-list.html

Modified: falcon/site/0.3-incubating/docs/EntitySpecification.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.3-incubating/docs/EntitySpecification.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/0.3-incubating/docs/EntitySpecification.html (original)
+++ falcon/site/0.3-incubating/docs/EntitySpecification.html Wed Feb 18 
11:30:48 2015
@@ -79,7 +79,7 @@
 <li><a href="#Process_Specification">Process Specification</a></li></ul></div>
 <div class="section">
 <h3>Cluster Specification<a name="Cluster_Specification"></a></h3>
-<p>The <a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=incubator-falcon.git;a=blob_plain;f=client/src/main/resources/cluster-0.1.xsd;hb=v0.3";>Cluster
 XSD specification</a> is available here:</p>
+<p>The <a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=falcon.git;a=blob_plain;f=client/src/main/resources/cluster-0.1.xsd;hb=v0.3";>Cluster
 XSD specification</a> is available here:</p>
 <p>A cluster contains different interfaces which are used by Falcon like 
readonly, write, workflow and messaging. A cluster is referenced by feeds and 
processes which are on-boarded to Falcon by its name.</p>
 <p>Following are the tags defined in a cluster.xml:</p>
 <div class="source">
@@ -136,7 +136,7 @@
 <p>Ideally JMS impl class name of messaging engine (brokerImplClass)  should 
be defined here.</p></div>
 <div class="section">
 <h3>Feed Specification<a name="Feed_Specification"></a></h3>
-<p>The 
[[https://git-wip-us.apache.org/repos/asf?p=incubator-falcon.git;a=blob_plain;f=client/src/main/resources/feed-0.1.xsd;hb=v0.3][Feed
 XSD specification] is available here.</p>
+<p>The 
[[https://git-wip-us.apache.org/repos/asf?p=falcon.git;a=blob_plain;f=client/src/main/resources/feed-0.1.xsd;hb=v0.3][Feed
 XSD specification] is available here.</p>
 <p>a Feed defines various attributes of feed like feed location, frequency, 
late-arrival handling and retention policies. A feed can be scheduled on a 
cluster, once a feed is scheduled its retention and replication process are 
triggered in a given cluster.</p>
 <div class="source">
 <pre>
@@ -215,7 +215,7 @@ xmlns:xsi=&quot;http://www.w3.org/2001/X
 <p>A key-value pair, which are propagated to the workflow engine. 
&quot;queueName&quot; and &quot;jobPriority&quot; are special properties 
available to user to specify the hadoop job queue and priority, the same value 
is used by Falcons launcher job.</p></div>
 <div class="section">
 <h3>Process Specification<a name="Process_Specification"></a></h3>
-<p>The <a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=incubator-falcon.git;a=blob_plain;f=client/src/main/resources/process-0.1.xsd;hb=v0.3";>Process
 XSD specification</a> is available here.</p>
+<p>The <a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=falcon.git;a=blob_plain;f=client/src/main/resources/process-0.1.xsd;hb=v0.3";>Process
 XSD specification</a> is available here.</p>
 <p>A process defines configuration for a workflow. A workflow is a directed 
acyclic graph(DAG) which defines the job for the workflow engine. A process 
definition defines  the configurations required to run the workflow job. For 
example, process defines the frequency at which the workflow should run, the 
clusters on which the workflow should run, the inputs and outputs for the 
workflow, how the workflow failures should be handled, how the late inputs 
should be handled and so on.</p>
 <p>The different details of process are:</p></div>
 <div class="section">

Modified: falcon/site/0.4-incubating/docs/EntitySpecification.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.4-incubating/docs/EntitySpecification.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/0.4-incubating/docs/EntitySpecification.html (original)
+++ falcon/site/0.4-incubating/docs/EntitySpecification.html Wed Feb 18 
11:30:48 2015
@@ -79,7 +79,7 @@
 <li><a href="#Process_Specification">Process Specification</a></li></ul></div>
 <div class="section">
 <h3>Cluster Specification<a name="Cluster_Specification"></a></h3>
-<p>The <a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=incubator-falcon.git;a=blob_plain;f=client/src/main/resources/cluster-0.1.xsd;hb=refs/heads/branch-0.4";>Cluster
 XSD specification</a> is available here:</p>
+<p>The <a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=falcon.git;a=blob_plain;f=client/src/main/resources/cluster-0.1.xsd;hb=refs/heads/branch-0.4";>Cluster
 XSD specification</a> is available here:</p>
 <p>A cluster contains different interfaces which are used by Falcon like 
readonly, write, workflow and messaging. A cluster is referenced by feeds and 
processes which are on-boarded to Falcon by its name.</p>
 <p>Following are the tags defined in a cluster.xml:</p>
 <div class="source">
@@ -142,7 +142,7 @@
 <p>Ideally JMS impl class name of messaging engine (brokerImplClass)  should 
be defined here.</p></div>
 <div class="section">
 <h3>Feed Specification<a name="Feed_Specification"></a></h3>
-<p>The <a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=incubator-falcon.git;a=blob_plain;f=client/src/main/resources/feed-0.1.xsd;hb=refs/heads/branch-0.4";>Feed
 XSD specification</a> is available here.</p>
+<p>The <a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=falcon.git;a=blob_plain;f=client/src/main/resources/feed-0.1.xsd;hb=refs/heads/branch-0.4";>Feed
 XSD specification</a> is available here.</p>
 <p>A Feed defines various attributes of feed like feed location, frequency, 
late-arrival handling and retention policies. A feed can be scheduled on a 
cluster, once a feed is scheduled its retention and replication process are 
triggered in a given cluster.</p>
 <div class="source">
 <pre>
@@ -283,7 +283,7 @@ catalog:$database-name:$table-name#parti
 <p>A key-value pair, which are propagated to the workflow engine. 
&quot;queueName&quot; and &quot;jobPriority&quot; are special properties 
available to user to specify the hadoop job queue and priority, the same value 
is used by Falcons launcher job. &quot;timeout&quot; and &quot;parallel&quot; 
are other special properties which decides replication instance's timeout value 
while waiting for the feed instance and parallel decides the concurrent 
replication instances that can run at any given time.</p></div>
 <div class="section">
 <h3>Process Specification<a name="Process_Specification"></a></h3>
-<p>The <a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=incubator-falcon.git;a=blob_plain;f=client/src/main/resources/process-0.1.xsd;hb=refs/heads/branch-0.4";>Process
 XSD specification</a> is available here.</p>
+<p>The <a class="externalLink" 
href="https://git-wip-us.apache.org/repos/asf?p=falcon.git;a=blob_plain;f=client/src/main/resources/process-0.1.xsd;hb=refs/heads/branch-0.4";>Process
 XSD specification</a> is available here.</p>
 <p>A process defines configuration for a workflow. A workflow is a directed 
acyclic graph(DAG) which defines the job for the workflow engine. A process 
definition defines  the configurations required to run the workflow job. For 
example, process defines the frequency at which the workflow should run, the 
clusters on which the workflow should run, the inputs and outputs for the 
workflow, how the workflow failures should be handled, how the late inputs 
should be handled and so on.</p>
 <p>The different details of process are:</p></div>
 <div class="section">

Modified: falcon/site/0.4-incubating/docs/FalconArchitecture.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.4-incubating/docs/FalconArchitecture.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/0.4-incubating/docs/FalconArchitecture.html (original)
+++ falcon/site/0.4-incubating/docs/FalconArchitecture.html Wed Feb 18 11:30:48 
2015
@@ -170,7 +170,7 @@ catalog:$database-name:$table-name#parti
 </pre></div></div>
 <div class="section">
 <h3>Entity Management actions<a name="Entity_Management_actions"></a></h3>
-<p>All the following operation can also be done using <a 
href="./Restapi/ResourceList.html">Falcon's RESTful API</a>.</p></div>
+<p>All the following operation can also be done using <a 
href="././restapi/ResourceList.html">Falcon's RESTful API</a>.</p></div>
 <div class="section">
 <h4>Submit<a name="Submit"></a></h4>
 <p>Entity submit action allows a new cluster/feed/process to be setup within 
Falcon. Submitted entity is not scheduled, meaning it would simply be in the 
configuration store within Falcon. Besides validating against the schema for 
the corresponding entity being added, the Falcon system would also perform 
inter-field validations within the configuration file and validations across 
dependent entities.</p></div>

Modified: falcon/site/0.4-incubating/docs/InstallationSteps.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.4-incubating/docs/InstallationSteps.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/0.4-incubating/docs/InstallationSteps.html (original)
+++ falcon/site/0.4-incubating/docs/InstallationSteps.html Wed Feb 18 11:30:48 
2015
@@ -76,7 +76,7 @@
 <h4>Building Falcon<a name="Building_Falcon"></a></h4>
 <div class="source">
 <pre>
-git clone https://git-wip-us.apache.org/repos/asf/incubator-falcon.git falcon
+git clone https://git-wip-us.apache.org/repos/asf/falcon.git falcon
 
 cd falcon
 

Modified: falcon/site/0.5-incubating/FalconDocumentation.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.5-incubating/FalconDocumentation.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/0.5-incubating/FalconDocumentation.html (original)
+++ falcon/site/0.5-incubating/FalconDocumentation.html Wed Feb 18 11:30:48 2015
@@ -173,7 +173,7 @@ catalog:$database-name:$table-name#parti
 </pre></div></div>
 <div class="section">
 <h3>Entity Management actions<a name="Entity_Management_actions"></a></h3>
-<p>All the following operation can also be done using <a 
href="./Restapi/ResourceList.html">Falcon's RESTful API</a>.</p></div>
+<p>All the following operation can also be done using <a 
href="././restapi/ResourceList.html">Falcon's RESTful API</a>.</p></div>
 <div class="section">
 <h4>Submit<a name="Submit"></a></h4>
 <p>Entity submit action allows a new cluster/feed/process to be setup within 
Falcon. Submitted entity is not scheduled, meaning it would simply be in the 
configuration store within Falcon. Besides validating against the schema for 
the corresponding entity being added, the Falcon system would also perform 
inter-field validations within the configuration file and validations across 
dependent entities.</p></div>

Modified: falcon/site/0.5-incubating/InstallationSteps.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.5-incubating/InstallationSteps.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/0.5-incubating/InstallationSteps.html (original)
+++ falcon/site/0.5-incubating/InstallationSteps.html Wed Feb 18 11:30:48 2015
@@ -76,7 +76,7 @@
 <h4>Building Falcon<a name="Building_Falcon"></a></h4>
 <div class="source">
 <pre>
-git clone https://git-wip-us.apache.org/repos/asf/incubator-falcon.git falcon
+git clone https://git-wip-us.apache.org/repos/asf/falcon.git falcon
 
 cd falcon
 

Modified: falcon/site/0.6-incubating/FalconCLI.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6-incubating/FalconCLI.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/0.6-incubating/FalconCLI.html (original)
+++ falcon/site/0.6-incubating/FalconCLI.html Wed Feb 18 11:30:48 2015
@@ -102,13 +102,13 @@
 <p>Entities of a particular type can be listed with list sub-command.</p>
 <p>Usage: $FALCON_HOME/bin/falcon entity -type [cluster|feed|process] -list</p>
 <p>Optional Args : -fields &lt;&lt;field1,field2&gt;&gt; -filterBy 
&lt;&lt;field1:value1,field2:value2&gt;&gt; -tags 
&lt;&lt;tagkey=tagvalue,tagkey=tagvalue&gt;&gt; -orderBy &lt;&lt;field&gt;&gt; 
-sortOrder &lt;&lt;sortOrder&gt;&gt; -offset 0 -numResults 10</p>
-<p><a href="./Restapi/EntityList.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/EntityList.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>Summary<a name="Summary"></a></h4>
 <p>Summary of entities of a particular type and a cluster will be listed. 
Entity summary has N most recent instances of entity.</p>
 <p>Usage: $FALCON_HOME/bin/falcon entity -type [feed|process] -summary</p>
 <p>Optional Args : -start &quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -end 
&quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -fields &lt;&lt;field1,field2&gt;&gt; 
-filterBy &lt;&lt;field1:value1,field2:value2&gt;&gt; -tags 
&lt;&lt;tagkey=tagvalue,tagkey=tagvalue&gt;&gt; -orderBy &lt;&lt;field&gt;&gt; 
-sortOrder &lt;&lt;sortOrder&gt;&gt; -offset 0 -numResults 10 -numInstances 
7</p>
-<p><a href="./Restapi/EntitySummary.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/EntitySummary.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>Update<a name="Update"></a></h4>
 <p>Update operation allows an already submitted/scheduled entity to be 
updated. Cluster update is currently not allowed.</p>
@@ -157,7 +157,7 @@
 
<p>{&quot;status&quot;:&quot;SUCCEEDED&quot;,&quot;message&quot;:&quot;getStatus
 is 
successful&quot;,&quot;instances&quot;:[{&quot;instance&quot;:&quot;2012-05-07T05:02Z&quot;,&quot;status&quot;:&quot;SUCCEEDED&quot;,&quot;logFile&quot;:&quot;http://oozie-dashboard-url&quot;},{&quot;instance&quot;:&quot;2012-05-07T05:07Z&quot;,&quot;status&quot;:&quot;RUNNING&quot;,&quot;logFile&quot;:&quot;http://oozie-dashboard-url&quot;},
 
{&quot;instance&quot;:&quot;2010-01-02T11:05Z&quot;,&quot;status&quot;:&quot;WAITING&quot;}]</p>
 <p>Usage: $FALCON_HOME/bin/falcon instance -type &lt;&lt;feed/process&gt;&gt; 
-name &lt;&lt;name&gt;&gt; -status</p>
 <p>Optional Args : -start &quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -end 
&quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -colo &lt;&lt;colo&gt;&gt; -filterBy 
&lt;&lt;field1:value1,field2:value2&gt;&gt; -lifecycle 
&lt;&lt;lifecycles&gt;&gt; -orderBy field -sortOrder &lt;&lt;sortOrder&gt;&gt; 
-offset 0 -numResults 10</p>
-<p><a href="./Restapi/InstanceStatus.html"> Optional params described 
here.</a></p></div>
+<p><a href="./restapi/InstanceStatus.html"> Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>List<a name="List"></a></h4>
 <p>List option via CLI can be used to get single or multiple instances.  If 
the instance is not yet materialized but is within the process validity range, 
WAITING is returned as the state. Instance time is also returned. Log location 
gives the oozie workflow url If the instance is in WAITING state, missing 
dependencies are listed</p>
@@ -165,7 +165,7 @@
 
<p>{&quot;status&quot;:&quot;SUCCEEDED&quot;,&quot;message&quot;:&quot;getStatus
 is 
successful&quot;,&quot;instances&quot;:[{&quot;instance&quot;:&quot;2012-05-07T05:02Z&quot;,&quot;status&quot;:&quot;SUCCEEDED&quot;,&quot;logFile&quot;:&quot;http://oozie-dashboard-url&quot;},{&quot;instance&quot;:&quot;2012-05-07T05:07Z&quot;,&quot;status&quot;:&quot;RUNNING&quot;,&quot;logFile&quot;:&quot;http://oozie-dashboard-url&quot;},
 
{&quot;instance&quot;:&quot;2010-01-02T11:05Z&quot;,&quot;status&quot;:&quot;WAITING&quot;}]</p>
 <p>Usage: $FALCON_HOME/bin/falcon instance -type &lt;&lt;feed/process&gt;&gt; 
-name &lt;&lt;name&gt;&gt; -list</p>
 <p>Optional Args : -start &quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -end 
&quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -colo &lt;&lt;colo&gt;&gt; -lifecycle 
&lt;&lt;lifecycles&gt;&gt; -filterBy 
&lt;&lt;field1:value1,field2:value2&gt;&gt; -orderBy field -sortOrder 
&lt;&lt;sortOrder&gt;&gt; -offset 0 -numResults 10</p>
-<p><a href="./Restapi/InstanceList.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/InstanceList.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>Summary<a name="Summary"></a></h4>
 <p>Summary option via CLI can be used to get the consolidated status of the 
instances between the specified time period. Each status along with the 
corresponding instance count are listed for each of the applicable colos. The 
unscheduled instances between the specified time period are included as 
UNSCHEDULED in the output to provide more clarity.</p>
@@ -173,25 +173,25 @@
 
<p>{&quot;status&quot;:&quot;SUCCEEDED&quot;,&quot;message&quot;:&quot;getSummary
 is successful&quot;, &quot;cluster&quot;: &lt;&lt;name&gt;&gt; 
[{&quot;SUCCEEDED&quot;:&quot;1&quot;}, {&quot;WAITING&quot;:&quot;1&quot;}, 
{&quot;RUNNING&quot;:&quot;1&quot;}]}</p>
 <p>Usage: $FALCON_HOME/bin/falcon instance -type &lt;&lt;feed/process&gt;&gt; 
-name &lt;&lt;name&gt;&gt; -summary</p>
 <p>Optional Args : -start &quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -end 
&quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -colo &lt;&lt;colo&gt;&gt; -lifecycle 
&lt;&lt;lifecycles&gt;&gt;</p>
-<p><a href="./Restapi/InstanceSummary.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/InstanceSummary.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>Running<a name="Running"></a></h4>
 <p>Running option provides all the running instances of the mentioned 
process.</p>
 <p>Usage: $FALCON_HOME/bin/falcon instance -type &lt;&lt;feed/process&gt;&gt; 
-name &lt;&lt;name&gt;&gt; -running</p>
 <p>Optional Args : -colo &lt;&lt;colo&gt;&gt; -lifecycle 
&lt;&lt;lifecycles&gt;&gt; -filterBy 
&lt;&lt;field1:value1,field2:value2&gt;&gt; -orderBy &lt;&lt;field&gt;&gt; 
-sortOrder &lt;&lt;sortOrder&gt;&gt; -offset 0 -numResults 10</p>
-<p><a href="./Restapi/InstanceRunning.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/InstanceRunning.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>FeedInstanceListing<a name="FeedInstanceListing"></a></h4>
 <p>Get falcon feed instance availability.</p>
 <p>Usage: $FALCON_HOME/bin/falcon instance -entity feed -name 
&lt;&lt;name&gt;&gt; -listing</p>
 <p>Optional Args : -start &quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -end 
&quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -colo &lt;&lt;colo&gt;&gt;</p>
-<p><a href="./Restapi/FeedInstanceListing.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/FeedInstanceListing.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>Logs<a name="Logs"></a></h4>
 <p>Get logs for instance actions</p>
 <p>Usage: $FALCON_HOME/bin/falcon instance -type &lt;&lt;feed/process&gt;&gt; 
-name &lt;&lt;name&gt;&gt; -logs</p>
 <p>Optional Args : -start &quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -end 
&quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -runid &lt;&lt;runid&gt;&gt; -colo 
&lt;&lt;colo&gt;&gt; -lifecycle &lt;&lt;lifecycles&gt;&gt; -filterBy 
&lt;&lt;field1:value1,field2:value2&gt;&gt; -orderBy field -sortOrder 
&lt;&lt;sortOrder&gt;&gt; -offset 0 -numResults 10</p>
-<p><a href="./Restapi/InstanceLogs.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/InstanceLogs.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>LifeCycle<a name="LifeCycle"></a></h4>
 <p>Describes list of life cycles of a entity , for feed it can be 
replication/retention and for process it can be execution. This can be used 
with instance management options. Default values are replication for feed and 
execution for process.</p>

Modified: falcon/site/0.6-incubating/FalconDocumentation.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6-incubating/FalconDocumentation.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/0.6-incubating/FalconDocumentation.html (original)
+++ falcon/site/0.6-incubating/FalconDocumentation.html Wed Feb 18 11:30:48 2015
@@ -176,7 +176,7 @@ catalog:$database-name:$table-name#parti
 </pre></div></div>
 <div class="section">
 <h3>Entity Management actions<a name="Entity_Management_actions"></a></h3>
-<p>All the following operation can also be done using <a 
href="./Restapi/ResourceList.html">Falcon's RESTful API</a>.</p></div>
+<p>All the following operation can also be done using <a 
href="././restapi/ResourceList.html">Falcon's RESTful API</a>.</p></div>
 <div class="section">
 <h4>Submit<a name="Submit"></a></h4>
 <p>Entity submit action allows a new cluster/feed/process to be setup within 
Falcon. Submitted entity is not scheduled, meaning it would simply be in the 
configuration store within Falcon. Besides validating against the schema for 
the corresponding entity being added, the Falcon system would also perform 
inter-field validations within the configuration file and validations across 
dependent entities.</p></div>

Modified: falcon/site/0.6-incubating/InstallationSteps.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6-incubating/InstallationSteps.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/0.6-incubating/InstallationSteps.html (original)
+++ falcon/site/0.6-incubating/InstallationSteps.html Wed Feb 18 11:30:48 2015
@@ -76,7 +76,7 @@
 <h4>Building Falcon<a name="Building_Falcon"></a></h4>
 <div class="source">
 <pre>
-git clone https://git-wip-us.apache.org/repos/asf/incubator-falcon.git falcon
+git clone https://git-wip-us.apache.org/repos/asf/falcon.git falcon
 
 cd falcon
 

Modified: falcon/site/0.6-incubating/Security.html
URL: 
http://svn.apache.org/viewvc/falcon/site/0.6-incubating/Security.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/0.6-incubating/Security.html (original)
+++ falcon/site/0.6-incubating/Security.html Wed Feb 18 11:30:48 2015
@@ -147,51 +147,51 @@
 <th>Description</th>
 <th>Authorization</th></tr>
 <tr class="b">
-<td><a 
href="./Restapi/EntityValidate.html">api/entities/validate/:entity-type</a></td>
+<td><a 
href="././restapi/EntityValidate.html">api/entities/validate/:entity-type</a></td>
 <td>Validate the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/EntitySubmit.html">api/entities/submit/:entity-type</a></td>
+<td><a 
href="././restapi/EntitySubmit.html">api/entities/submit/:entity-type</a></td>
 <td>Submit the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/EntityUpdate.html">api/entities/update/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntityUpdate.html">api/entities/update/:entity-type/:entity-name</a></td>
 <td>Update the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/EntitySubmitAndSchedule.html">api/entities/submitAndSchedule/:entity-type</a></td>
+<td><a 
href="././restapi/EntitySubmitAndSchedule.html">api/entities/submitAndSchedule/:entity-type</a></td>
 <td>Submit &amp; Schedule the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/EntitySchedule.html">api/entities/schedule/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntitySchedule.html">api/entities/schedule/:entity-type/:entity-name</a></td>
 <td>Schedule the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/EntitySuspend.html">api/entities/suspend/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntitySuspend.html">api/entities/suspend/:entity-type/:entity-name</a></td>
 <td>Suspend the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/EntityResume.html">api/entities/resume/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntityResume.html">api/entities/resume/:entity-type/:entity-name</a></td>
 <td>Resume the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/EntityDelete.html">api/entities/delete/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntityDelete.html">api/entities/delete/:entity-type/:entity-name</a></td>
 <td>Delete the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/EntityStatus.html">api/entities/status/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntityStatus.html">api/entities/status/:entity-type/:entity-name</a></td>
 <td>Get the status of the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/EntityDefinition.html">api/entities/definition/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntityDefinition.html">api/entities/definition/:entity-type/:entity-name</a></td>
 <td>Get the definition of the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/EntityList.html">api/entities/list/:entity-type?fields=:fields</a></td>
+<td><a 
href="././restapi/EntityList.html">api/entities/list/:entity-type?fields=:fields</a></td>
 <td>Get the list of entities</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/EntityDependencies.html">api/entities/dependencies/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntityDependencies.html">api/entities/dependencies/:entity-type/:entity-name</a></td>
 <td>Get the dependencies of the entity</td>
 <td>Owner/Group</td></tr></table><b>REST Call on Feed and Process Instances</b>
 <p></p>
@@ -201,27 +201,27 @@
 <th>Description</th>
 <th>Authorization</th></tr>
 <tr class="b">
-<td><a 
href="./Restapi/InstanceRunning.html">api/instance/running/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/InstanceRunning.html">api/instance/running/:entity-type/:entity-name</a></td>
 <td>List of running instances.</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/InstanceStatus.html">api/instance/status/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/InstanceStatus.html">api/instance/status/:entity-type/:entity-name</a></td>
 <td>Status of a given instance</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/InstanceKill.html">api/instance/kill/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/InstanceKill.html">api/instance/kill/:entity-type/:entity-name</a></td>
 <td>Kill a given instance</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/InstanceSuspend.html">api/instance/suspend/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/InstanceSuspend.html">api/instance/suspend/:entity-type/:entity-name</a></td>
 <td>Suspend a running instance</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/InstanceResume.html">api/instance/resume/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/InstanceResume.html">api/instance/resume/:entity-type/:entity-name</a></td>
 <td>Resume a given instance</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/InstanceRerun.html">api/instance/rerun/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/InstanceRerun.html">api/instance/rerun/:entity-type/:entity-name</a></td>
 <td>Rerun a given instance</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
@@ -238,15 +238,15 @@
 <th>Description</th>
 <th>Authorization</th></tr>
 <tr class="b">
-<td><a href="./Restapi/AdminVersion.html">api/admin/version</a></td>
+<td><a href="././restapi/AdminVersion.html">api/admin/version</a></td>
 <td>Get version of the server</td>
 <td>No restriction</td></tr>
 <tr class="a">
-<td><a href="./Restapi/AdminStack.html">api/admin/stack</a></td>
+<td><a href="././restapi/AdminStack.html">api/admin/stack</a></td>
 <td>Get stack of the server</td>
 <td>Admin User/Group</td></tr>
 <tr class="b">
-<td><a href="./Restapi/AdminConfig.html">api/admin/config/:config-type</a></td>
+<td><a 
href="././restapi/AdminConfig.html">api/admin/config/:config-type</a></td>
 <td>Get configuration information of the server</td>
 <td>Admin User/Group</td></tr></table></div>
 <div class="section">

Modified: falcon/site/Appendix.html
URL: 
http://svn.apache.org/viewvc/falcon/site/Appendix.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/Appendix.html (original)
+++ falcon/site/Appendix.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/EntitySpecification.html
URL: 
http://svn.apache.org/viewvc/falcon/site/EntitySpecification.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/EntitySpecification.html (original)
+++ falcon/site/EntitySpecification.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/FalconCLI.html
URL: 
http://svn.apache.org/viewvc/falcon/site/FalconCLI.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/FalconCLI.html (original)
+++ falcon/site/FalconCLI.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -286,13 +283,13 @@
 <p>Entities of a particular type can be listed with list sub-command.</p>
 <p>Usage: $FALCON_HOME/bin/falcon entity -type [cluster|feed|process] -list</p>
 <p>Optional Args : -fields &lt;&lt;field1,field2&gt;&gt; -filterBy 
&lt;&lt;field1:value1,field2:value2&gt;&gt; -tags 
&lt;&lt;tagkey=tagvalue,tagkey=tagvalue&gt;&gt; -orderBy &lt;&lt;field&gt;&gt; 
-sortOrder &lt;&lt;sortOrder&gt;&gt; -offset 0 -numResults 10</p>
-<p><a href="./Restapi/EntityList.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/EntityList.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>Summary<a name="Summary"></a></h4>
 <p>Summary of entities of a particular type and a cluster will be listed. 
Entity summary has N most recent instances of entity.</p>
 <p>Usage: $FALCON_HOME/bin/falcon entity -type [feed|process] -summary</p>
 <p>Optional Args : -start &quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -end 
&quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -fields &lt;&lt;field1,field2&gt;&gt; 
-filterBy &lt;&lt;field1:value1,field2:value2&gt;&gt; -tags 
&lt;&lt;tagkey=tagvalue,tagkey=tagvalue&gt;&gt; -orderBy &lt;&lt;field&gt;&gt; 
-sortOrder &lt;&lt;sortOrder&gt;&gt; -offset 0 -numResults 10 -numInstances 
7</p>
-<p><a href="./Restapi/EntitySummary.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/EntitySummary.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>Update<a name="Update"></a></h4>
 <p>Update operation allows an already submitted/scheduled entity to be 
updated. Cluster update is currently not allowed.</p>
@@ -345,7 +342,7 @@
 
<p>{&quot;status&quot;:&quot;SUCCEEDED&quot;,&quot;message&quot;:&quot;getStatus
 is 
successful&quot;,&quot;instances&quot;:[{&quot;instance&quot;:&quot;2012-05-07T05:02Z&quot;,&quot;status&quot;:&quot;SUCCEEDED&quot;,&quot;logFile&quot;:&quot;http://oozie-dashboard-url&quot;},{&quot;instance&quot;:&quot;2012-05-07T05:07Z&quot;,&quot;status&quot;:&quot;RUNNING&quot;,&quot;logFile&quot;:&quot;http://oozie-dashboard-url&quot;},
 
{&quot;instance&quot;:&quot;2010-01-02T11:05Z&quot;,&quot;status&quot;:&quot;WAITING&quot;}]</p>
 <p>Usage: $FALCON_HOME/bin/falcon instance -type &lt;&lt;feed/process&gt;&gt; 
-name &lt;&lt;name&gt;&gt; -status</p>
 <p>Optional Args : -start &quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -end 
&quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -colo &lt;&lt;colo&gt;&gt; -filterBy 
&lt;&lt;field1:value1,field2:value2&gt;&gt; -lifecycle 
&lt;&lt;lifecycles&gt;&gt; -orderBy field -sortOrder &lt;&lt;sortOrder&gt;&gt; 
-offset 0 -numResults 10</p>
-<p><a href="./Restapi/InstanceStatus.html"> Optional params described 
here.</a></p></div>
+<p><a href="./restapi/InstanceStatus.html"> Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>List<a name="List"></a></h4>
 <p>List option via CLI can be used to get single or multiple instances.  If 
the instance is not yet materialized but is within the process validity range, 
WAITING is returned as the state. Instance time is also returned. Log location 
gives the oozie workflow url If the instance is in WAITING state, missing 
dependencies are listed</p>
@@ -353,7 +350,7 @@
 
<p>{&quot;status&quot;:&quot;SUCCEEDED&quot;,&quot;message&quot;:&quot;getStatus
 is 
successful&quot;,&quot;instances&quot;:[{&quot;instance&quot;:&quot;2012-05-07T05:02Z&quot;,&quot;status&quot;:&quot;SUCCEEDED&quot;,&quot;logFile&quot;:&quot;http://oozie-dashboard-url&quot;},{&quot;instance&quot;:&quot;2012-05-07T05:07Z&quot;,&quot;status&quot;:&quot;RUNNING&quot;,&quot;logFile&quot;:&quot;http://oozie-dashboard-url&quot;},
 
{&quot;instance&quot;:&quot;2010-01-02T11:05Z&quot;,&quot;status&quot;:&quot;WAITING&quot;}]</p>
 <p>Usage: $FALCON_HOME/bin/falcon instance -type &lt;&lt;feed/process&gt;&gt; 
-name &lt;&lt;name&gt;&gt; -list</p>
 <p>Optional Args : -start &quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -end 
&quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -colo &lt;&lt;colo&gt;&gt; -lifecycle 
&lt;&lt;lifecycles&gt;&gt; -filterBy 
&lt;&lt;field1:value1,field2:value2&gt;&gt; -orderBy field -sortOrder 
&lt;&lt;sortOrder&gt;&gt; -offset 0 -numResults 10</p>
-<p><a href="./Restapi/InstanceList.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/InstanceList.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>Summary<a name="Summary"></a></h4>
 <p>Summary option via CLI can be used to get the consolidated status of the 
instances between the specified time period. Each status along with the 
corresponding instance count are listed for each of the applicable colos. The 
unscheduled instances between the specified time period are included as 
UNSCHEDULED in the output to provide more clarity.</p>
@@ -361,25 +358,25 @@
 
<p>{&quot;status&quot;:&quot;SUCCEEDED&quot;,&quot;message&quot;:&quot;getSummary
 is successful&quot;, &quot;cluster&quot;: &lt;&lt;name&gt;&gt; 
[{&quot;SUCCEEDED&quot;:&quot;1&quot;}, {&quot;WAITING&quot;:&quot;1&quot;}, 
{&quot;RUNNING&quot;:&quot;1&quot;}]}</p>
 <p>Usage: $FALCON_HOME/bin/falcon instance -type &lt;&lt;feed/process&gt;&gt; 
-name &lt;&lt;name&gt;&gt; -summary</p>
 <p>Optional Args : -start &quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -end 
&quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -colo &lt;&lt;colo&gt;&gt; -lifecycle 
&lt;&lt;lifecycles&gt;&gt;</p>
-<p><a href="./Restapi/InstanceSummary.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/InstanceSummary.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>Running<a name="Running"></a></h4>
 <p>Running option provides all the running instances of the mentioned 
process.</p>
 <p>Usage: $FALCON_HOME/bin/falcon instance -type &lt;&lt;feed/process&gt;&gt; 
-name &lt;&lt;name&gt;&gt; -running</p>
 <p>Optional Args : -colo &lt;&lt;colo&gt;&gt; -lifecycle 
&lt;&lt;lifecycles&gt;&gt; -filterBy 
&lt;&lt;field1:value1,field2:value2&gt;&gt; -orderBy &lt;&lt;field&gt;&gt; 
-sortOrder &lt;&lt;sortOrder&gt;&gt; -offset 0 -numResults 10</p>
-<p><a href="./Restapi/InstanceRunning.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/InstanceRunning.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>FeedInstanceListing<a name="FeedInstanceListing"></a></h4>
 <p>Get falcon feed instance availability.</p>
 <p>Usage: $FALCON_HOME/bin/falcon instance -entity feed -name 
&lt;&lt;name&gt;&gt; -listing</p>
 <p>Optional Args : -start &quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -end 
&quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -colo &lt;&lt;colo&gt;&gt;</p>
-<p><a href="./Restapi/FeedInstanceListing.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/FeedInstanceListing.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>Logs<a name="Logs"></a></h4>
 <p>Get logs for instance actions</p>
 <p>Usage: $FALCON_HOME/bin/falcon instance -type &lt;&lt;feed/process&gt;&gt; 
-name &lt;&lt;name&gt;&gt; -logs</p>
 <p>Optional Args : -start &quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -end 
&quot;yyyy-MM-dd'T'HH:mm'Z'&quot; -runid &lt;&lt;runid&gt;&gt; -colo 
&lt;&lt;colo&gt;&gt; -lifecycle &lt;&lt;lifecycles&gt;&gt; -filterBy 
&lt;&lt;field1:value1,field2:value2&gt;&gt; -orderBy field -sortOrder 
&lt;&lt;sortOrder&gt;&gt; -offset 0 -numResults 10</p>
-<p><a href="./Restapi/InstanceLogs.html">Optional params described 
here.</a></p></div>
+<p><a href="./restapi/InstanceLogs.html">Optional params described 
here.</a></p></div>
 <div class="section">
 <h4>LifeCycle<a name="LifeCycle"></a></h4>
 <p>Describes list of life cycles of a entity , for feed it can be 
replication/retention and for process it can be execution. This can be used 
with instance management options. Default values are replication for feed and 
execution for process.</p>

Modified: falcon/site/FalconDocumentation.html
URL: 
http://svn.apache.org/viewvc/falcon/site/FalconDocumentation.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/FalconDocumentation.html (original)
+++ falcon/site/FalconDocumentation.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -360,7 +357,7 @@ catalog:$database-name:$table-name#parti
 </pre></div></div>
 <div class="section">
 <h3>Entity Management actions<a name="Entity_Management_actions"></a></h3>
-<p>All the following operation can also be done using <a 
href="./Restapi/ResourceList.html">Falcon's RESTful API</a>.</p></div>
+<p>All the following operation can also be done using <a 
href="././restapi/ResourceList.html">Falcon's RESTful API</a>.</p></div>
 <div class="section">
 <h4>Submit<a name="Submit"></a></h4>
 <p>Entity submit action allows a new cluster/feed/process to be setup within 
Falcon. Submitted entity is not scheduled, meaning it would simply be in the 
configuration store within Falcon. Besides validating against the schema for 
the corresponding entity being added, the Falcon system would also perform 
inter-field validations within the configuration file and validations across 
dependent entities.</p></div>

Modified: falcon/site/GettingStarted.html
URL: 
http://svn.apache.org/viewvc/falcon/site/GettingStarted.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/GettingStarted.html (original)
+++ falcon/site/GettingStarted.html Wed Feb 18 11:30:48 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-11
+ | Generated by Apache Maven Doxia at 2015-02-18
  | 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="20150111" />
+    <meta name="Date-Revision-yyyymmdd" content="20150218" />
     <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" />
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -245,7 +242,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-01-11</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-02-18</li> 
             
                             </ul>
       </div>

Modified: falcon/site/HiveIntegration.html
URL: 
http://svn.apache.org/viewvc/falcon/site/HiveIntegration.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/HiveIntegration.html (original)
+++ falcon/site/HiveIntegration.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/InstallationSteps.html
URL: 
http://svn.apache.org/viewvc/falcon/site/InstallationSteps.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/InstallationSteps.html (original)
+++ falcon/site/InstallationSteps.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/MigrationInstructions.html
URL: 
http://svn.apache.org/viewvc/falcon/site/MigrationInstructions.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/MigrationInstructions.html (original)
+++ falcon/site/MigrationInstructions.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/OnBoarding.html
URL: 
http://svn.apache.org/viewvc/falcon/site/OnBoarding.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/OnBoarding.html (original)
+++ falcon/site/OnBoarding.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/Operability.html
URL: 
http://svn.apache.org/viewvc/falcon/site/Operability.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/Operability.html (original)
+++ falcon/site/Operability.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/Security.html
URL: 
http://svn.apache.org/viewvc/falcon/site/Security.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/Security.html (original)
+++ falcon/site/Security.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -331,51 +328,51 @@
 <th>Description</th>
 <th>Authorization</th></tr>
 <tr class="b">
-<td><a 
href="./Restapi/EntityValidate.html">api/entities/validate/:entity-type</a></td>
+<td><a 
href="././restapi/EntityValidate.html">api/entities/validate/:entity-type</a></td>
 <td>Validate the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/EntitySubmit.html">api/entities/submit/:entity-type</a></td>
+<td><a 
href="././restapi/EntitySubmit.html">api/entities/submit/:entity-type</a></td>
 <td>Submit the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/EntityUpdate.html">api/entities/update/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntityUpdate.html">api/entities/update/:entity-type/:entity-name</a></td>
 <td>Update the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/EntitySubmitAndSchedule.html">api/entities/submitAndSchedule/:entity-type</a></td>
+<td><a 
href="././restapi/EntitySubmitAndSchedule.html">api/entities/submitAndSchedule/:entity-type</a></td>
 <td>Submit &amp; Schedule the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/EntitySchedule.html">api/entities/schedule/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntitySchedule.html">api/entities/schedule/:entity-type/:entity-name</a></td>
 <td>Schedule the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/EntitySuspend.html">api/entities/suspend/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntitySuspend.html">api/entities/suspend/:entity-type/:entity-name</a></td>
 <td>Suspend the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/EntityResume.html">api/entities/resume/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntityResume.html">api/entities/resume/:entity-type/:entity-name</a></td>
 <td>Resume the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/EntityDelete.html">api/entities/delete/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntityDelete.html">api/entities/delete/:entity-type/:entity-name</a></td>
 <td>Delete the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/EntityStatus.html">api/entities/status/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntityStatus.html">api/entities/status/:entity-type/:entity-name</a></td>
 <td>Get the status of the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/EntityDefinition.html">api/entities/definition/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntityDefinition.html">api/entities/definition/:entity-type/:entity-name</a></td>
 <td>Get the definition of the entity</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/EntityList.html">api/entities/list/:entity-type?fields=:fields</a></td>
+<td><a 
href="././restapi/EntityList.html">api/entities/list/:entity-type?fields=:fields</a></td>
 <td>Get the list of entities</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/EntityDependencies.html">api/entities/dependencies/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/EntityDependencies.html">api/entities/dependencies/:entity-type/:entity-name</a></td>
 <td>Get the dependencies of the entity</td>
 <td>Owner/Group</td></tr></table><b>REST Call on Feed and Process Instances</b>
 <p></p>
@@ -385,27 +382,27 @@
 <th>Description</th>
 <th>Authorization</th></tr>
 <tr class="b">
-<td><a 
href="./Restapi/InstanceRunning.html">api/instance/running/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/InstanceRunning.html">api/instance/running/:entity-type/:entity-name</a></td>
 <td>List of running instances.</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/InstanceStatus.html">api/instance/status/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/InstanceStatus.html">api/instance/status/:entity-type/:entity-name</a></td>
 <td>Status of a given instance</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/InstanceKill.html">api/instance/kill/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/InstanceKill.html">api/instance/kill/:entity-type/:entity-name</a></td>
 <td>Kill a given instance</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/InstanceSuspend.html">api/instance/suspend/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/InstanceSuspend.html">api/instance/suspend/:entity-type/:entity-name</a></td>
 <td>Suspend a running instance</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
-<td><a 
href="./Restapi/InstanceResume.html">api/instance/resume/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/InstanceResume.html">api/instance/resume/:entity-type/:entity-name</a></td>
 <td>Resume a given instance</td>
 <td>Owner/Group</td></tr>
 <tr class="a">
-<td><a 
href="./Restapi/InstanceRerun.html">api/instance/rerun/:entity-type/:entity-name</a></td>
+<td><a 
href="././restapi/InstanceRerun.html">api/instance/rerun/:entity-type/:entity-name</a></td>
 <td>Rerun a given instance</td>
 <td>Owner/Group</td></tr>
 <tr class="b">
@@ -422,15 +419,15 @@
 <th>Description</th>
 <th>Authorization</th></tr>
 <tr class="b">
-<td><a href="./Restapi/AdminVersion.html">api/admin/version</a></td>
+<td><a href="././restapi/AdminVersion.html">api/admin/version</a></td>
 <td>Get version of the server</td>
 <td>No restriction</td></tr>
 <tr class="a">
-<td><a href="./Restapi/AdminStack.html">api/admin/stack</a></td>
+<td><a href="././restapi/AdminStack.html">api/admin/stack</a></td>
 <td>Get stack of the server</td>
 <td>Admin User/Group</td></tr>
 <tr class="b">
-<td><a href="./Restapi/AdminConfig.html">api/admin/config/:config-type</a></td>
+<td><a 
href="././restapi/AdminConfig.html">api/admin/config/:config-type</a></td>
 <td>Get configuration information of the server</td>
 <td>Admin User/Group</td></tr></table></div>
 <div class="section">

Modified: falcon/site/index-new.html
URL: 
http://svn.apache.org/viewvc/falcon/site/index-new.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/index-new.html (original)
+++ falcon/site/index-new.html Wed Feb 18 11:30:48 2015
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2015-01-11
+ | Generated by Apache Maven Doxia at 2015-02-18
  | 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="20150111" />
+    <meta name="Date-Revision-yyyymmdd" content="20150218" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Falcon - </title>
     <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -245,7 +242,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-01-11</li> 
+                  <li id="publishDate" class="pull-right">Last Published: 
2015-02-18</li> 
             
                             </ul>
       </div>

Modified: falcon/site/index.html
URL: 
http://svn.apache.org/viewvc/falcon/site/index.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/index.html (original)
+++ falcon/site/index.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   
@@ -283,7 +280,7 @@
 <div class="section">
 <h2>Getting Started<a name="Getting_Started"></a></h2>
 <p>Start with these simple steps to install an falcon instance <a 
href="./InstallationSteps.html">Simple setup</a>. Also refer to Falcon 
architecture and documentation in <a 
href="./FalconDocumentation.html">Documentation</a>. <a 
href="./OnBoarding.html">On boarding</a> describes steps to on-board a pipeline 
to Falcon. It also gives a sample pipeline for reference. <a 
href="./EntitySpecification.html">Entity Specification</a> gives complete 
details of all Falcon entities.</p>
-<p><a href="./FalconCLI.html">Falcon CLI</a> implements <a 
href="./Restapi/ResourceList.html">Falcon's RESTful API</a> and describes 
various options for the command line utility provided by Falcon.</p>
+<p><a href="./FalconCLI.html">Falcon CLI</a> implements <a 
href="././restapi/ResourceList.html">Falcon's RESTful API</a> and describes 
various options for the command line utility provided by Falcon.</p>
 <p>Falcon provides OOTB <a href="./HiveIntegration.html">lifecycle management 
for Tables in Hive (HCatalog)</a> such as table replication for BCP and table 
eviction. Falcon also enforces <a href="./Security.html">Security</a> on 
protected resources and enables SSL.</p>
 <p><a name="LicenseInfo"></a></p></div>
 <div class="section">

Modified: falcon/site/issue-tracking.html
URL: 
http://svn.apache.org/viewvc/falcon/site/issue-tracking.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/issue-tracking.html (original)
+++ falcon/site/issue-tracking.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/license.html
URL: 
http://svn.apache.org/viewvc/falcon/site/license.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/license.html (original)
+++ falcon/site/license.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/mail-lists.html
URL: 
http://svn.apache.org/viewvc/falcon/site/mail-lists.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/mail-lists.html (original)
+++ falcon/site/mail-lists.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/project-info.html
URL: 
http://svn.apache.org/viewvc/falcon/site/project-info.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/project-info.html (original)
+++ falcon/site/project-info.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/recipes.html
URL: 
http://svn.apache.org/viewvc/falcon/site/recipes.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/recipes.html (original)
+++ falcon/site/recipes.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/AdjacentVertices.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/AdjacentVertices.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/AdjacentVertices.html (original)
+++ falcon/site/restapi/AdjacentVertices.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/AdminConfig.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/AdminConfig.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/AdminConfig.html (original)
+++ falcon/site/restapi/AdminConfig.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/AdminStack.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/AdminStack.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/AdminStack.html (original)
+++ falcon/site/restapi/AdminStack.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/AdminVersion.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/AdminVersion.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/AdminVersion.html (original)
+++ falcon/site/restapi/AdminVersion.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/AllEdges.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/AllEdges.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/AllEdges.html (original)
+++ falcon/site/restapi/AllEdges.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/AllVertices.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/AllVertices.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/AllVertices.html (original)
+++ falcon/site/restapi/AllVertices.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/Edge.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/Edge.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/Edge.html (original)
+++ falcon/site/restapi/Edge.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntityDefinition.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityDefinition.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntityDefinition.html (original)
+++ falcon/site/restapi/EntityDefinition.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntityDelete.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityDelete.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntityDelete.html (original)
+++ falcon/site/restapi/EntityDelete.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntityDependencies.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityDependencies.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntityDependencies.html (original)
+++ falcon/site/restapi/EntityDependencies.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntityLineage.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityLineage.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntityLineage.html (original)
+++ falcon/site/restapi/EntityLineage.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntityList.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityList.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntityList.html (original)
+++ falcon/site/restapi/EntityList.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntityResume.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityResume.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntityResume.html (original)
+++ falcon/site/restapi/EntityResume.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntitySchedule.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntitySchedule.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntitySchedule.html (original)
+++ falcon/site/restapi/EntitySchedule.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntityStatus.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityStatus.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntityStatus.html (original)
+++ falcon/site/restapi/EntityStatus.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntitySubmit.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntitySubmit.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntitySubmit.html (original)
+++ falcon/site/restapi/EntitySubmit.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntitySubmitAndSchedule.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntitySubmitAndSchedule.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntitySubmitAndSchedule.html (original)
+++ falcon/site/restapi/EntitySubmitAndSchedule.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntitySummary.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntitySummary.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntitySummary.html (original)
+++ falcon/site/restapi/EntitySummary.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntitySuspend.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntitySuspend.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntitySuspend.html (original)
+++ falcon/site/restapi/EntitySuspend.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntityTouch.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityTouch.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntityTouch.html (original)
+++ falcon/site/restapi/EntityTouch.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntityUpdate.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityUpdate.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntityUpdate.html (original)
+++ falcon/site/restapi/EntityUpdate.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/EntityValidate.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/EntityValidate.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/EntityValidate.html (original)
+++ falcon/site/restapi/EntityValidate.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/FeedInstanceListing.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/FeedInstanceListing.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/FeedInstanceListing.html (original)
+++ falcon/site/restapi/FeedInstanceListing.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/Graph.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/Graph.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/Graph.html (original)
+++ falcon/site/restapi/Graph.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/InstanceKill.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceKill.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/InstanceKill.html (original)
+++ falcon/site/restapi/InstanceKill.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/InstanceList.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceList.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/InstanceList.html (original)
+++ falcon/site/restapi/InstanceList.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/InstanceLogs.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceLogs.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/InstanceLogs.html (original)
+++ falcon/site/restapi/InstanceLogs.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/InstanceParams.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceParams.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/InstanceParams.html (original)
+++ falcon/site/restapi/InstanceParams.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/InstanceRerun.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceRerun.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/InstanceRerun.html (original)
+++ falcon/site/restapi/InstanceRerun.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/InstanceResume.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceResume.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/InstanceResume.html (original)
+++ falcon/site/restapi/InstanceResume.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/InstanceRunning.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceRunning.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/InstanceRunning.html (original)
+++ falcon/site/restapi/InstanceRunning.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/InstanceStatus.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceStatus.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/InstanceStatus.html (original)
+++ falcon/site/restapi/InstanceStatus.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   

Modified: falcon/site/restapi/InstanceSummary.html
URL: 
http://svn.apache.org/viewvc/falcon/site/restapi/InstanceSummary.html?rev=1660598&r1=1660597&r2=1660598&view=diff
==============================================================================
--- falcon/site/restapi/InstanceSummary.html (original)
+++ falcon/site/restapi/InstanceSummary.html Wed Feb 18 11:30:48 2015
@@ -116,9 +116,6 @@
         <a href="#" class="dropdown-toggle" 
data-toggle="dropdown">Documentation <b class="caret"></b></a>
         <ul class="dropdown-menu">
         
-                      <li>      <a href="../0.6-incubating/index.html"  
title="current">current</a>
-</li>
-                  
                       <li>      <a href="../0.6-incubating/index.html"  
title="0.6-incubating">0.6-incubating</a>
 </li>
                   


Reply via email to