You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by xi...@apache.org on 2018/01/04 00:47:40 UTC

svn commit: r1820027 [6/10] - in /samza/site: ./ learn/documentation/0.14/ learn/documentation/0.14/api/ learn/documentation/0.14/api/javadocs/ learn/documentation/0.14/api/javadocs/org/apache/samza/ learn/documentation/0.14/api/javadocs/org/apache/sam...

Modified: samza/site/learn/documentation/0.14/comparisons/introduction.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/comparisons/introduction.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/comparisons/introduction.html (original)
+++ samza/site/learn/documentation/0.14/comparisons/introduction.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/comparisons/introduction.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/comparisons/introduction.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -189,7 +189,7 @@ example above, where you have a stream o
 
 <p>Now you can write a Samza job that takes both the page-view event and the changelog as inputs. You make sure that they are partitioned on the same key (e.g. user ID). Every time a changelog event comes in, you write the updated user information to the task&rsquo;s local storage. Every time a page-view event comes in, you read the current information about that user from local storage. That way, you can keep all the state local to a task, and never need to query a remote database.</p>
 
-<p><img src="/img/latest/learn/documentation/introduction/samza_state.png" alt="Stateful Processing" class="diagram-large"></p>
+<p><img src="/img/0.14/learn/documentation/introduction/samza_state.png" alt="Stateful Processing" class="diagram-large"></p>
 
 <p>In effect, you now have a replica of the main database, broken into small partitions that are on the same machines as the Samza tasks. Database writes still need to go to the main database, but when you need to read from the database in order to process a message from the input stream, you can just consult the task&rsquo;s local state.</p>
 
@@ -225,7 +225,7 @@ example above, where you have a stream o
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/comparisons/introduction.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/comparisons/introduction.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/comparisons/mupd8.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/comparisons/mupd8.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/comparisons/mupd8.html (original)
+++ samza/site/learn/documentation/0.14/comparisons/mupd8.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/comparisons/mupd8.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/comparisons/mupd8.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -231,7 +231,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/comparisons/mupd8.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/comparisons/mupd8.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/comparisons/spark-streaming.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/comparisons/spark-streaming.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/comparisons/spark-streaming.html (original)
+++ samza/site/learn/documentation/0.14/comparisons/spark-streaming.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/comparisons/spark-streaming.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/comparisons/spark-streaming.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -266,7 +266,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/comparisons/spark-streaming.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/comparisons/spark-streaming.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/comparisons/storm.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/comparisons/storm.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/comparisons/storm.html (original)
+++ samza/site/learn/documentation/0.14/comparisons/storm.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/comparisons/storm.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/comparisons/storm.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -269,7 +269,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/comparisons/storm.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/comparisons/storm.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/container/checkpointing.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/container/checkpointing.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/container/checkpointing.html (original)
+++ samza/site/learn/documentation/0.14/container/checkpointing.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/container/checkpointing.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/container/checkpointing.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -161,7 +161,7 @@
 
 <p>If a Samza container fails, it needs to be restarted (potentially on another machine) and resume processing where the failed container left off. In order to enable this, a container periodically checkpoints the current offset for each task instance.</p>
 
-<p><img src="/img/latest/learn/documentation/container/checkpointing.svg" alt="Illustration of checkpointing" class="diagram-large"></p>
+<p><img src="/img/0.14/learn/documentation/container/checkpointing.svg" alt="Illustration of checkpointing" class="diagram-large"></p>
 
 <p>When a Samza container starts up, it looks for the most recent checkpoint and starts consuming messages from the checkpointed offsets. If the previous container failed unexpectedly, the most recent checkpoint may be slightly behind the current offsets (i.e. the job may have consumed some more messages since the last checkpoint was written), but we can&rsquo;t know for sure. In that case, the job may process a few messages again.</p>
 
@@ -282,7 +282,7 @@ Note that the callback will happen after
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/container/checkpointing.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/container/checkpointing.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/container/coordinator-stream.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/container/coordinator-stream.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/container/coordinator-stream.html (original)
+++ samza/site/learn/documentation/0.14/container/coordinator-stream.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/container/coordinator-stream.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/container/coordinator-stream.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -295,7 +295,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/container/coordinator-stream.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/container/coordinator-stream.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/container/event-loop.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/container/event-loop.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/container/event-loop.html (original)
+++ samza/site/learn/documentation/0.14/container/event-loop.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/container/event-loop.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/container/event-loop.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -191,7 +191,7 @@
 <li>Checkpointing is guaranteed to only cover events that are fully processed. It happens only when there are no pending process()/processAsync() or WindowableTask.window() invocations. All preceding invocations happen-before checkpointing and checkpointing happens-before all subsequent invocations.</li>
 </ul>
 
