http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.10/images/remove.gif ---------------------------------------------------------------------- diff --git a/content/0.10/images/remove.gif b/content/0.10/images/remove.gif new file mode 100644 index 0000000..fc65631 Binary files /dev/null and b/content/0.10/images/remove.gif differ
http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.10/images/rss.png ---------------------------------------------------------------------- diff --git a/content/0.10/images/rss.png b/content/0.10/images/rss.png new file mode 100644 index 0000000..a9850ee Binary files /dev/null and b/content/0.10/images/rss.png differ http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.10/images/update.gif ---------------------------------------------------------------------- diff --git a/content/0.10/images/update.gif b/content/0.10/images/update.gif new file mode 100644 index 0000000..b2a6d0b Binary files /dev/null and b/content/0.10/images/update.gif differ http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.10/images/window-new.png ---------------------------------------------------------------------- diff --git a/content/0.10/images/window-new.png b/content/0.10/images/window-new.png new file mode 100644 index 0000000..0e12ef9 Binary files /dev/null and b/content/0.10/images/window-new.png differ http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.10/img/glyphicons-halflings-white.png ---------------------------------------------------------------------- diff --git a/content/0.10/img/glyphicons-halflings-white.png b/content/0.10/img/glyphicons-halflings-white.png new file mode 100644 index 0000000..3bf6484 Binary files /dev/null and b/content/0.10/img/glyphicons-halflings-white.png differ http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.10/img/glyphicons-halflings.png ---------------------------------------------------------------------- diff --git a/content/0.10/img/glyphicons-halflings.png b/content/0.10/img/glyphicons-halflings.png new file mode 100644 index 0000000..a996999 Binary files /dev/null and b/content/0.10/img/glyphicons-halflings.png differ http://git-wip-us.apache.org/repos/asf/falcon/blob/4612c3f7/content/0.10/index.html ---------------------------------------------------------------------- diff --git a/content/0.10/index.html b/content/0.10/index.html new file mode 100644 index 0000000..a9b4553 --- /dev/null +++ b/content/0.10/index.html @@ -0,0 +1,122 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia at 2016-08-08 + | 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="20160808" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Falcon - Falcon - Feed management and data processing platform</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="">Falcon - Feed management and data processing platform</li> + + + + <li id="publishDate" class="pull-right">Last Published: 2016-08-08</li> <li class="divider pull-right">|</li> + <li id="projectVersion" class="pull-right">Version: 0.10</li> + + </ul> + </div> + + + + <div id="bodyColumn" > + + <div class="section"> +<h2>Falcon - Feed management and data processing platform<a name="Falcon_-_Feed_management_and_data_processing_platform"></a></h2> +<p>Falcon is a feed processing and feed management system aimed at making it easier for end consumers to onboard their feed processing and feed management on hadoop clusters.</p></div> +<div class="section"> +<h3>Why?<a name="Why"></a></h3> +<p></p> +<ul> +<li>Establishes relationship between various data and processing elements on a Hadoop environment</li></ul> +<p></p> +<ul> +<li>Feed management services such as feed retention, replications across clusters, archival etc.</li></ul> +<p></p> +<ul> +<li>Easy to onboard new workflows/pipelines, with support for late data handling, retry policies</li></ul> +<p></p> +<ul> +<li>Integration with metastore/catalog such as Hive/HCatalog</li></ul> +<p></p> +<ul> +<li>Provide notification to end customer based on availability of feed groups</li></ul>(logical group of related feeds, which are likely to be used together) +<p></p> +<ul> +<li>Enables use cases for local processing in colo and global aggregations</li></ul> +<p></p> +<ul> +<li>Captures Lineage information for feeds and processes</li></ul></div> +<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/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"> +<h2>Licensing Information<a name="Licensing_Information"></a></h2> +<p>Falcon is distributed under <a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</p></div> + </div> + </div> + + <hr/> + + <footer> + <div class="container"> + <div class="row span12">Copyright © 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/4612c3f7/content/0.10/integration.html ---------------------------------------------------------------------- diff --git a/content/0.10/integration.html b/content/0.10/integration.html new file mode 100644 index 0000000..8fd7d9d --- /dev/null +++ b/content/0.10/integration.html @@ -0,0 +1,98 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia at 2016-08-08 + | 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="20160808" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Falcon - CI Management</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="">CI Management</li> + + + + <li id="publishDate" class="pull-right">Last Published: 2016-08-08</li> <li class="divider pull-right">|</li> + <li id="projectVersion" class="pull-right">Version: 0.10</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 class="externalLink" href="http://jenkins-ci.org/">Jenkins</a>.</p></div> +<div class="section"> +<h2>Access<a name="Access"></a></h2><a name="Access"></a> +<p>The following is a link to the continuous integration system used by the project:</p> +<div class="source"> +<pre><a class="externalLink" href="https://builds.apache.org/job/falcon">https://builds.apache.org/job/falcon</a></pre></div></div> +<div class="section"> +<h2>Notifiers<a name="Notifiers"></a></h2><a name="Notifiers"></a> +<p>No notifiers are defined. Please check back at a later date.</p></div> + </div> + </div> + + <hr/> + + <footer> + <div class="container"> + <div class="row span12">Copyright © 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/4612c3f7/content/0.10/issue-tracking.html ---------------------------------------------------------------------- diff --git a/content/0.10/issue-tracking.html b/content/0.10/issue-tracking.html new file mode 100644 index 0000000..1d6f434 --- /dev/null +++ b/content/0.10/issue-tracking.html @@ -0,0 +1,95 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia at 2016-08-08 + | 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="20160808" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Falcon - Issue Management</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="">Issue Management</li> + + + + <li id="publishDate" class="pull-right">Last Published: 2016-08-08</li> <li class="divider pull-right">|</li> + <li id="projectVersion" class="pull-right">Version: 0.10</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 class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p></div> +<div class="section"> +<h2>Issue Management<a name="Issue_Management"></a></h2><a name="Issue_Management"></a> +<p>Issues, bugs, and feature requests should be submitted to the following issue management system for this project.</p> +<div class="source"> +<pre><a class="externalLink" href="https://issues.apache.org/jira/browse/FALCON">https://issues.apache.org/jira/browse/FALCON</a></pre></div></div> + </div> + </div> + + <hr/> + + <footer> + <div class="container"> + <div class="row span12">Copyright © 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>
