Added: incubator/nifi/site/trunk/overview.html URL: http://svn.apache.org/viewvc/incubator/nifi/site/trunk/overview.html?rev=1679130&view=auto ============================================================================== --- incubator/nifi/site/trunk/overview.html (added) +++ incubator/nifi/site/trunk/overview.html Wed May 13 03:15:33 2015 @@ -0,0 +1,132 @@ +<!doctype html> +<html class="no-js" lang="en"> + <head> + <title>Apache NiFi Overview</title> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="shortcut icon" href="images/nifi16.ico"/> + <link rel="stylesheet" href="stylesheets/app.css" /> + <link rel="stylesheet" href="assets/stylesheets/font-awesome.min.css"> + <script src="assets/js/modernizr.js"></script> + <script src="assets/js/webfontloader.js"></script> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-57264262-1', 'auto'); + ga('send', 'pageview'); + </script> + </head> + <body> + <div class="sticky contain-to-grid"> + <nav class="top-bar" data-topbar role="navigation"> + <ul class="title-area"> + <li class="name"> + <h1> + <a href="index.html"> + <img id="logo-top-bar" src="images/nifiDrop.svg" alt="Apache NiFi"/> + </a> + </h1> + </li> + <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> + <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li> + </ul> + + <section class="top-bar-section"> + <!-- Right Nav Section --> + <ul class="right"> + <li class="has-dropdown"> + <a href="#">Project</a> + <ul class="dropdown"> + <li><a href="index.html">Home</a></li> + <li><a href="https://blogs.apache.org/nifi/"><i class="fa fa-external-link external-link"></i>Apache NiFi Blog</a></li> + <li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link external-link"></i>License</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Documentation</a> + <ul class="dropdown"> + <li><a href="faq.html">FAQ</a></li> + <li><a href="screencasts.html">Screencasts</a></li> + <li><a href="overview.html">NiFi Overview</a></li> + <li><a href="user-guide.html">User Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="administrator-guide.html">Admin Guide</a></li> + <li><a href="rest-api.html">Rest Api</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Download</a> + <ul class="dropdown"> + <li><a href="download.html">Download NiFi</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Community</a> + <ul class="dropdown"> + <li><a href="mailing_lists.html">Mailing Lists</a></li> + <li><a href="people.html">People</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Development</a> + <ul class="dropdown"> + <li><a href="quickstart.html">Quickstart</a></li> + <li><a href="release-guide.html">Release Guide</a></li> + <li><a href="licensing-guide.html">Licensing Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf/incubator-nifi.git"><i class="fa fa-external-link external-link"></i>Source</a></li> + <li><a href="https://issues.apache.org/jira/browse/NIFI"><i class="fa fa-external-link external-link"></i>Issues</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">ASF Links</a> + <ul class="dropdown"> + <li><a href="http://www.apache.org"><i class="fa fa-external-link external-link"></i>Apache Software Foundation</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link external-link"></i>Sponsorship</a></li> + <li><a href="http://www.apache.org/security/"><i class="fa fa-external-link external-link"></i>Security</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link external-link"></i>Thanks</a></li> + </ul> + </li> + </ul> + </section> + </nav> +</div> + + +<div class="external-guide"> + <iframe src="docs/overview.html"></iframe> +</div> + <div class="row"> + <div class="large-12 columns footer"> + <div class="disclaimer"> + <p> + Disclaimer: Apache NiFi is an effort undergoing incubation at the Apache Software Foundation (ASF), + sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until + a further review indicates that the infrastructure, communications, and decision making process + have stabilized in a manner consistent with other successful ASF projects. While incubation status + is not necessarily a reflection of the completeness or stability of the code, it does indicate that + the project has yet to be fully endorsed by the ASF. + </p> + </div> + <a href="http://www.apache.org"> + <img id="asf-logo" alt="Apache Software Foundation" src="images/feather-small.gif"> + </a> + <a href="http://incubator.apache.org/"> + <img id="incubator-logo" alt="Apache Incubator" src="images/egg-logo.png"> + </a> + + <div id="copyright"> + <p>Copyright © 2014 The Apache Software Foundation, Licensed under the <a + href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the + Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software + Foundation.</p> + </div> + </div> +</div> + <script src="assets/js/jquery.min.js"></script> + <script src="assets/js/foundation.js"></script> + <script src="js/app.js"></script> + </body> +</html>
Added: incubator/nifi/site/trunk/people.html URL: http://svn.apache.org/viewvc/incubator/nifi/site/trunk/people.html?rev=1679130&view=auto ============================================================================== --- incubator/nifi/site/trunk/people.html (added) +++ incubator/nifi/site/trunk/people.html Wed May 13 03:15:33 2015 @@ -0,0 +1,246 @@ +<!doctype html> +<html class="no-js" lang="en"> + <head> + <title>Apache NiFi Team</title> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="shortcut icon" href="images/nifi16.ico"/> + <link rel="stylesheet" href="stylesheets/app.css" /> + <link rel="stylesheet" href="assets/stylesheets/font-awesome.min.css"> + <script src="assets/js/modernizr.js"></script> + <script src="assets/js/webfontloader.js"></script> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-57264262-1', 'auto'); + ga('send', 'pageview'); + </script> + </head> + <body> + <div class="sticky contain-to-grid"> + <nav class="top-bar" data-topbar role="navigation"> + <ul class="title-area"> + <li class="name"> + <h1> + <a href="index.html"> + <img id="logo-top-bar" src="images/nifiDrop.svg" alt="Apache NiFi"/> + </a> + </h1> + </li> + <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> + <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li> + </ul> + + <section class="top-bar-section"> + <!-- Right Nav Section --> + <ul class="right"> + <li class="has-dropdown"> + <a href="#">Project</a> + <ul class="dropdown"> + <li><a href="index.html">Home</a></li> + <li><a href="https://blogs.apache.org/nifi/"><i class="fa fa-external-link external-link"></i>Apache NiFi Blog</a></li> + <li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link external-link"></i>License</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Documentation</a> + <ul class="dropdown"> + <li><a href="faq.html">FAQ</a></li> + <li><a href="screencasts.html">Screencasts</a></li> + <li><a href="overview.html">NiFi Overview</a></li> + <li><a href="user-guide.html">User Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="administrator-guide.html">Admin Guide</a></li> + <li><a href="rest-api.html">Rest Api</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Download</a> + <ul class="dropdown"> + <li><a href="download.html">Download NiFi</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Community</a> + <ul class="dropdown"> + <li><a href="mailing_lists.html">Mailing Lists</a></li> + <li><a href="people.html">People</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Development</a> + <ul class="dropdown"> + <li><a href="quickstart.html">Quickstart</a></li> + <li><a href="release-guide.html">Release Guide</a></li> + <li><a href="licensing-guide.html">Licensing Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf/incubator-nifi.git"><i class="fa fa-external-link external-link"></i>Source</a></li> + <li><a href="https://issues.apache.org/jira/browse/NIFI"><i class="fa fa-external-link external-link"></i>Issues</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">ASF Links</a> + <ul class="dropdown"> + <li><a href="http://www.apache.org"><i class="fa fa-external-link external-link"></i>Apache Software Foundation</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link external-link"></i>Sponsorship</a></li> + <li><a href="http://www.apache.org/security/"><i class="fa fa-external-link external-link"></i>Security</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link external-link"></i>Thanks</a></li> + </ul> + </li> + </ul> + </section> + </nav> +</div> + + +<div class="large-space"></div> +<div class="row"> + <div class="large-12 columns"> + <h1 class="nifi-txt"> + <span> + Apache <span class="ni">ni</span><span class="fi">fi</span> Team + </span> + </h1> + </div> +</div> +<div class="row"> + <div class="large-12 columns"> + <p class="description">A successful project requires many people to play many roles. Some members write code, provide project mentorship, or author documentation. Others are valuable as testers, submitting patches and suggestions.</p> + <p class="description">The team is comprised of Project Management Committee Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p> + </div> +</div> +<div class="medium-space"></div> +<div class="row"> + <div class="large-12 columns"> + <h2 class="nifi-txt"> + <span> + PPMC Members + </span> + </h2> + </div> +</div> +<div class="row"> + <div class="large-12 columns"> + <table> + <tr> + <th>Id</th> + <th>Name</th> + <th>Affiliation</th> + </tr> + <tr> + <td>aldrin</td> + <td>Aldrin Piri</td> + <td></td> + </tr> + <tr> + <td>apurtell</td> + <td>Andrew Purtell</td> + <td>Mentor</td> + </tr> + <tr> + <td>arvind</td> + <td>Arvind Prabhakar </td> + <td>Mentor</td> + </tr> + <tr> + <td>billie</td> + <td>Billie Rinaldi</td> + <td>Mentor</td> + </tr> + <tr> + <td>bimargulies</td> + <td>Benson Margulies</td> + <td>Champion</td> + </tr> + <tr> + <td>brock</td> + <td>Brock Noland</td> + <td>Mentor</td> + </tr> + <tr> + <td>devriesb</td> + <td>Brandon DeVries</td> + <td></td> + </tr> + <tr> + <td>drew</td> + <td>Drew Farris</td> + <td>Mentor</td> + </tr> + <tr> + <td>jcarey</td> + <td>Jason Carey</td> + <td></td> + </tr> + <tr> + <td>markap14</td> + <td>Mark Payne</td> + <td></td> + </tr> + <tr> + <td>joewitt</td> + <td>Joe Witt</td> + <td></td> + </tr> + <tr> + <td>jbarnabee</td> + <td>Jenn Barnabee</td> + <td></td> + </tr> + <tr> + <td>mcgilman</td> + <td>Matt Gilman</td> + <td></td> + </tr> + <tr> + <td>taftster</td> + <td>Adam Taft</td> + <td></td> + </tr> + <tr> + <td>tkurc</td> + <td>Tony Kurc</td> + <td></td> + </tr> + <tr> + <td>wikier</td> + <td>Sergio Fernandez </td> + <td>Mentor</td> + </tr> + </table> + </div> +</div> + <div class="row"> + <div class="large-12 columns footer"> + <div class="disclaimer"> + <p> + Disclaimer: Apache NiFi is an effort undergoing incubation at the Apache Software Foundation (ASF), + sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until + a further review indicates that the infrastructure, communications, and decision making process + have stabilized in a manner consistent with other successful ASF projects. While incubation status + is not necessarily a reflection of the completeness or stability of the code, it does indicate that + the project has yet to be fully endorsed by the ASF. + </p> + </div> + <a href="http://www.apache.org"> + <img id="asf-logo" alt="Apache Software Foundation" src="images/feather-small.gif"> + </a> + <a href="http://incubator.apache.org/"> + <img id="incubator-logo" alt="Apache Incubator" src="images/egg-logo.png"> + </a> + + <div id="copyright"> + <p>Copyright © 2014 The Apache Software Foundation, Licensed under the <a + href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the + Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software + Foundation.</p> + </div> + </div> +</div> + <script src="assets/js/jquery.min.js"></script> + <script src="assets/js/foundation.js"></script> + <script src="js/app.js"></script> + </body> +</html> Added: incubator/nifi/site/trunk/quickstart.html URL: http://svn.apache.org/viewvc/incubator/nifi/site/trunk/quickstart.html?rev=1679130&view=auto ============================================================================== --- incubator/nifi/site/trunk/quickstart.html (added) +++ incubator/nifi/site/trunk/quickstart.html Wed May 13 03:15:33 2015 @@ -0,0 +1,195 @@ +<!doctype html> +<html class="no-js" lang="en"> + <head> + <title>Apache NiFi Development Quickstart</title> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="shortcut icon" href="images/nifi16.ico"/> + <link rel="stylesheet" href="stylesheets/app.css" /> + <link rel="stylesheet" href="assets/stylesheets/font-awesome.min.css"> + <script src="assets/js/modernizr.js"></script> + <script src="assets/js/webfontloader.js"></script> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-57264262-1', 'auto'); + ga('send', 'pageview'); + </script> + </head> + <body> + <div class="sticky contain-to-grid"> + <nav class="top-bar" data-topbar role="navigation"> + <ul class="title-area"> + <li class="name"> + <h1> + <a href="index.html"> + <img id="logo-top-bar" src="images/nifiDrop.svg" alt="Apache NiFi"/> + </a> + </h1> + </li> + <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> + <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li> + </ul> + + <section class="top-bar-section"> + <!-- Right Nav Section --> + <ul class="right"> + <li class="has-dropdown"> + <a href="#">Project</a> + <ul class="dropdown"> + <li><a href="index.html">Home</a></li> + <li><a href="https://blogs.apache.org/nifi/"><i class="fa fa-external-link external-link"></i>Apache NiFi Blog</a></li> + <li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link external-link"></i>License</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Documentation</a> + <ul class="dropdown"> + <li><a href="faq.html">FAQ</a></li> + <li><a href="screencasts.html">Screencasts</a></li> + <li><a href="overview.html">NiFi Overview</a></li> + <li><a href="user-guide.html">User Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="administrator-guide.html">Admin Guide</a></li> + <li><a href="rest-api.html">Rest Api</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Download</a> + <ul class="dropdown"> + <li><a href="download.html">Download NiFi</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Community</a> + <ul class="dropdown"> + <li><a href="mailing_lists.html">Mailing Lists</a></li> + <li><a href="people.html">People</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Development</a> + <ul class="dropdown"> + <li><a href="quickstart.html">Quickstart</a></li> + <li><a href="release-guide.html">Release Guide</a></li> + <li><a href="licensing-guide.html">Licensing Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf/incubator-nifi.git"><i class="fa fa-external-link external-link"></i>Source</a></li> + <li><a href="https://issues.apache.org/jira/browse/NIFI"><i class="fa fa-external-link external-link"></i>Issues</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">ASF Links</a> + <ul class="dropdown"> + <li><a href="http://www.apache.org"><i class="fa fa-external-link external-link"></i>Apache Software Foundation</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link external-link"></i>Sponsorship</a></li> + <li><a href="http://www.apache.org/security/"><i class="fa fa-external-link external-link"></i>Security</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link external-link"></i>Thanks</a></li> + </ul> + </li> + </ul> + </section> + </nav> +</div> + +<div class="row"> + <div class="large-12 columns"> + <div class="large-space"></div> + <h1 id="apache-nifi-development-quickstart">Apache NiFi Development Quickstart</h1> +<h2 id="source-code">Source Code</h2> +<p>Apache NiFi source code is version controlled using <a href="http://git-scm.com/">Git</a> version control (<a href="https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git;a=summary">browse</a>|<a href="http://git-wip-us.apache.org/repos/asf/incubator-nifi.git">checkout</a>).<br>The code is also mirrored to <a href="https://github.com/apache/incubator-nifi">Github</a></p> +<h2 id="issue-tracking">Issue Tracking</h2> +<p>Track issues on the "NIFI" Project on the Apache Jira (<a href="https://issues.apache.org/jira/browse/NIFI">browse</a>).</p> +<h2 id="building">Building</h2> +<h4 id="checking-out-from-git">Checking out from Git</h4> +<p>To check out the code:</p> +<pre><code>git clone http://git-wip-us.apache.org/repos/asf/incubator-nifi.git</code></pre> +<p><br/> +Then checkout the 'develop' branch</p> +<pre><code>git checkout develop</code></pre> +<p><br/></p> +<h3 id="build-steps">Build steps</h3> +<ol> +<li>You need a recent Java 7 (or newer) JDK.</li> +<li>You need Apache <a href="http://maven.apache.org/">Maven 3.X</a>. We've successfully used 3.2.3 and as far back as 3.0.5</li> +<li>Ensure your MAVEN_OPTS provides sufficient memory. Some build steps are fairly memory intensive<ul> +<li>These settings have worked well <code>MAVEN_OPTS="-Xms1024m -Xmx3076m -XX:MaxPermSize=256m"</code></li> +</ul> +</li> +<li>Build the nifi parent. In the root dir of the source tree cd to <code>nifi-parent</code>. +Run <code>mvn clean install</code></li> +<li>Build the nifi nar maven plugin. In the root dir of the source tree cd to <code>nifi-nar-maven-plugin</code>. +Run <code>mvn clean install</code></li> +<li>Build the entire code base. In the root dir of the source tree cd to <code>nifi</code> and run <code>mvn -T C2.0 clean install</code> +You can tweak the maven build settings as you like but the previous command will execute with 2 threads per core.</li> +</ol> +<p>Now you should have a fully functioning build off the latest code in the develop branch.</p> +<h2 id="running-the-application">Running the application</h2> +<h4 id="-warning-"><strong> WARNING </strong></h4> +<p>Without any configuration, the application will run on port 8080 and does not require any credentials to modify +the flow. This means of running Apache NiFi should be used only for development/testing and in an environment where only +connections from trusted computers and users can connect to port 8080. Using iptables to allow only localhost connections +to 8080 is a good start, but on systems with multiple (potentially untrusted) users, also not a sufficient protection.</p> +<h4 id="decompress-and-launch">Decompress and launch</h4> +<p>Running the above build will create a tar.gz (and zip) file in <code>nifi/nifi-assembly/target</code>. This tar.gz should +contain the full application. Decompressing the tar.gz should make a directory for you containing several other +directories. <code>conf</code> contains application configuration, <code>bin</code> contains scripts +for launching the application. On linux and OSX, NiFi can be run using <code>bin/nifi.sh <command></code> where +<code><command></code> is one of:</p> +<ul> +<li>start: starts NiFi in the background</li> +<li>stop: stops NiFi that is running in the background</li> +<li>status: provides the current status of NiFi</li> +<li>run: runs NiFi in the foreground and waits to receive a Ctrl-C, which then shuts down NiFi.</li> +<li>install: (available in Linux only, not OSX): installs NiFi as a service that can then be controlled +via <code>service nifi start</code>, <code>service nifi stop</code>, <code>service nifi status</code>.</li> +</ul> +<p>For Windows users, there exist several scripts in the <code>bin</code> directory that are analogous to those above: +<code>start-nifi.bat</code>, <code>stop-nifi.bat</code>, <code>nifi-status.bat</code>, and <code>run-nifi.bat</code>.</p> +<p>The configuration that is to be used when launching NiFi, such as Java heap size, the user +to run as, which Java command to use, etc. are configurable via the <code>conf/bootstrap.conf</code> file.</p> +<p>The entire concept of how the application will integrate to a given OS and run as an +enduring service is something we're working hard on and would appreciate ideas for. The user experience needs to +be excellent.</p> +<p>With the default settings you can point a web browser at <code>http://localhost:8080/nifi/</code></p> +<p>Logging is configured by default to log to <code>./logs/nifi-app.log</code>. The following log message should indicate the web ui +is ready for use:</p> +<pre><code>2014-12-09 00:42:03,540 INFO [main] org.apache.nifi.web.server.JettyServer NiFi has started. The UI is available at the following URLs:</code></pre> + + </div> +</div> + + <div class="row"> + <div class="large-12 columns footer"> + <div class="disclaimer"> + <p> + Disclaimer: Apache NiFi is an effort undergoing incubation at the Apache Software Foundation (ASF), + sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until + a further review indicates that the infrastructure, communications, and decision making process + have stabilized in a manner consistent with other successful ASF projects. While incubation status + is not necessarily a reflection of the completeness or stability of the code, it does indicate that + the project has yet to be fully endorsed by the ASF. + </p> + </div> + <a href="http://www.apache.org"> + <img id="asf-logo" alt="Apache Software Foundation" src="images/feather-small.gif"> + </a> + <a href="http://incubator.apache.org/"> + <img id="incubator-logo" alt="Apache Incubator" src="images/egg-logo.png"> + </a> + + <div id="copyright"> + <p>Copyright © 2014 The Apache Software Foundation, Licensed under the <a + href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the + Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software + Foundation.</p> + </div> + </div> +</div> + <script src="assets/js/jquery.min.js"></script> + <script src="assets/js/foundation.js"></script> + <script src="js/app.js"></script> + </body> +</html> \ No newline at end of file Added: incubator/nifi/site/trunk/release-guide.html URL: http://svn.apache.org/viewvc/incubator/nifi/site/trunk/release-guide.html?rev=1679130&view=auto ============================================================================== --- incubator/nifi/site/trunk/release-guide.html (added) +++ incubator/nifi/site/trunk/release-guide.html Wed May 13 03:15:33 2015 @@ -0,0 +1,452 @@ +<!doctype html> +<html class="no-js" lang="en"> + <head> + <title>Apache NiFi Release Guidelines</title> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="shortcut icon" href="images/nifi16.ico"/> + <link rel="stylesheet" href="stylesheets/app.css" /> + <link rel="stylesheet" href="assets/stylesheets/font-awesome.min.css"> + <script src="assets/js/modernizr.js"></script> + <script src="assets/js/webfontloader.js"></script> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-57264262-1', 'auto'); + ga('send', 'pageview'); + </script> + </head> + <body> + <div class="sticky contain-to-grid"> + <nav class="top-bar" data-topbar role="navigation"> + <ul class="title-area"> + <li class="name"> + <h1> + <a href="index.html"> + <img id="logo-top-bar" src="images/nifiDrop.svg" alt="Apache NiFi"/> + </a> + </h1> + </li> + <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> + <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li> + </ul> + + <section class="top-bar-section"> + <!-- Right Nav Section --> + <ul class="right"> + <li class="has-dropdown"> + <a href="#">Project</a> + <ul class="dropdown"> + <li><a href="index.html">Home</a></li> + <li><a href="https://blogs.apache.org/nifi/"><i class="fa fa-external-link external-link"></i>Apache NiFi Blog</a></li> + <li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link external-link"></i>License</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Documentation</a> + <ul class="dropdown"> + <li><a href="faq.html">FAQ</a></li> + <li><a href="screencasts.html">Screencasts</a></li> + <li><a href="overview.html">NiFi Overview</a></li> + <li><a href="user-guide.html">User Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="administrator-guide.html">Admin Guide</a></li> + <li><a href="rest-api.html">Rest Api</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Download</a> + <ul class="dropdown"> + <li><a href="download.html">Download NiFi</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Community</a> + <ul class="dropdown"> + <li><a href="mailing_lists.html">Mailing Lists</a></li> + <li><a href="people.html">People</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Development</a> + <ul class="dropdown"> + <li><a href="quickstart.html">Quickstart</a></li> + <li><a href="release-guide.html">Release Guide</a></li> + <li><a href="licensing-guide.html">Licensing Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf/incubator-nifi.git"><i class="fa fa-external-link external-link"></i>Source</a></li> + <li><a href="https://issues.apache.org/jira/browse/NIFI"><i class="fa fa-external-link external-link"></i>Issues</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">ASF Links</a> + <ul class="dropdown"> + <li><a href="http://www.apache.org"><i class="fa fa-external-link external-link"></i>Apache Software Foundation</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link external-link"></i>Sponsorship</a></li> + <li><a href="http://www.apache.org/security/"><i class="fa fa-external-link external-link"></i>Security</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link external-link"></i>Thanks</a></li> + </ul> + </li> + </ul> + </section> + </nav> +</div> + +<div class="row"> + <div class="large-12 columns"> + <div class="large-space"></div> + <h1 id="apache-nifi-release-guidelines">Apache NiFi Release Guidelines</h1> +<p>The purpose of this document is to capture and describe the steps involved in producing +an official release of Apache NiFi. It is written specifically to someone acting in the +capacity of a <a href="http://www.apache.org/dev/release-publishing.html#release_manager">Release Manager</a> (RM). </p> +<h2 id="background-material">Background Material</h2> +<ul> +<li><p>These documents are necessary for all committers to be familiar with</p> +<ul> +<li><a href="http://apache.org/licenses/LICENSE-2.0">Apache License V2.0</a></li> +<li><a href="http://www.apache.org/legal/resolved.html">Apache Legal License/Resolved</a></li> +<li><a href="http://www.apache.org/dev/apply-license.html">Apache How-to Apply License</a></li> +<li><a href="http://incubator.apache.org/guides/branding.html">Apache Incubator Branding Guidelines</a></li> +</ul> +</li> +<li><p>These documents are necessary for someone acting as the RM</p> +<ul> +<li><a href="http://www.apache.org/licenses/exports/">Apache Encryption Software / ECCN Info</a></li> +<li><a href="http://www.apache.org/dev/release.html">Apache Release Policy</a></li> +<li><a href="http://www.apache.org/dev/release-publishing">Apache Release Guide</a></li> +<li><a href="http://incubator.apache.org/guides/releasemanagement.html">Apache Incubator Release Guide</a></li> +<li><a href="http://incubator.apache.org/guides/release.html">another Apache Incubator Release Guide</a></li> +<li><a href="http://incubator.apache.org/incubation/Incubation_Policy.html">Apache Incubator Policy</a></li> +</ul> +</li> +<li><p>These documents are helpful for general environmental setup to perform releases</p> +<ul> +<li><a href="http://www.apache.org/dev/openpgp.html">Apache PGP Info</a></li> +<li><a href="http://www.apache.org/dev/release-signing.html">Apache Release Signing</a></li> +<li><a href="http://www.apache.org/dev/publishing-maven-artifacts.html">Apache Guide to publish Maven Artifacts</a></li> +</ul> +</li> +</ul> +<h2 id="the-objective">The objective</h2> +<p>Our aim is to produce and official Apache release.<br>The following is a list of the sorts of things that will be validated and are the basics to check +when evaluating a release for a vote.</p> +<h2 id="what-to-validate-and-how-to-validate-a-release">What to validate and how to Validate a release</h2> +<p>There are two lists here: one of specific incubator requirements, and another of general Apache requirements.</p> +<h3 id="incubator-">Incubator:</h3> +<ul> +<li>Do the resulting artifacts have 'incubating' in the name?</li> +<li>Is there a DISCLAIMER file in the source root that meets the requirements of the Incubator branding guidelines?</li> +</ul> +<h3 id="general-apache-release-requirements-">General Apache Release Requirements:</h3> +<ul> +<li>Are LICENSE and NOTICE file present in the source root and complete?<ul> +<li>Specifically look in the *-sources.zip artifact and ensure these items are present at the root of the archive.</li> +</ul> +</li> +<li>Evaluate the sources and dependencies. Does the overall LICENSE and NOTICE appear correct? Do all licenses fit within the ASF approved licenses?<ul> +<li>Here is an example path to a sources artifact: <ul> +<li><code>https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nifi/0.0.1-incubating/nifi-0.0.1-incubating-source-release.zip</code></li> +</ul> +</li> +</ul> +</li> +<li>Is there a README available that explains how to build the application and to execute it?<ul> +<li>Look in the *-sources.zip artifact root for the readme.</li> +</ul> +</li> +<li>Are the signatures and hashes correct for the source release?<ul> +<li>Validate the hashes of the sources artifact do in fact match:<ul> +<li><code>https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nifi/0.0.1-incubating/nifi-0.0.1-incubating-source-release.zip.md5</code></li> +<li><code>https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nifi/0.0.1-incubating/nifi-0.0.1-incubating-source-release.zip.sha1</code></li> +</ul> +</li> +<li>Validate the signature of the source artifact. Here is an example path:<ul> +<li><code>https://repository.apache.org/service/local/repositories/orgapachenifi-1011/content/org/apache/nifi/nifi/0.0.1-incubating/nifi-0.0.1-incubating-source-release.zip.asc</code></li> +<li>Need a quick reminder on how to <a href="http://www.apache.org/dev/release-signing.html#verifying-signature">verify a signature</a>?</li> +</ul> +</li> +</ul> +</li> +<li>Do all sources have necessary headers?<ul> +<li>Unzip the sources file into a directory and execute <code>mvn install -Pcontrib-check</code></li> +</ul> +</li> +<li>Are there no unexpected binary files in the release?<ul> +<li>The only thing we'd expect would be potentially test resources files.</li> +</ul> +</li> +<li>Does the app (if appropriate) execute and function as expected?</li> +</ul> +<h2 id="the-flow-of-a-release-an-outline-">The flow of a release (an outline)</h2> +<ul> +<li>The community is contributing to a series of JIRA tickets assigned to the next release</li> +<li>The number of tickets open/remaining for that next release approaches zero</li> +<li>A member of the community suggests a release and initiates a discussion</li> +<li>Someone volunteers to be an RM for the release (can be a committer but apache guides indicate preference is a PPMC member)</li> +<li>A release candidate is put together and a vote sent to the team.</li> +<li>If the team rejects the vote the issues noted are resolved and another RC is generated</li> +<li>Once a vote is accepted within the NiFi PPMC for a release candidate then the vote is sent to the IPMC</li> +<li>If the IPMC rejects the vote then the issues are resolved and a new RC prepared and voted upon within the PPMC</li> +<li>If the IPMC accepts the vote then the release is 'releasable' and can be placed into the appropriate 'dist' location, maven artifacts released from staging.</li> +</ul> +<h2 id="the-mechanics-of-the-release">The mechanics of the release</h2> +<h3 id="prepare-your-environment">Prepare your environment</h3> +<p>Follow the steps outlined in the <a href="http://nifi.incubator.apache.org/development/quickstart.html">Quickstart Guide</a></p> +<pre><code>At this point you're on the latest 'develop' branch and are able to build the entire application</code></pre> +<p><br/> +Create a JIRA ticket for the release tasks and use that ticket number for the commit messages. For example we'll consider NIFI-270 as our ticket. Also +have in mind the release version you are planning for. For example we'll consider '0.0.1-incubating'.</p> +<p>Create the next version in JIRA if necessary so develop work can continue towards that release.</p> +<p>Create new branch off develop named after the JIRA ticket or just use the develop branch itself. Here we'll use a branch off of develop with +<code>git checkout -b NIFI-270-RC1</code></p> +<p>Change directory into that of the project you wish to release. For example <code>cd nifi</code></p> +<p>Verify that Maven has sufficient heap space to perform the build tasks. Some plugins and parts of the build +consumes a surprisingly large amount of space. These settings have been shown to +work <code>MAVEN_OPTS="-Xms1024m -Xmx3076m -XX:MaxPermSize=256m"</code></p> +<p>Ensure your settings.xml has been updated as shown below. There are other ways to ensure your PGP key is available for signing as well</p> +<pre><code> ... + <profile> + <id>signed_release</id> + <properties> + <mavenExecutorId>forked-path</mavenExecutorId> + <gpg.keyname>YOUR GPG KEY ID HERE</gpg.keyname> + <gpg.passphrase>YOUR GPG PASSPHRASE HERE</gpg.passphrase> + </properties> + </profile> + ... + <servers> + <server> + <id>repository.apache.org</id> + <username>YOUR USER NAME HERE</username> + <password>YOUR MAVEN ENCRYPTED PASSWORD HERE</password> + </server> + </servers> + ...</code></pre> +<p>Ensure the the full application build and tests all work by executing +<code>mvn -T 2.5C clean install</code> for a parallel build. Once that completes you can +startup and test the application by <code>cd nifi-assembly/target</code> then run <code>bin/nifi.sh start</code> in the nifi build. +The application should be up and running in a few seconds at <code>http://localhost:8080/nifi</code></p> +<p>Evaluate and ensure the appropriate license headers are present on all source files. Ensure LICENSE and NOTICE files are complete and accurate.<br>Developers should always be keeping these up to date as they go along adding source and modifying dependencies to keep this burden manageable.<br>This command <code>mvn install -Pcontrib-check</code> should be run as well to help validate. If that doesn't complete cleanly it must be addressed.</p> +<p>Now its time to have maven prepare the release so execute <code>mvn release:prepare -Psigned_release -DscmCommentPrefix="NIFI-270-RC1 " -Darguments="-DskipTests"</code>. +Maven will ask:</p> +<p><code>What is the release version for "Apache NiFi"? (org.apache.nifi:nifi) 0.0.1-incubating: :</code></p> +<p>Just hit enter to accept the default.</p> +<p>Maven will then ask:</p> +<p><code>What is SCM release tag or label for "Apache NiFi"? (org.apache.nifi:nifi) nifi-0.0.1-incubating: :</code></p> +<p>Enter <code>nifi-0.0.1-incubating-RC1</code> or whatever the appropriate release candidate (RC) number is. +Maven will then ask:</p> +<p><code>What is the new development version for "Apache NiFi"? (org.apache.nifi:nifi) 0.0.2-incubating-SNAPSHOT: :</code></p> +<p>Just hit enter to accept the default.</p> +<p>Now that preparation went perfectly it is time to perform the release and deploy artifacts to staging. To do that execute</p> +<p><code>mvn release:perform -Psigned_release -DscmCommentPrefix="NIFI-270-RC1 " -Darguments="-DskipTests"</code></p> +<p>That will complete successfully and this means the artifacts have been released to the Apache Nexus staging repository. You will see something like</p> +<p><code>[INFO] * Closing staging repository with ID "orgapachenifi-1011".</code></p> +<p>So if you browse to <code>https://repository.apache.org/#stagingRepositories</code> login with your Apache committer credentials and you should see <code>orgapachenifi-1011</code>. If you click on that you can inspect the various staged artifacts.</p> +<p>Validate that all the various aspects of the staged artifacts appear correct</p> +<ul> +<li>Download the sources. Do they compile cleanly? If the result is a build does it execute?</li> +<li>Validate the hashes match.</li> +<li>Validate that the sources contain no unexpected binaries.</li> +<li>Validate the signature for the build and hashes.</li> +<li>Validate the LICENSE/NOTICE/DISCLAIMER/Headers. </li> +<li>Validate that the README is present and provides sufficient information to build and if necessary execute.</li> +</ul> +<p>If all looks good then push the branch to origin <code>git push origin NIFI-270</code></p> +<p>If it is intended that convenience binaries will be provided for this release then the community has requested that +a copy it be made available for reviewing of the release candidate. The convenience binary, its hashes, and signature + should be placed here:</p> +<ul> +<li><a href="https://dist.apache.org/repos/dist/dev/incubator/nifi">https://dist.apache.org/repos/dist/dev/incubator/nifi</a></li> +</ul> +<p>If anything isn't correct about the staged artifacts you can drop the staged repo from repository.apache.org and delete the +local tag in git. If you also delete the local branch and clear your local maven repository under org/apache/nifi then it is +as if the release never happened. Before doing that though try to figure out what went wrong. So as described here you see +that you can pretty easily test the release process until you get it right. The <code>mvn versions:set</code> and <code>mvn versions:commit</code> +commands can come in handy to help do this so you can set versions to something clearly release test related.</p> +<p>Now it's time to initiate a vote within the PPMC. Send the vote request to <code>[email protected]</code> +with a subject of <code>[VOTE] Release Apache NiFi 0.0.1-incubating</code>. The following template can be used:</p> +<pre><code>Hello +I am pleased to be calling this vote for the source release of Apache NiFi +nifi-0.0.1-incubating. + +The source zip, including signatures, digests, etc. can be found at: +https://repository.apache.org/content/repositories/orgapachenifi-1011 + +The Git tag is nifi-0.0.1-incubating-RC1 +The Git commit ID is 72abf18c2e045e9ef404050e2bffc9cef67d2558 +https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git;a=commit;h=72abf18c2e045e9ef404050e2bffc9cef67d2558 + +Checksums of nifi-0.0.1-incubating-source-release.zip: +MD5: 5a580756a17b0573efa3070c70585698 +SHA1: a79ff8fd0d2f81523b675e4c69a7656160ff1214 + +Release artifacts are signed with the following key: +https://people.apache.org/keys/committer/joewitt.asc + +KEYS file available here: +https://dist.apache.org/repos/dist/release/incubator/nifi/KEYS + +8 issues were closed/resolved for this release: +https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12329307 + +The vote will be open for 72 hours. +Please download the release candidate and evaluate the necessary items including checking hashes, signatures, build from source, and test. The please vote: + +[ ] +1 Release this package as nifi-0.0.1-incubating +[ ] +0 no opinion +[ ] -1 Do not release this package because because...</code></pre> +<p><br/> +A release vote is majority rule. So wait 72 hours and see if there are at least 3 binding (in the PPMC sense of binding) +1 votes and no more negative votes than positive. +If so forward the vote to the IPMC. Send the vote request to <code>[email protected]</code> with a subject of +<code>[VOTE] Release Apache NiFi 0.0.1-incubating</code>. The following template can be used:</p> +<pre><code>Hello + +The Apache NiFi PPMC has voted to release Apache NiFi 0.0.1-incubating. +The vote was based on the release candidate and thread described below. +We now request the IPMC to vote on this release. + +Here is the PPMC voting result: +X +1 (binding) +Y -1 (binding) + +Here is the PPMC vote thread: [URL TO PPMC Vote Thread] + +The source zip, including signatures, digests, etc. can be found at: +https://repository.apache.org/content/repositories/orgapachenifi-1011 + +The Git tag is nifi-0.0.1-incubating-RC1 +The Git commit ID is 72abf18c2e045e9ef404050e2bffc9cef67d2558 +https://git-wip-us.apache.org/repos/asf?p=incubator-nifi.git;a=commit;h=72abf18c2e045e9ef404050e2bffc9cef67d2558 + +Checksums of nifi-0.0.1-incubating-source-release.zip: +MD5: 5a580756a17b0573efa3070c70585698 +SHA1: a79ff8fd0d2f81523b675e4c69a7656160ff1214 + +Release artifacts are signed with the following key: +https://people.apache.org/keys/committer/joewitt.asc + +KEYS file available here: +https://dist.apache.org/repos/dist/release/incubator/nifi/KEYS + +8 issues were closed/resolved for this release: +https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12329307 + +The vote will be open for 72 hours. +Please download the release candidate and evaluate the necessary items including checking hashes, signatures, build from source, and test. The please vote: + +[ ] +1 Release this package as nifi-0.0.1-incubating +[ ] +0 no opinion +[ ] -1 Do not release this package because because...</code></pre> +<p><br/> +Wait 72 hours. If the vote passes then send a vote result email. Send the email to <code>[email protected], [email protected]</code> +with a subject of <code>[RESULT][VOTE] Release Apache NiFi 0.0.1-incubating</code>. Use a template such as:</p> +<pre><code>Hello + +The release passes with + +X +1 (binding) votes +Y -1 (binding) votes + +Thanks to all who helped make this release possible. + +Here is the IPMC vote thread: [INSERT URL OF IPMC Vote Thread]</code></pre> +<p><br/> +Now all the voting is done and the release is good to go.</p> +<p>Here are the steps of the release once the release is approved:</p> +<ol> +<li><p>Upload source-release artifacts to dist. If the release version is 0.0.1-incubating then upload them (zip, asc, md5, sha1) to +<code>https://dist.apache.org/repos/dist/release/incubator/nifi/0.0.1-incubating</code></p> +</li> +<li><p>To produce binary convenience release build the application from the raw source in staging. For each binary convenience artifact: </p> +<ul> +<li>Generate ascii armored detached signature by running <code>gpg -a -b nifi-0.0.1-incubating-bin.tar.gz</code></li> +<li>Generate md5 hash summary by running <code>md5sum nifi-0.0.1-incubating-bin.tar.gz | awk '{ printf substr($0,0,32)}' > nifi-0.0.1-incubating-bin.tar.gz.md5</code></li> +<li>Generate sha1 hash summary by running <code>sha1sum nifi-0.0.1-incubating-bin.tar.gz | awk '{ printf substr($0,0,40)}' > nifi-0.0.1-incubating-bin.tar.gz.sha1</code></li> +<li>Upload the bin, asc, sha1, md5 for each binary convenience build to the same location as the source release</li> +</ul> +</li> +<li><p>In repository.apache.org go to the staging repository and select <code>release</code> and follow instructions on the site.</p> +</li> +<li><p>Merge the release branch into master</p> +</li> +<li><p>Merge the release branch into develop</p> +</li> +<li><p>Update the NiFi website to point to the new download(s)</p> +</li> +<li><p>Update the NiFi incubator status page to indicate NEWS of the release</p> +</li> +<li><p>In Jira mark the release version as 'Released' and 'Archived' through 'version' management in the 'administration' console.</p> +</li> +<li><p>Wait 24 hours then send release announcement.</p> +<ul> +<li>See <a href="http://www.apache.org/dev/release.html#release-announcements">here</a> for an understanding of why you need to wait 24 hours</li> +<li>Then create an announcement like the one shown below addressed to '[email protected], [email protected], [email protected]' with a reply-to of '[email protected]'. </li> +<li>The email has to be sent from an apache.org email address and should be by the release manager of the build.</li> +</ul> +</li> +</ol> +<pre><code>SUBJECT: [ANNOUNCE] Apache NiFi 0.0.2-incubating release +BODY: +Hello + +The Apache NiFi team would like to announce the release of Apache NiFi 0.0.2-incubating. + +Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data. Apache NiFi was made for dataflow. It supports highly configurable directed graphs of data routing, transformation, and system mediation logic. + +More details on Apache NiFi can be found here: +http://nifi.incubator.apache.org/ + +The release artifacts can be downloaded from here: +http://nifi.incubator.apache.org/downloads/ + +Maven artifacts have been made available here: +https://repository.apache.org/content/repositories/releases/org/apache/nifi/ + +Release notes available here: +https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12329373 + +Thank you +The Apache NiFi team + +---- +DISCLAIMER + +Apache NiFi is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</code></pre> + + </div> +</div> + + <div class="row"> + <div class="large-12 columns footer"> + <div class="disclaimer"> + <p> + Disclaimer: Apache NiFi is an effort undergoing incubation at the Apache Software Foundation (ASF), + sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until + a further review indicates that the infrastructure, communications, and decision making process + have stabilized in a manner consistent with other successful ASF projects. While incubation status + is not necessarily a reflection of the completeness or stability of the code, it does indicate that + the project has yet to be fully endorsed by the ASF. + </p> + </div> + <a href="http://www.apache.org"> + <img id="asf-logo" alt="Apache Software Foundation" src="images/feather-small.gif"> + </a> + <a href="http://incubator.apache.org/"> + <img id="incubator-logo" alt="Apache Incubator" src="images/egg-logo.png"> + </a> + + <div id="copyright"> + <p>Copyright © 2014 The Apache Software Foundation, Licensed under the <a + href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the + Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software + Foundation.</p> + </div> + </div> +</div> + <script src="assets/js/jquery.min.js"></script> + <script src="assets/js/foundation.js"></script> + <script src="js/app.js"></script> + </body> +</html> \ No newline at end of file Added: incubator/nifi/site/trunk/rest-api.html URL: http://svn.apache.org/viewvc/incubator/nifi/site/trunk/rest-api.html?rev=1679130&view=auto ============================================================================== --- incubator/nifi/site/trunk/rest-api.html (added) +++ incubator/nifi/site/trunk/rest-api.html Wed May 13 03:15:33 2015 @@ -0,0 +1,132 @@ +<!doctype html> +<html class="no-js" lang="en"> + <head> + <title>Apache NiFi Rest Api</title> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="shortcut icon" href="images/nifi16.ico"/> + <link rel="stylesheet" href="stylesheets/app.css" /> + <link rel="stylesheet" href="assets/stylesheets/font-awesome.min.css"> + <script src="assets/js/modernizr.js"></script> + <script src="assets/js/webfontloader.js"></script> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-57264262-1', 'auto'); + ga('send', 'pageview'); + </script> + </head> + <body> + <div class="sticky contain-to-grid"> + <nav class="top-bar" data-topbar role="navigation"> + <ul class="title-area"> + <li class="name"> + <h1> + <a href="index.html"> + <img id="logo-top-bar" src="images/nifiDrop.svg" alt="Apache NiFi"/> + </a> + </h1> + </li> + <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> + <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li> + </ul> + + <section class="top-bar-section"> + <!-- Right Nav Section --> + <ul class="right"> + <li class="has-dropdown"> + <a href="#">Project</a> + <ul class="dropdown"> + <li><a href="index.html">Home</a></li> + <li><a href="https://blogs.apache.org/nifi/"><i class="fa fa-external-link external-link"></i>Apache NiFi Blog</a></li> + <li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link external-link"></i>License</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Documentation</a> + <ul class="dropdown"> + <li><a href="faq.html">FAQ</a></li> + <li><a href="screencasts.html">Screencasts</a></li> + <li><a href="overview.html">NiFi Overview</a></li> + <li><a href="user-guide.html">User Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="administrator-guide.html">Admin Guide</a></li> + <li><a href="rest-api.html">Rest Api</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Download</a> + <ul class="dropdown"> + <li><a href="download.html">Download NiFi</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Community</a> + <ul class="dropdown"> + <li><a href="mailing_lists.html">Mailing Lists</a></li> + <li><a href="people.html">People</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Development</a> + <ul class="dropdown"> + <li><a href="quickstart.html">Quickstart</a></li> + <li><a href="release-guide.html">Release Guide</a></li> + <li><a href="licensing-guide.html">Licensing Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf/incubator-nifi.git"><i class="fa fa-external-link external-link"></i>Source</a></li> + <li><a href="https://issues.apache.org/jira/browse/NIFI"><i class="fa fa-external-link external-link"></i>Issues</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">ASF Links</a> + <ul class="dropdown"> + <li><a href="http://www.apache.org"><i class="fa fa-external-link external-link"></i>Apache Software Foundation</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link external-link"></i>Sponsorship</a></li> + <li><a href="http://www.apache.org/security/"><i class="fa fa-external-link external-link"></i>Security</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link external-link"></i>Thanks</a></li> + </ul> + </li> + </ul> + </section> + </nav> +</div> + + +<div class="external-guide"> + <iframe src="docs/rest-api/index.html"></iframe> +</div> + <div class="row"> + <div class="large-12 columns footer"> + <div class="disclaimer"> + <p> + Disclaimer: Apache NiFi is an effort undergoing incubation at the Apache Software Foundation (ASF), + sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until + a further review indicates that the infrastructure, communications, and decision making process + have stabilized in a manner consistent with other successful ASF projects. While incubation status + is not necessarily a reflection of the completeness or stability of the code, it does indicate that + the project has yet to be fully endorsed by the ASF. + </p> + </div> + <a href="http://www.apache.org"> + <img id="asf-logo" alt="Apache Software Foundation" src="images/feather-small.gif"> + </a> + <a href="http://incubator.apache.org/"> + <img id="incubator-logo" alt="Apache Incubator" src="images/egg-logo.png"> + </a> + + <div id="copyright"> + <p>Copyright © 2014 The Apache Software Foundation, Licensed under the <a + href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the + Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software + Foundation.</p> + </div> + </div> +</div> + <script src="assets/js/jquery.min.js"></script> + <script src="assets/js/foundation.js"></script> + <script src="js/app.js"></script> + </body> +</html> Added: incubator/nifi/site/trunk/screencasts.html URL: http://svn.apache.org/viewvc/incubator/nifi/site/trunk/screencasts.html?rev=1679130&view=auto ============================================================================== --- incubator/nifi/site/trunk/screencasts.html (added) +++ incubator/nifi/site/trunk/screencasts.html Wed May 13 03:15:33 2015 @@ -0,0 +1,212 @@ +<!doctype html> +<html class="no-js" lang="en"> + <head> + <title>Apache NiFi Screencasts</title> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="shortcut icon" href="images/nifi16.ico"/> + <link rel="stylesheet" href="stylesheets/app.css" /> + <link rel="stylesheet" href="assets/stylesheets/font-awesome.min.css"> + <script src="assets/js/modernizr.js"></script> + <script src="assets/js/webfontloader.js"></script> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-57264262-1', 'auto'); + ga('send', 'pageview'); + </script> + </head> + <body> + <div class="sticky contain-to-grid"> + <nav class="top-bar" data-topbar role="navigation"> + <ul class="title-area"> + <li class="name"> + <h1> + <a href="index.html"> + <img id="logo-top-bar" src="images/nifiDrop.svg" alt="Apache NiFi"/> + </a> + </h1> + </li> + <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone --> + <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li> + </ul> + + <section class="top-bar-section"> + <!-- Right Nav Section --> + <ul class="right"> + <li class="has-dropdown"> + <a href="#">Project</a> + <ul class="dropdown"> + <li><a href="index.html">Home</a></li> + <li><a href="https://blogs.apache.org/nifi/"><i class="fa fa-external-link external-link"></i>Apache NiFi Blog</a></li> + <li><a href="http://www.apache.org/licenses/LICENSE-2.0"><i class="fa fa-external-link external-link"></i>License</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Documentation</a> + <ul class="dropdown"> + <li><a href="faq.html">FAQ</a></li> + <li><a href="screencasts.html">Screencasts</a></li> + <li><a href="overview.html">NiFi Overview</a></li> + <li><a href="user-guide.html">User Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="administrator-guide.html">Admin Guide</a></li> + <li><a href="rest-api.html">Rest Api</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Download</a> + <ul class="dropdown"> + <li><a href="download.html">Download NiFi</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Community</a> + <ul class="dropdown"> + <li><a href="mailing_lists.html">Mailing Lists</a></li> + <li><a href="people.html">People</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">Development</a> + <ul class="dropdown"> + <li><a href="quickstart.html">Quickstart</a></li> + <li><a href="release-guide.html">Release Guide</a></li> + <li><a href="licensing-guide.html">Licensing Guide</a></li> + <li><a href="developer-guide.html">Developer Guide</a></li> + <li><a href="https://git-wip-us.apache.org/repos/asf/incubator-nifi.git"><i class="fa fa-external-link external-link"></i>Source</a></li> + <li><a href="https://issues.apache.org/jira/browse/NIFI"><i class="fa fa-external-link external-link"></i>Issues</a></li> + </ul> + </li> + <li class="has-dropdown"> + <a href="#">ASF Links</a> + <ul class="dropdown"> + <li><a href="http://www.apache.org"><i class="fa fa-external-link external-link"></i>Apache Software Foundation</a></li> + <li><a href="http://www.apache.org/foundation/sponsorship.html"><i class="fa fa-external-link external-link"></i>Sponsorship</a></li> + <li><a href="http://www.apache.org/security/"><i class="fa fa-external-link external-link"></i>Security</a></li> + <li><a href="http://www.apache.org/foundation/thanks.html"><i class="fa fa-external-link external-link"></i>Thanks</a></li> + </ul> + </li> + </ul> + </section> + </nav> +</div> + + +<div class="large-space"></div> +<div class="row"> + <div class="large-12 columns features"> + <h2>Screencasts</h2> + </div> +</div> +<div class="medium-space"></div> +<div class="row"> + <div class="large-12 columns"> + <a href="#" data-reveal-id="toolbar-overview">NiFi Toolbar Overview</a> + <div id="toolbar-overview" class="reveal-modal medium" data-reveal> + <h2>NiFi Toolbar Overview</h2> + <div class="flex-video widescreen" style="display: block;"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/LGXRAVUzL4U?list=PLHre9pIBAgc4e-tiq9OIXkWJX8bVXuqlG" frameborder="0" allowfullscreen></iframe> + </div> + <a class="close-reveal-modal">×</a> + </div> + <br/> + <a href="#" data-reveal-id="build-a-flow-1">Build a Simple Flow - Part 1</a> + <div id="build-a-flow-1" class="reveal-modal medium" data-reveal> + <h2>Build a Simple Flow - Part 1</h2> + <div class="flex-video widescreen" style="display: block;"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/jctMMHTdTQI?list=PLHre9pIBAgc4e-tiq9OIXkWJX8bVXuqlG" frameborder="0" allowfullscreen></iframe> + </div> + <a class="close-reveal-modal">×</a> + </div> + <br/> + <a href="#" data-reveal-id="build-a-flow-2">Build a Simple Flow - Part 2</a> + <div id="build-a-flow-2" class="reveal-modal medium" data-reveal> + <h2>Build a Simple Flow - Part 2</h2> + <div class="flex-video widescreen" style="display: block;"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/X6bPFgaBDIo?list=PLHre9pIBAgc4e-tiq9OIXkWJX8bVXuqlG" frameborder="0" allowfullscreen></iframe> + </div> + <a class="close-reveal-modal">×</a> + </div> + <br/> + <a href="#" data-reveal-id="creating-process-groups">Creating Process Groups</a> + <div id="creating-process-groups" class="reveal-modal medium" data-reveal> + <h2>Creating Process Groups</h2> + <div class="flex-video widescreen" style="display: block;"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/hAveiDgDj-8?list=PLHre9pIBAgc4e-tiq9OIXkWJX8bVXuqlG" frameborder="0" allowfullscreen></iframe> + </div> + <a class="close-reveal-modal">×</a> + </div> + <br/> + <a href="#" data-reveal-id="creating-templates">Creating Templates</a> + <div id="creating-templates" class="reveal-modal medium" data-reveal> + <h2>Creating Templates</h2> + <div class="flex-video widescreen" style="display: block;"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/PpmL-IMoCnU?list=PLHre9pIBAgc4e-tiq9OIXkWJX8bVXuqlG" frameborder="0" allowfullscreen></iframe> + </div> + <a class="close-reveal-modal">×</a> + </div> + <br/> + <a href="#" data-reveal-id="summary-overview">Summary Overview</a> + <div id="summary-overview" class="reveal-modal medium" data-reveal> + <h2>Summary Overview</h2> + <div class="flex-video widescreen" style="display: block;"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/XfY9AEOYLHI?list=PLHre9pIBAgc4e-tiq9OIXkWJX8bVXuqlG" frameborder="0" allowfullscreen></iframe> + </div> + <a class="close-reveal-modal">×</a> + </div> + <br/> + <a href="#" data-reveal-id="provenance-overview">Provenance Overview</a> + <div id="provenance-overview" class="reveal-modal medium" data-reveal> + <h2>Summary Page Overview</h2> + <div class="flex-video widescreen" style="display: block;"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/WUKXed_bLws?list=PLHre9pIBAgc4e-tiq9OIXkWJX8bVXuqlG" frameborder="0" allowfullscreen></iframe> + </div> + <a class="close-reveal-modal">×</a> + </div> + <br/> + <a href="#" data-reveal-id="managing-templates">Managing Templates</a> + <div id="managing-templates" class="reveal-modal medium" data-reveal> + <h2>Managing Templates</h2> + <div class="flex-video widescreen" style="display: block;"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/HU5_3PlNmtQ?list=PLHre9pIBAgc4e-tiq9OIXkWJX8bVXuqlG" frameborder="0" allowfullscreen></iframe> + </div> + <a class="close-reveal-modal">×</a> + </div> + <br/> + </div> +</div> + <div class="row"> + <div class="large-12 columns footer"> + <div class="disclaimer"> + <p> + Disclaimer: Apache NiFi is an effort undergoing incubation at the Apache Software Foundation (ASF), + sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until + a further review indicates that the infrastructure, communications, and decision making process + have stabilized in a manner consistent with other successful ASF projects. While incubation status + is not necessarily a reflection of the completeness or stability of the code, it does indicate that + the project has yet to be fully endorsed by the ASF. + </p> + </div> + <a href="http://www.apache.org"> + <img id="asf-logo" alt="Apache Software Foundation" src="images/feather-small.gif"> + </a> + <a href="http://incubator.apache.org/"> + <img id="incubator-logo" alt="Apache Incubator" src="images/egg-logo.png"> + </a> + + <div id="copyright"> + <p>Copyright © 2014 The Apache Software Foundation, Licensed under the <a + href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache, the + Apache feather logo, and the Apache Incubator project logo are trademarks of The Apache Software + Foundation.</p> + </div> + </div> +</div> + <script src="assets/js/jquery.min.js"></script> + <script src="assets/js/foundation.js"></script> + <script src="js/app.js"></script> + </body> +</html>