-<p>More details and examples can be found in <a href="../../../tutorials/latest/samza-async-user-guide.html">Samza Async API and Multithreading User Guide</a>.</p>
+<p>More details and examples can be found in <a href="../../../tutorials/0.14/samza-async-user-guide.html">Samza Async API and Multithreading User Guide</a>.</p>
 
 <h3 id="lifecycle">Lifecycle</h3>
 
@@ -217,7 +217,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/container/event-loop.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/container/event-loop.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/container/jmx.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/container/jmx.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/container/jmx.html (original)
+++ samza/site/learn/documentation/0.14/container/jmx.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/container/jmx.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/container/jmx.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -180,7 +180,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/container/jmx.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/container/jmx.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/container/metrics.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/container/metrics.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/container/metrics.html (original)
+++ samza/site/learn/documentation/0.14/container/metrics.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/container/metrics.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/container/metrics.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -239,7 +239,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/container/metrics.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/container/metrics.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/container/samza-container.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/container/samza-container.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/container/samza-container.html (original)
+++ samza/site/learn/documentation/0.14/container/samza-container.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/container/samza-container.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/container/samza-container.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -175,7 +175,7 @@
 
 <p>By default, how many instances of your task class are created depends on the number of partitions in the job&rsquo;s input streams. If your Samza job has ten partitions, there will be ten instantiations of your task class: one for each partition. The first task instance will receive all messages for partition one, the second instance will receive all messages for partition two, and so on.</p>
 
-<p><img src="/img/latest/learn/documentation/container/tasks-and-partitions.svg" alt="Illustration of tasks consuming partitions" class="diagram-large"></p>
+<p><img src="/img/0.14/learn/documentation/container/tasks-and-partitions.svg" alt="Illustration of tasks consuming partitions" class="diagram-large"></p>
 
 <p>The number of partitions in the input streams is determined by the systems from which you are consuming. For example, if your input system is Kafka, you can specify the number of partitions when you create a topic from the command line or using the num.partitions in Kafka&rsquo;s server properties file.</p>
 
@@ -256,7 +256,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/container/samza-container.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/container/samza-container.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/container/serialization.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/container/serialization.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/container/serialization.html (original)
+++ samza/site/learn/documentation/0.14/container/serialization.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/container/serialization.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/container/serialization.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -262,7 +262,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/container/serialization.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/container/serialization.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/container/state-management.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/container/state-management.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/container/state-management.html (original)
+++ samza/site/learn/documentation/0.14/container/state-management.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/container/state-management.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/container/state-management.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -217,7 +217,7 @@
 
 <p>Another common pattern for stateful processing is to store the state in an external database or key-value store. Conventional database replication can be used to make that database fault-tolerant. The architecture looks something like this:</p>
 
-<p><img src="/img/latest/learn/documentation/container/stream_job_and_db.png" alt="state-kv-store"></p>
+<p><img src="/img/0.14/learn/documentation/container/stream_job_and_db.png" alt="state-kv-store"></p>
 
 <p>Samza allows this style of processing &mdash; there is nothing to stop you querying a remote database or service within your job. However, there are a few reasons why a remote database can be problematic for stateful stream processing:</p>
 
@@ -243,7 +243,7 @@
 
 <p>Imagine you take a remote database, partition it to match the number of tasks in the stream processing job, and co-locate each partition with its task. The result looks like this:</p>
 
-<p><img src="/img/latest/learn/documentation/container/stateful_job.png" alt="state-local"></p>
+<p><img src="/img/0.14/learn/documentation/container/stateful_job.png" alt="state-local"></p>
 
 <p>If a machine fails, all the tasks running on that machine and their database partitions are lost. In order to make them highly available, all writes to the database partition are replicated to a durable changelog (typically Kafka). Now, when a machine fails, we can restart the tasks on another machine, and consume this changelog in order to restore the contents of the database partition.</p>
 
@@ -437,7 +437,7 @@ Object <span class="nv">value</span> <sp
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/container/state-management.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/container/state-management.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/container/streams.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/container/streams.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/container/streams.html (original)
+++ samza/site/learn/documentation/0.14/container/streams.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/container/streams.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/container/streams.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -272,7 +272,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/container/streams.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/container/streams.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/container/windowing.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/container/windowing.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/container/windowing.html (original)
+++ samza/site/learn/documentation/0.14/container/windowing.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/container/windowing.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/container/windowing.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -200,7 +200,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/container/windowing.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/container/windowing.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/hadoop/consumer.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/hadoop/consumer.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/hadoop/consumer.html (original)
+++ samza/site/learn/documentation/0.14/hadoop/consumer.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/hadoop/consumer.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/hadoop/consumer.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -242,7 +242,7 @@ system.hdfs-clickstream.consumer.numMaxR
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/hadoop/consumer.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/hadoop/consumer.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/hadoop/overview.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/hadoop/overview.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/hadoop/overview.html (original)
+++ samza/site/learn/documentation/0.14/hadoop/overview.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/hadoop/overview.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/hadoop/overview.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -149,7 +149,7 @@
 
 <p>Samza provides a unified data processing model for both stream and batch processing. The primary difference between batch and streaming is whether the input size is bounded or unbounded. Batch data sources are typically bounded (e.g. static files on HDFS), whereas streams are unbounded (e.g. a topic in Kafka). Under the hood, the same highly-efficient stream-processing engine handles both types.</p>
 
-<p><img src="/img/latest/learn/documentation/hadoop/unified_batch_streaming.png" alt="Unified Batch and Streaming" style="max-width: 100%; height: auto;" onclick="window.open(this.src)"></p>
+<p><img src="/img/0.14/learn/documentation/hadoop/unified_batch_streaming.png" alt="Unified Batch and Streaming" style="max-width: 100%; height: auto;" onclick="window.open(this.src)"></p>
 
 <h3 id="unified-api-for-batch-and-streaming">Unified API for Batch and Streaming</h3>
 
@@ -163,7 +163,7 @@
 
 <p>For a multi-stage pipeline, however, things become tricky since intermediate streams are often physically unbounded data streams, e.g. Kafka, and the downstream stages don&rsquo;t know when to shut down since unbounded streams don&rsquo;t have an end. To solve this problem, Samza uses in-band end-of-stream control messages in the intermediate stream along with user data messages. The upstream stage broadcasts end-of-stream control messages to every partition of the intermediate stream, and the downstream stage will aggregate the end-of-stream messages for each partition. When one end-of-stream message has been received for every upstream task in a partition, the downstream stage will conclude that the partition has no more messages, and the task will shut down. For pipelines with more than 2 stages, the end-of-stream control messages will be propagated from the source to the last stage, and each stage will perform the end-of-stream aggregation and then shuts down. The following d
 iagram shows the flow:</p>
 
-<p><img src="/img/latest/learn/documentation/hadoop/multi_stage_batch.png" alt="Multi-stage Batch Processing" style="max-width: 100%; height: auto;" onclick="window.open(this.src)"></p>
+<p><img src="/img/0.14/learn/documentation/hadoop/multi_stage_batch.png" alt="Multi-stage Batch Processing" style="max-width: 100%; height: auto;" onclick="window.open(this.src)"></p>
 
 <h3 id="state-and-fault-tolerance">State and Fault-tolerance</h3>
 
@@ -189,7 +189,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/hadoop/overview.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/hadoop/overview.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/hadoop/producer.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/hadoop/producer.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/hadoop/producer.html (original)
+++ samza/site/learn/documentation/0.14/hadoop/producer.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/hadoop/producer.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/hadoop/producer.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -208,7 +208,7 @@ systems.hdfs-clickstream.producer.hdfs.w
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/hadoop/producer.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/hadoop/producer.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/index.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/index.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/index.html (original)
+++ samza/site/learn/documentation/0.14/index.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/index.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/index.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -267,7 +267,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/index.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/index.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/introduction/architecture.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/introduction/architecture.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/introduction/architecture.html (original)
+++ samza/site/learn/documentation/0.14/introduction/architecture.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/introduction/architecture.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/introduction/architecture.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -165,11 +165,11 @@
 
 <p>These three pieces fit together to form Samza:</p>
 
-<p><img src="/img/latest/learn/documentation/introduction/samza-ecosystem.png" alt="diagram-medium"></p>
+<p><img src="/img/0.14/learn/documentation/introduction/samza-ecosystem.png" alt="diagram-medium"></p>
 
 <p>This architecture follows a similar pattern to Hadoop (which also uses YARN as execution layer, HDFS for storage, and MapReduce as processing API):</p>
 
-<p><img src="/img/latest/learn/documentation/introduction/samza-hadoop.png" alt="diagram-medium"></p>
+<p><img src="/img/0.14/learn/documentation/introduction/samza-hadoop.png" alt="diagram-medium"></p>
 
 <p>Before going in-depth on each of these three layers, it should be noted that Samza&rsquo;s support is not limited to Kafka and YARN. Both Samza&rsquo;s execution and streaming layer are pluggable, and allow developers to implement alternatives if they prefer.</p>
 
@@ -211,7 +211,7 @@
 
 <p>Samza provides a YARN ApplicationMaster and a YARN job runner out of the box. The integration between Samza and YARN is outlined in the following diagram (different colors indicate different host machines):</p>
 
-<p><img src="/img/latest/learn/documentation/introduction/samza-yarn-integration.png" alt="diagram-small"></p>
+<p><img src="/img/0.14/learn/documentation/introduction/samza-yarn-integration.png" alt="diagram-small"></p>
 
 <p>The Samza client talks to the YARN RM when it wants to start a new Samza job. The YARN RM talks to a YARN NM to allocate space on the cluster for Samza&rsquo;s ApplicationMaster. Once the NM allocates space, it starts the Samza AM. After the Samza AM starts, it asks the YARN RM for one or more YARN containers to run <a href="../container/samza-container.html">SamzaContainers</a>. Again, the RM works with NMs to allocate space for the containers. Once the space has been allocated, the NMs start the Samza containers.</p>
 
@@ -219,7 +219,7 @@
 
 <p>Samza uses YARN and Kafka to provide a framework for stage-wise stream processing and partitioning. Everything, put together, looks like this (different colors indicate different host machines):</p>
 
-<p><img src="/img/latest/learn/documentation/introduction/samza-yarn-kafka-integration.png" alt="diagram-small"></p>
+<p><img src="/img/0.14/learn/documentation/introduction/samza-yarn-kafka-integration.png" alt="diagram-small"></p>
 
 <p>The Samza client uses YARN to run a Samza job: YARN starts and supervises one or more <a href="../container/samza-container.html">SamzaContainers</a>, and your processing code (using the <a href="../api/overview.html">StreamTask</a> API) runs inside those containers. The input and output for the Samza StreamTasks come from Kafka brokers that are (usually) co-located on the same machines as the YARN NMs.</p>
 
@@ -233,7 +233,7 @@
 
 <p>In the first job, the grouping is done by sending all messages with the same user ID to the same partition of an intermediate topic. You can do this by using the user ID as key of the messages that are emitted by the first job, and this key is mapped to one of the intermediate topic&rsquo;s partitions (usually by taking a hash of the key mod the number of partitions). The second job consumes the intermediate topic. Each task in the second job consumes one partition of the intermediate topic, i.e. all the messages for a subset of user IDs. The task has a counter for each user ID in its partition, and the appropriate counter is incremented every time the task receives a message with a particular user ID.</p>
 
-<p><img src="/img/latest/learn/documentation/introduction/group-by-example.png" alt="Repartitioning for a GROUP BY" class="diagram-large"></p>
+<p><img src="/img/0.14/learn/documentation/introduction/group-by-example.png" alt="Repartitioning for a GROUP BY" class="diagram-large"></p>
 
 <p>If you are familiar with Hadoop, you may recognize this as a Map/Reduce operation, where each record is associated with a particular key in the mappers, records with the same key are grouped together by the framework, and then counted in the reduce step. The difference between Hadoop and Samza is that Hadoop operates on a fixed input, whereas Samza works with unbounded streams of data.</p>
 
@@ -259,7 +259,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/introduction/architecture.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/introduction/architecture.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/introduction/background.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/introduction/background.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/introduction/background.html (original)
+++ samza/site/learn/documentation/0.14/introduction/background.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/introduction/background.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/introduction/background.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -220,7 +220,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/introduction/background.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/introduction/background.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/introduction/concepts.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/introduction/concepts.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/introduction/concepts.html (original)
+++ samza/site/learn/documentation/0.14/introduction/concepts.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/introduction/concepts.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/introduction/concepts.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -155,7 +155,7 @@
 
 <p>Samza supports pluggable <em>systems</em> that implement the stream abstraction: in <a href="https://kafka.apache.org/">Kafka</a> a stream is a topic, in a database we might read a stream by consuming updates from a table, in Hadoop we might tail a directory of files in HDFS.</p>
 
-<p><img src="/img/latest/learn/documentation/introduction/job.png" alt="job"></p>
+<p><img src="/img/0.14/learn/documentation/introduction/job.png" alt="job"></p>
 
 <h3 id="jobs">Jobs</h3>
 
@@ -171,7 +171,7 @@
 
 <p>When a message is appended to a stream, it is appended to only one of the stream&rsquo;s partitions. The assignment of the message to its partition is done with a key chosen by the writer. For example, if the user ID is used as the key, that ensures that all messages related to a particular user end up in the same partition.</p>
 
-<p><img src="/img/latest/learn/documentation/introduction/stream.png" alt="stream"></p>
+<p><img src="/img/0.14/learn/documentation/introduction/stream.png" alt="stream"></p>
 
 <h3 id="tasks">Tasks</h3>
 
@@ -183,7 +183,7 @@
 
 <p>The assignment of partitions to tasks never changes: if a task is on a machine that fails, the task is restarted elsewhere, still consuming the same stream partitions.</p>
 
-<p><img src="/img/latest/learn/documentation/introduction/job_detail.png" alt="job-detail"></p>
+<p><img src="/img/0.14/learn/documentation/introduction/job_detail.png" alt="job-detail"></p>
 
 <h3 id="dataflow-graphs">Dataflow Graphs</h3>
 
@@ -191,7 +191,7 @@
 
 <p>These graphs are often acyclic&mdash;that is, data usually doesn&rsquo;t flow from a job, through other jobs, back to itself. However, it is possible to create cyclic graphs if you need to.</p>
 
-<p><img src="/img/latest/learn/documentation/introduction/dag.png" width="430" alt="Directed acyclic job graph"></p>
+<p><img src="/img/0.14/learn/documentation/introduction/dag.png" width="430" alt="Directed acyclic job graph"></p>
 
 <h3 id="containers">Containers</h3>
 
@@ -215,7 +215,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/introduction/concepts.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/introduction/concepts.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/jobs/configuration.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/jobs/configuration.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/jobs/configuration.html (original)
+++ samza/site/learn/documentation/0.14/jobs/configuration.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/jobs/configuration.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/jobs/configuration.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -172,7 +172,7 @@
 <li>The job section defines things like the name of the job, and whether to use the YarnJobFactory or ProcessJobFactory/ThreadJobFactory (See the job.factory.class property in <a href="configuration-table.html">Configuration Table</a>).</li>
 <li>The task section is where you specify the class name for your <a href="../api/overview.html">StreamTask</a>. It&rsquo;s also where you define what the <a href="../container/streams.html">input streams</a> are for your task.</li>
 <li>The serializers section defines the classes of the <a href="../container/serialization.html">serdes</a> used for serialization and deserialization of specific objects that are received and sent along different streams.</li>
-<li>The system section defines systems that your StreamTask can read from along with the types of serdes used for sending keys and messages from that system. Usually, you&rsquo;ll define a Kafka system, if you&rsquo;re reading from Kafka, although you can also specify your own self-implemented Samza-compatible systems. See the <a href="/startup/hello-samza/latest">hello-samza example project</a>&rsquo;s Wikipedia system for a good example of a self-implemented system.</li>
+<li>The system section defines systems that your StreamTask can read from along with the types of serdes used for sending keys and messages from that system. Usually, you&rsquo;ll define a Kafka system, if you&rsquo;re reading from Kafka, although you can also specify your own self-implemented Samza-compatible systems. See the <a href="/startup/hello-samza/0.14">hello-samza example project</a>&rsquo;s Wikipedia system for a good example of a self-implemented system.</li>
 </ol>
 
 <h3 id="required-configuration">Required Configuration</h3>
@@ -211,7 +211,7 @@ encryption is done.</p>
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/jobs/configuration.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/jobs/configuration.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/jobs/job-runner.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/jobs/job-runner.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/jobs/job-runner.html (original)
+++ samza/site/learn/documentation/0.14/jobs/job-runner.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/jobs/job-runner.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/jobs/job-runner.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -197,7 +197,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/jobs/job-runner.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/jobs/job-runner.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });

Modified: samza/site/learn/documentation/0.14/jobs/logging.html
URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/0.14/jobs/logging.html?rev=1820027&r1=1820026&r2=1820027&view=diff
==============================================================================
--- samza/site/learn/documentation/0.14/jobs/logging.html (original)
+++ samza/site/learn/documentation/0.14/jobs/logging.html Thu Jan  4 00:47:37 2018
@@ -46,7 +46,7 @@
                   
                     
                   
-                  <a href="/learn/documentation/0.14/jobs/logging.html"><i id="switch-version-button"></i></a>
+                  <a href="http://samza.apache.org/learn/documentation/latest/jobs/logging.html"><i id="switch-version-button"></i></a>
                    <!-- links for the navigation bar -->
                 
 
@@ -59,18 +59,18 @@
           <div class="menu">
             <h1><i class="fa fa-rocket"></i> Getting Started</h1>
             <ul>
-              <li><a href="/startup/hello-samza/latest">Hello Samza</a></li>
+              <li><a href="/startup/hello-samza/0.14">Hello Samza</a></li>
               <li><a href="/startup/download">Download</a></li>
               <li><a href="/startup/preview">Feature Preview</a></li>
             </ul>
 
             <h1><i class="fa fa-book"></i> Learn</h1>
             <ul>
-              <li><a href="/learn/documentation/latest">Documentation</a></li>
-              <li><a href="/learn/documentation/latest/jobs/configuration-table.html">Configuration</a></li>
-              <li><a href="/learn/documentation/latest/container/metrics-table.html">Metrics</a></li>
-              <li><a href="/learn/documentation/latest/api/javadocs/">Javadocs</a></li>
-              <li><a href="/learn/tutorials/latest">Tutorials</a></li>
+              <li><a href="/learn/documentation/0.14">Documentation</a></li>
+              <li><a href="/learn/documentation/0.14/jobs/configuration-table.html">Configuration</a></li>
+              <li><a href="/learn/documentation/0.14/container/metrics-table.html">Metrics</a></li>
+              <li><a href="/learn/documentation/0.14/api/javadocs/">Javadocs</a></li>
+              <li><a href="/learn/tutorials/0.14">Tutorials</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/FAQ">FAQ</a></li>
               <li><a href="https://cwiki.apache.org/confluence/display/SAMZA/Apache+Samza">Wiki</a></li>
               <li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=51812876">Papers &amp; Talks</a></li>
@@ -151,7 +151,7 @@
 
 <h3 id="log4j">Log4j</h3>
 
-<p>The <a href="/startup/hello-samza/latest">hello-samza</a> project shows how to use <a href="http://logging.apache.org/log4j/1.2/">log4j</a> with Samza. To turn on log4j logging, you just need to make sure slf4j-log4j12 is in your SamzaContainer&rsquo;s classpath. In Maven, this can be done by adding the following dependency to your Samza package project.</p>
+<p>The <a href="/startup/hello-samza/0.14">hello-samza</a> project shows how to use <a href="http://logging.apache.org/log4j/1.2/">log4j</a> with Samza. To turn on log4j logging, you just need to make sure slf4j-log4j12 is in your SamzaContainer&rsquo;s classpath. In Maven, this can be done by adding the following dependency to your Samza package project.</p>
 
 <div class="highlight"><pre><code class="xml"><span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.slf4j<span class="nt">&lt;/groupId&gt;</span>
@@ -299,7 +299,7 @@
   
     <script>
       $( document ).ready(function() {
-        if ( $.fn.urlExists( "/learn/documentation/0.14/jobs/logging.html" ) ) {
+        if ( $.fn.urlExists( "/learn/documentation/latest/jobs/logging.html" ) ) {
           $("#switch-version-button").addClass("fa fa-history masthead-icon");
         }
       });