Added: samza/site/blog/2020-08-28-announcing-the-release-of-apache-samza--1.5.1.html URL: http://svn.apache.org/viewvc/samza/site/blog/2020-08-28-announcing-the-release-of-apache-samza--1.5.1.html?rev=1881344&view=auto ============================================================================== --- samza/site/blog/2020-08-28-announcing-the-release-of-apache-samza--1.5.1.html (added) +++ samza/site/blog/2020-08-28-announcing-the-release-of-apache-samza--1.5.1.html Mon Aug 31 16:44:07 2020 @@ -0,0 +1,733 @@ +<!DOCTYPE html> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<html lang="en"> + +<head> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + <meta charset="utf-8"> + <title>Samza - Announcing the release of Apache Samza 1.5.1</title> + <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/img/favicon/apple-touch-icon-57x57.png" /> + <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/favicon/apple-touch-icon-114x114.png" /> + <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/img/favicon/apple-touch-icon-72x72.png" /> + <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/img/favicon/apple-touch-icon-144x144.png" /> + <link rel="apple-touch-icon-precomposed" sizes="60x60" href="/img/favicon/apple-touch-icon-60x60.png" /> + <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/img/favicon/apple-touch-icon-120x120.png" /> + <link rel="apple-touch-icon-precomposed" sizes="76x76" href="/img/favicon/apple-touch-icon-76x76.png" /> + <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/img/favicon/apple-touch-icon-152x152.png" /> + <link rel="icon" type="image/png" href="/img/favicon/favicon-196x196.png" sizes="196x196" /> + <link rel="icon" type="image/png" href="/img/favicon/favicon-96x96.png" sizes="96x96" /> + <link rel="icon" type="image/png" href="/img/favicon/favicon-32x32.png" sizes="32x32" /> + <link rel="icon" type="image/png" href="/img/favicon/favicon-16x16.png" sizes="16x16" /> + <link rel="icon" type="image/png" href="/img/favicon/favicon-128.png" sizes="128x128" /> + <meta name="application-name" content="https://samza.apache.org" /> + <meta name="msapplication-TileColor" content="#FFFFFF" /> + <meta name="msapplication-TileImage" content="/img/favicon/mstile-144x144.png" /> + <meta name="msapplication-square70x70logo" content="/img/favicon/mstile-70x70.png" /> + <meta name="msapplication-square150x150logo" content="/img/favicon/mstile-150x150.png" /> + <meta name="msapplication-wide310x150logo" content="/img/favicon/mstile-310x150.png" /> + <meta name="msapplication-square310x310logo" content="/img/favicon/mstile-310x310.png" /> + <link href="/css/ionicons.min.css" rel="stylesheet"> + <link href="/css/google-fonts.css" rel="stylesheet"> + <link href="/css/syntax.css" rel="stylesheet"/> + <link rel="stylesheet" href="/css/main.new.css" /> +</head> + +<body class="page"> + <!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<div class="main-navigation" data-plugin="menu"> + <div class="main-navigation__toggle" data-menu-closed> + <i class="icon ion-md-menu"></i> + </div> + <div class="main-navigation__toggle main-navigation__toggle--opened" data-menu-opened> + <i class="icon ion-md-close"></i> + </div> + <div class="main-navigation__inner"> + <div class="main-navigation__logo"> + <a href="/"> + <img class="main-navigation__logo-img" src="/img/samza-logo.png" srcset="/img/samza-logo.png 1x, /img/[email protected] 2x" + alt="Samza Logo" /> + </a> + </div> + <div class="main-navigation__items" data-menu-opened> + <a class="main-navigation__item" href="/">Home</a> + <a class="main-navigation__item" href="/learn/documentation/latest/core-concepts/core-concepts.html">Docs</a> + <a class="main-navigation__item" href="/powered-by/">Powered By</a> + <a class="main-navigation__item" href="/startup/download/">Downloads</a> + <a class="main-navigation__item" href="/blog/">Blog</a> + <div class="main-navigation__item main-navigation__item--group"> + <div class="main-navigation__item-group-title"> + Community + <i class="icon ion-md-arrow-dropdown"></i> + </div> + <div class="main-navigation__item-group-list"> + <a class="main-navigation__item" href="/community/contact-us.html">Contact Us</a> + <a class="main-navigation__item" href="/contribute/contributors-corner.html">Contributor's Corner</a> + <a class="main-navigation__item" href="/community/committers.html">PMC Members and committers</a> + <a class="main-navigation__item" href="/meetups/">Talks and Meetups</a> + </div> + </div> + </div> + </div> +</div> + + <div class="container"> + <div class="container__toggle"> + <i class="icon ion-md-arrow-dropleft-circle container__toggle-icon"></i> + <i class="icon ion-md-arrow-dropright-circle container__toggle-icon container__toggle-icon--opened"></i> + </div> + + <!-- There is only one menu, but made it as a no-output collection to grab data only --> + + <!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + + +<div class="side-navigation"> + + + + + + + <!-- Start Group --> + + <div class="side-navigation__group side-navigation__group--has-nested" data-plugin="sub-menu" data-sub-menu-show-class="side-navigation__group--has-nested-visible"> + + + <!-- Make menu_title, and start items group if needed --> + + <div class="side-navigation__group-title"> + <i class="side-navigation__group-title-icon icon ion-md-arrow-dropdown"></i> + Getting Started + </div> + <div class="side-navigation__group-items " data-sub-menu > + + + <!-- Handle sub navigation items from data --> + + + + <a class="side-navigation__group-item" data-match-active="" href="/startup/quick-start/latest/">QuickStart</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/startup/code-examples/latest/">Code Examples</a> + + + + + <!-- Handle sub nagivation from site collections --> + + + <!-- Close sub nav group --> + + </div> + + + <!-- Close menu group --> + </div> + + + + + + + <!-- Start Group --> + + <div class="side-navigation__group side-navigation__group--has-nested" data-plugin="sub-menu" data-sub-menu-show-class="side-navigation__group--has-nested-visible"> + + + <!-- Make menu_title, and start items group if needed --> + + <div class="side-navigation__group-title"> + <i class="side-navigation__group-title-icon icon ion-md-arrow-dropdown"></i> + Documentation + </div> + <div class="side-navigation__group-items side-navigation__group-has-submenus" data-sub-menu data-documentation="/learn/documentation/latest/"> + + + <!-- Handle sub navigation items from data --> + + + <!-- Handle sub nagivation from site collections --> + + + <!-- Close sub nav group --> + + </div> + + + <!-- Close menu group --> + </div> + + + + + + + <!-- Start Group --> + + <div class="side-navigation__group side-navigation__group--has-nested" data-plugin="sub-menu" data-sub-menu-show-class="side-navigation__group--has-nested-visible"> + + + <!-- Make menu_title, and start items group if needed --> + + <div class="side-navigation__group-title"> + <i class="side-navigation__group-title-icon icon ion-md-arrow-dropdown"></i> + Releases + </div> + <div class="side-navigation__group-items " data-sub-menu > + + + <!-- Handle sub navigation items from data --> + + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.4.0">1.4.0</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.3.1">1.3.1</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.3.0">1.3.0</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.2.0">1.2.0</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.1.0">1.1.0</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.0.0">1.0.0</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/0.14">0.14</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/0.13">0.13</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/0.12">0.12</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/0.11">0.11</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/releases/0.10">0.10</a> + + + + + <!-- Handle sub nagivation from site collections --> + + + <!-- Close sub nav group --> + + </div> + + + <!-- Close menu group --> + </div> + + + + + + + <!-- Start Group --> + + <div class="side-navigation__group"> + + + <!-- Make menu_title, and start items group if needed --> + + <a class="side-navigation__group-title" data-plugin="top-menu" data-match-active="" href="/blog/"> + Blog + </a> + + + <!-- Handle sub navigation items from data --> + + + <!-- Handle sub nagivation from site collections --> + + + <!-- Close sub nav group --> + + + <!-- Close menu group --> + </div> + + + + + + + <!-- Start Group --> + + <div class="side-navigation__group side-navigation__group--has-nested" data-plugin="sub-menu" data-sub-menu-show-class="side-navigation__group--has-nested-visible"> + + + <!-- Make menu_title, and start items group if needed --> + + <div class="side-navigation__group-title"> + <i class="side-navigation__group-title-icon icon ion-md-arrow-dropdown"></i> + Community + </div> + <div class="side-navigation__group-items " data-sub-menu > + + + <!-- Handle sub navigation items from data --> + + + + <a class="side-navigation__group-item" data-match-active="" href="/community/contact-us.html">Contact Us</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/contribute/contributors-corner.html">Contributor's Corner</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/contribute/enhancement-proposal.html">Enhancement Proposal</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/community/committers.html">PMC members & Committers</a> + + + <a class="side-navigation__group-item" data-match-active="" href="/meetups/">Talks and Meetups</a> + + + + + <!-- Handle sub nagivation from site collections --> + + + <!-- Close sub nav group --> + + </div> + + + <!-- Close menu group --> + </div> + + + + + + + <!-- Start Group --> + + <div class="side-navigation__group side-navigation__group--has-nested" data-plugin="sub-menu" data-sub-menu-show-class="side-navigation__group--has-nested-visible"> + + + <!-- Make menu_title, and start items group if needed --> + + <div class="side-navigation__group-title"> + <i class="side-navigation__group-title-icon icon ion-md-arrow-dropdown"></i> + Case Studies + </div> + <div class="side-navigation__group-items " data-sub-menu > + + + <!-- Handle sub navigation items from data --> + + + + <a class="side-navigation__group-item" data-match-active="exact" href="/case-studies/">View All</a> + + + <hr> + + + + + <!-- Handle sub nagivation from site collections --> + + + + + + + + + + + + + + + + + + + + + + + + + + <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> + + + + + + + + + + + + + + <a class="side-navigation__group-item" href="/case-studies/tripadvisor" data-match-active="">TripAdvisor</a> + + + + + + + + + + + + + + + + + + + + <a class="side-navigation__group-item" href="/case-studies/slack" data-match-active="">Slack</a> + + + + + + + + + + + + + + <a class="side-navigation__group-item" href="/case-studies/optimizely" data-match-active="">Optimizely</a> + + + + + + + + + + + + + + <a class="side-navigation__group-item" href="/case-studies/redfin" data-match-active="">Redfin</a> + + + + + + + + + + + + + + <a class="side-navigation__group-item" href="/case-studies/linkedin" data-match-active="">LinkedIn</a> + + + + + + + + + + + <!-- Close sub nav group --> + + </div> + + + <!-- Close menu group --> + </div> + + + +</div> + + + + <div class="section"> + <div class="content"> + + <h2>Announcing the release of Apache Samza 1.5.1</h2> + + + + + <!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<div class="breadcrumbs-list-container"> + + <span>August 28, 2020</span> + + <ul class="breadcrumbs-list"> + <li class=""><a href="/news/">News</a></li> + <li class="divider"></li> + + <li class=""> + <i class="icon ion-md-arrow-dropleft"></i> + <a href="/blog/2020-07-01-announcing-the-release-of-apache-samza--1.5.0">Previous</a> + </li> + + + </ul> + +</div> + +<hr class="breadcrumbs-list-divider"> + + +<!--more--> + +<p>We are thrilled to announce the release of Apache Samza 1.5.1.</p> + +<h3 id="bug-fixes">Bug Fixes:</h3> + +<p>In 1.5 release, we enabled transactional state by default for all samza jobs. We identified a critical bug related to trimming the state and have addressed the issue in 1.5.1. +For applications that are already on Samza 1.5.0, updating your dependencies to use Samza 1.5.1 should be sufficient to upgrade. +For applications that are on version 1.4 & below, please follow the upgrade instructions below.</p> + +<h3 id="upgrading-your-application-to-apache-samza-1-5-0">Upgrading your application to Apache Samza 1.5.0</h3> + +<p>ConfigFactory is deprecated as Job Runner does not load full job config anymore. Instead, ConfigLoaderFactory is introduced to be executed on ClusterBasedJobCoordinator to fetch full job config. +If you are using the default PropertiesConfigFactory, simply switching to use the default PropertiesConfigLoaderFactory will work, otherwise if you are using a custom ConfigFactory, kindly creates its new counterpart following ConfigLoaderFactory. </p> + +<p>Configs related to job submission must be explicitly provided to Job Runner as it is no longer loading full job config anymore. These configs include</p> + +<ul> +<li>Configs directly related to job submission, such as yarn.package.path, job.name etc.</li> +<li>Configs needed by the config loader on AM to fetch job config, such as path to the property file in the tarball, all of such configs will have a job.config.loader.properties prefix.</li> +<li>Configs that users would like to override</li> +</ul> + +<p>Full list of the job submission configurations can be found <a href="https://cwiki.apache.org/confluence/display/SAMZA/SEP-23%3A+Simplify+Job+Runner#SEP23:SimplifyJobRunner-References">here</a></p> + +<h4 id="usage-instructions">Usage Instructions</h4> + +<p>Alternative way when submitting job,</p> + +<figure class="highlight"><pre><code class="language-bash" data-lang="bash"><span></span>deploy/samza/bin/run-app.sh + --config yarn.package.path<span class="o">=</span><package_path> + --config job.name<span class="o">=</span><job_name></code></pre></figure> + +<p>can be simplified to</p> + +<figure class="highlight"><pre><code class="language-bash" data-lang="bash"><span></span>deploy/samza/bin/run-app.sh + --config-path<span class="o">=</span>/path/to/submission/properties/file/submission.properties</code></pre></figure> + +<p>where submission.properties contains</p> + +<figure class="highlight"><pre><code class="language-jproperties" data-lang="jproperties"><span></span><span class="na">yarn.package.path</span><span class="o">=</span><span class="s"><package_path></span> +<span class="na">job.name</span><span class="o">=</span><span class="s"><job_name></span></code></pre></figure> + +<h4 id="rollback-instructions">Rollback Instructions</h4> + +<p>In case of a problem in Samza 1.5.1, users can rollback to Samza 1.4 and keep the old start up flow using <em>config-path</em> & <em>config-factory</em>.</p> + +<h3 id="bug-fixes">Bug Fixes</h3> + +<p><a href="https://issues.apache.org/jira/browse/SAMZA-2578">SAMZA-2578</a> Excessive trimming during transactional state restore</p> + +<h3 id="sources-downloads">Sources downloads</h3> + +<p>A source download of Samza 1.5.1 is available <a href="https://dist.apache.org/repos/dist/release/samza/1.5.1/">here</a>, and is also available in Apacheâs Maven repository. See Samzaâs download <a href="https://samza.apache.org/startup/download/">page</a> for details and Samzaâs feature preview for new features.</p> + + + + + + + + + +<hr/> +<h5>Continue Reading</h5> + +<div class="news-end"> + + <a class="news-previous news-end-action" href="/blog/2020-07-01-announcing-the-release-of-apache-samza--1.5.0"> + <div class="news-end-action-title"> + <i class="icon ion-md-arrow-dropleft-circle"></i> + Announcing the release of Apache Samza 1.5.0 + </div> + </a> + + + +</div> + + + </div> + </div> + + </div> + + + <!-- footer starts here --> + + <!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<footer> + <div class="footer-inner"> + <div class="side-by-side"> + <div> + <div class="footer__heading">Learn More</div> + <div class="footer__items"> + <a class="footer__item" href="/meetups/">Meetups</a> + <a class="footer__item" href="/blog/">Blog</a> + <a class="footer__item" href="/learn/documentation/latest/introduction/background.html">About</a> + </div> + </div> + <div> + <div class="footer__heading">Community</div> + <div class="footer__items"> + <a class="footer__item" href="/community/contact-us.html">Contact Us</a> + <a class="footer__item" href="/contribute/contributors-corner.html">Contributors' Corner</a> + <a class="footer__item" href="/community/committers.html">PMC members and committers</a> + <a class="footer__item" href="/powered-by/">Powered By</a> + </div> + </div> + + <div> + <div class="quick-links"> + <a class="quick-link" href="/startup/download" target="_blank"> + <i class="icon ion-md-download"></i> + </a> + <a class="quick-link" href="https://git-wip-us.apache.org/repos/asf?p=samza.git;a=tree" target="_blank"> + <i class="icon ion-md-code"></i> + </a> + <a class="quick-link" href="https://twitter.com/samzastream" target="_blank"> + <i class="icon ion-logo-twitter"></i> + </a> + </div> + + <p> + <script>document.write(new Date().getFullYear());</script> © samza.apache.org</p> + </div> + + </div> + </div> + +</footer> + + + +<!-- Google Analytics --> +<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-43122768-1', 'apache.org'); + ga('send', 'pageview'); + +</script> +<script src="/js/main.new.js"></script> + +</body> + +</html> \ No newline at end of file
Modified: samza/site/blog/TEMPLATE.html URL: http://svn.apache.org/viewvc/samza/site/blog/TEMPLATE.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/blog/TEMPLATE.html (original) +++ samza/site/blog/TEMPLATE.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -541,7 +544,7 @@ <div class="breadcrumbs-list-container"> - <span>July 2, 2020</span> + <span>August 31, 2020</span> <ul class="breadcrumbs-list"> <li class=""><a href="/news/">News</a></li> @@ -549,7 +552,7 @@ <li class=""> <i class="icon ion-md-arrow-dropleft"></i> - <a href="/blog/2020-07-01-announcing-the-release-of-apache-samza--1.5.0">Previous</a> + <a href="/blog/2020-08-28-announcing-the-release-of-apache-samza--1.5.1">Previous</a> </li> @@ -577,10 +580,10 @@ <div class="news-end"> - <a class="news-previous news-end-action" href="/blog/2020-07-01-announcing-the-release-of-apache-samza--1.5.0"> + <a class="news-previous news-end-action" href="/blog/2020-08-28-announcing-the-release-of-apache-samza--1.5.1"> <div class="news-end-action-title"> <i class="icon ion-md-arrow-dropleft-circle"></i> - Announcing the release of Apache Samza 1.5.0 + Announcing the release of Apache Samza 1.5.1 </div> </a> Modified: samza/site/blog/index.html URL: http://svn.apache.org/viewvc/samza/site/blog/index.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/blog/index.html (original) +++ samza/site/blog/index.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -553,6 +556,43 @@ + + + + + <a class="news__card" href="/blog/2020-08-28-announcing-the-release-of-apache-samza--1.5.1"> + <i class="news__card-icon icon ion-md-git-pull-request"></i> + <div class="news__card-date">August 28, 2020</div> + <div class="news__card-title">Announcing the release of Apache Samza 1.5.1</div> + + <div class="news__card-description"> + <!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<h1 id="announcing-the-release-of-apache-samza-1-5-1"><strong>Announcing the release of Apache Samza 1.5.1</strong></h1> + + </div> + + <span class="news__card-button">Read more</span> + </a> + + + + Modified: samza/site/case-studies/TEMPLATE.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/TEMPLATE.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/TEMPLATE.html (original) +++ samza/site/case-studies/TEMPLATE.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -556,6 +559,9 @@ + + + <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/ebay" title="eBay"> @@ -566,15 +572,6 @@ - - - - - - - - - <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -586,6 +583,12 @@ + + + + + + Modified: samza/site/case-studies/digitalsmiths.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/digitalsmiths.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/digitalsmiths.html (original) +++ samza/site/case-studies/digitalsmiths.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -556,6 +559,9 @@ + + + <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/ebay" title="eBay"> @@ -566,15 +572,6 @@ - - - - - - - - - <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -586,6 +583,12 @@ + + + + + + Modified: samza/site/case-studies/ebay.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/ebay.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/ebay.html (original) +++ samza/site/case-studies/ebay.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -604,12 +607,6 @@ visualzed using <a href="https://grafana - - - - - - <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -621,6 +618,12 @@ visualzed using <a href="https://grafana + + + + + + Modified: samza/site/case-studies/fortscale.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/fortscale.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/fortscale.html (original) +++ samza/site/case-studies/fortscale.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -556,6 +559,9 @@ + + + <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/ebay" title="eBay"> @@ -566,15 +572,6 @@ - - - - - - - - - <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -586,6 +583,12 @@ + + + + + + Modified: samza/site/case-studies/index.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/index.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/index.html (original) +++ samza/site/case-studies/index.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + Modified: samza/site/case-studies/intuit.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/intuit.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/intuit.html (original) +++ samza/site/case-studies/intuit.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -556,6 +559,9 @@ + + + <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/ebay" title="eBay"> @@ -566,15 +572,6 @@ - - - - - - - - - <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -586,6 +583,12 @@ + + + + + + Modified: samza/site/case-studies/linkedin.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/linkedin.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/linkedin.html (original) +++ samza/site/case-studies/linkedin.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -581,6 +584,9 @@ The <em>ATC pipeline</em> processors agg + + + <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/ebay" title="eBay"> @@ -591,15 +597,6 @@ The <em>ATC pipeline</em> processors agg - - - - - - - - - <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -611,6 +608,12 @@ The <em>ATC pipeline</em> processors agg + + + + + + Modified: samza/site/case-studies/netflix.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/netflix.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/netflix.html (original) +++ samza/site/case-studies/netflix.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -556,6 +559,9 @@ + + + <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/ebay" title="eBay"> @@ -566,15 +572,6 @@ - - - - - - - - - <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -586,6 +583,12 @@ + + + + + + Modified: samza/site/case-studies/optimizely.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/optimizely.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/optimizely.html (original) +++ samza/site/case-studies/optimizely.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -602,6 +605,9 @@ data-enrichment, re-partitioning of even + + + <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/ebay" title="eBay"> @@ -612,15 +618,6 @@ data-enrichment, re-partitioning of even - - - - - - - - - <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -632,6 +629,12 @@ data-enrichment, re-partitioning of even + + + + + + Modified: samza/site/case-studies/redfin.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/redfin.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/redfin.html (original) +++ samza/site/case-studies/redfin.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -601,6 +604,9 @@ calculating business metrics, document p + + + <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/ebay" title="eBay"> @@ -611,15 +617,6 @@ calculating business metrics, document p - - - - - - - - - <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -631,6 +628,12 @@ calculating business metrics, document p + + + + + + Modified: samza/site/case-studies/slack.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/slack.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/slack.html (original) +++ samza/site/case-studies/slack.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -581,6 +584,9 @@ incoming log events, decorate them and a + + + <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/ebay" title="eBay"> @@ -591,15 +597,6 @@ incoming log events, decorate them and a - - - - - - - - - <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -611,6 +608,12 @@ incoming log events, decorate them and a + + + + + + Modified: samza/site/case-studies/state.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/state.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/state.html (original) +++ samza/site/case-studies/state.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -556,6 +559,9 @@ + + + <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/ebay" title="eBay"> @@ -566,15 +572,6 @@ - - - - - - - - - <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -586,6 +583,12 @@ + + + + + + Modified: samza/site/case-studies/tripadvisor.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/tripadvisor.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/tripadvisor.html (original) +++ samza/site/case-studies/tripadvisor.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -600,6 +603,9 @@ The pipeline uses Samza’s RocksDB + + + <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/ebay" title="eBay"> @@ -611,9 +617,6 @@ The pipeline uses Samza’s RocksDB - - - Modified: samza/site/case-studies/uber.html URL: http://svn.apache.org/viewvc/samza/site/case-studies/uber.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/case-studies/uber.html (original) +++ samza/site/case-studies/uber.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -556,6 +559,9 @@ + + + <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/ebay" title="eBay"> @@ -566,15 +572,6 @@ - - - - - - - - - <div class="case-studies-list__item"> <a class="case-studies-list__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -586,6 +583,12 @@ + + + + + + Modified: samza/site/community/committers-old.html URL: http://svn.apache.org/viewvc/samza/site/community/committers-old.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/community/committers-old.html (original) +++ samza/site/community/committers-old.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + Modified: samza/site/community/committers.html URL: http://svn.apache.org/viewvc/samza/site/community/committers.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/community/committers.html (original) +++ samza/site/community/committers.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + Modified: samza/site/community/contact-us.html URL: http://svn.apache.org/viewvc/samza/site/community/contact-us.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/community/contact-us.html (original) +++ samza/site/community/contact-us.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + Modified: samza/site/community/irc.html URL: http://svn.apache.org/viewvc/samza/site/community/irc.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/community/irc.html (original) +++ samza/site/community/irc.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + Modified: samza/site/contribute/code.html URL: http://svn.apache.org/viewvc/samza/site/contribute/code.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/contribute/code.html (original) +++ samza/site/contribute/code.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + Modified: samza/site/contribute/coding-guide.html URL: http://svn.apache.org/viewvc/samza/site/contribute/coding-guide.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/contribute/coding-guide.html (original) +++ samza/site/contribute/coding-guide.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + Modified: samza/site/contribute/contributors-corner.html URL: http://svn.apache.org/viewvc/samza/site/contribute/contributors-corner.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/contribute/contributors-corner.html (original) +++ samza/site/contribute/contributors-corner.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + Modified: samza/site/contribute/enhancement-proposal.html URL: http://svn.apache.org/viewvc/samza/site/contribute/enhancement-proposal.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/contribute/enhancement-proposal.html (original) +++ samza/site/contribute/enhancement-proposal.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + Modified: samza/site/contribute/tests.html URL: http://svn.apache.org/viewvc/samza/site/contribute/tests.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/contribute/tests.html (original) +++ samza/site/contribute/tests.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + Modified: samza/site/index.html URL: http://svn.apache.org/viewvc/samza/site/index.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/index.html (original) +++ samza/site/index.html Mon Aug 31 16:44:07 2020 @@ -149,9 +149,9 @@ - <a class="blog-post" href="/blog/2020-07-01-announcing-the-release-of-apache-samza--1.5.0"> - <div class="blog-post__title">Announcing the release of Apache Samza 1.5.0</div> - <div class="blog-post__date">July 1, 2020</div> + <a class="blog-post" href="/blog/2020-08-28-announcing-the-release-of-apache-samza--1.5.1"> + <div class="blog-post__title">Announcing the release of Apache Samza 1.5.1</div> + <div class="blog-post__date">August 28, 2020</div> </a> @@ -162,9 +162,9 @@ - <a class="blog-post" href="/blog/2020-03-17-announcing-the-release-of-apache-samza--1.4.0"> - <div class="blog-post__title">Announcing the release of Apache Samza 1.4.0</div> - <div class="blog-post__date">March 17, 2020</div> + <a class="blog-post" href="/blog/2020-07-01-announcing-the-release-of-apache-samza--1.5.0"> + <div class="blog-post__title">Announcing the release of Apache Samza 1.5.0</div> + <div class="blog-post__date">July 1, 2020</div> </a> @@ -175,9 +175,9 @@ - <a class="blog-post" href="/blog/2020-02-20-announcing-the-release-of-apache-samza--1.3.1"> - <div class="blog-post__title">Announcing the release of Apache Samza 1.3.1</div> - <div class="blog-post__date">February 20, 2020</div> + <a class="blog-post" href="/blog/2020-03-17-announcing-the-release-of-apache-samza--1.4.0"> + <div class="blog-post__title">Announcing the release of Apache Samza 1.4.0</div> + <div class="blog-post__date">March 17, 2020</div> </a> @@ -292,6 +292,9 @@ + + + <div class="section__item"> <a class="section__item-logo" href="/case-studies/ebay" title="eBay"> @@ -304,15 +307,6 @@ - - - - - - - - - <div class="section__item"> <a class="section__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -326,6 +320,12 @@ + + + + + + Modified: samza/site/index.md.bak URL: http://svn.apache.org/viewvc/samza/site/index.md.bak?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/index.md.bak (original) +++ samza/site/index.md.bak Mon Aug 31 16:44:07 2020 @@ -149,9 +149,9 @@ - <a class="blog-post" href="/blog/2020-07-01-announcing-the-release-of-apache-samza--1.5.0"> - <div class="blog-post__title">Announcing the release of Apache Samza 1.5.0</div> - <div class="blog-post__date">July 1, 2020</div> + <a class="blog-post" href="/blog/2020-08-28-announcing-the-release-of-apache-samza--1.5.1"> + <div class="blog-post__title">Announcing the release of Apache Samza 1.5.1</div> + <div class="blog-post__date">August 28, 2020</div> </a> @@ -162,9 +162,9 @@ - <a class="blog-post" href="/blog/2020-03-17-announcing-the-release-of-apache-samza--1.4.0"> - <div class="blog-post__title">Announcing the release of Apache Samza 1.4.0</div> - <div class="blog-post__date">March 17, 2020</div> + <a class="blog-post" href="/blog/2020-07-01-announcing-the-release-of-apache-samza--1.5.0"> + <div class="blog-post__title">Announcing the release of Apache Samza 1.5.0</div> + <div class="blog-post__date">July 1, 2020</div> </a> @@ -175,9 +175,9 @@ - <a class="blog-post" href="/blog/2020-02-20-announcing-the-release-of-apache-samza--1.3.1"> - <div class="blog-post__title">Announcing the release of Apache Samza 1.3.1</div> - <div class="blog-post__date">February 20, 2020</div> + <a class="blog-post" href="/blog/2020-03-17-announcing-the-release-of-apache-samza--1.4.0"> + <div class="blog-post__title">Announcing the release of Apache Samza 1.4.0</div> + <div class="blog-post__date">March 17, 2020</div> </a> @@ -292,6 +292,9 @@ + + + <div class="section__item"> <a class="section__item-logo" href="/case-studies/ebay" title="eBay"> @@ -304,15 +307,6 @@ - - - - - - - - - <div class="section__item"> <a class="section__item-logo" href="/case-studies/tripadvisor" title="TripAdvisor"> @@ -326,6 +320,12 @@ + + + + + + Modified: samza/site/learn/documentation/latest/api/beam-api.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/beam-api.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/beam-api.html (original) +++ samza/site/learn/documentation/latest/api/beam-api.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -532,6 +535,10 @@ + <li class="hide"><a href="/learn/documentation/1.5.1/api/beam-api">1.5.1</a></li> + + + <li class="hide"><a href="/learn/documentation/1.5.0/api/beam-api">1.5.0</a></li> @@ -588,11 +595,11 @@ - <li class="hide"><a href="/learn/documentation/0.7/api/beam-api">0.7</a></li> + <li class="hide"><a href="/learn/documentation/0.7.0/api/beam-api">0.7.0</a></li> - <li class="hide"><a href="/learn/documentation/0.7.0/api/beam-api">0.7.0</a></li> + <li class="hide"><a href="/learn/documentation/0.7/api/beam-api">0.7</a></li> Modified: samza/site/learn/documentation/latest/api/high-level-api.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/high-level-api.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/high-level-api.html (original) +++ samza/site/learn/documentation/latest/api/high-level-api.html Mon Aug 31 16:44:07 2020 @@ -227,6 +227,9 @@ + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.1">1.5.1</a> + + <a class="side-navigation__group-item" data-match-active="" href="/releases/1.5.0">1.5.0</a> @@ -400,6 +403,8 @@ + + @@ -414,12 +419,6 @@ <a class="side-navigation__group-item" href="/case-studies/ebay" data-match-active="">eBay</a> - - - - - - @@ -436,6 +435,10 @@ + + + + @@ -532,6 +535,10 @@ + <li class="hide"><a href="/learn/documentation/1.5.1/api/high-level-api">1.5.1</a></li> + + + <li class="hide"><a href="/learn/documentation/1.5.0/api/high-level-api">1.5.0</a></li> @@ -588,11 +595,11 @@ - <li class="hide"><a href="/learn/documentation/0.7/api/high-level-api">0.7</a></li> + <li class="hide"><a href="/learn/documentation/0.7.0/api/high-level-api">0.7.0</a></li> - <li class="hide"><a href="/learn/documentation/0.7.0/api/high-level-api">0.7.0</a></li> + <li class="hide"><a href="/learn/documentation/0.7/api/high-level-api">0.7</a></li> Modified: samza/site/learn/documentation/latest/api/javadocs/allclasses-frame.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/allclasses-frame.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/allclasses-frame.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/allclasses-frame.html Mon Aug 31 16:44:07 2020 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_212) on Thu Jul 02 22:40:02 PDT 2020 --> +<!-- Generated by javadoc (1.8.0_40) on Mon Aug 31 09:36:40 PDT 2020 --> <title>All Classes (samza-api 1.6.0-SNAPSHOT API)</title> -<meta name="date" content="2020-07-02"> +<meta name="date" content="2020-08-31"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -33,6 +33,7 @@ <li><a href="org/apache/samza/table/batching/Batch.html" title="interface in org.apache.samza.table.batching" target="classFrame"><span class="interfaceName">Batch</span></a></li> <li><a href="org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching" target="classFrame">BatchProvider</a></li> <li><a href="org/apache/samza/util/BlockingEnvelopeMap.html" title="class in org.apache.samza.util" target="classFrame">BlockingEnvelopeMap</a></li> +<li><a href="org/apache/samza/system/BoundedSSPIterator.html" title="class in org.apache.samza.system" target="classFrame">BoundedSSPIterator</a></li> <li><a href="org/apache/samza/serializers/ByteBufferSerde.html" title="class in org.apache.samza.serializers" target="classFrame">ByteBufferSerde</a></li> <li><a href="org/apache/samza/serializers/ByteBufferSerdeFactory.html" title="class in org.apache.samza.serializers" target="classFrame">ByteBufferSerdeFactory</a></li> <li><a href="org/apache/samza/serializers/ByteSerde.html" title="class in org.apache.samza.serializers" target="classFrame">ByteSerde</a></li> @@ -102,6 +103,7 @@ <li><a href="org/apache/samza/annotation/InterfaceStability.Unstable.html" title="annotation in org.apache.samza.annotation" target="classFrame">InterfaceStability.Unstable</a></li> <li><a href="org/apache/samza/config/JavaTableConfig.html" title="class in org.apache.samza.config" target="classFrame">JavaTableConfig</a></li> <li><a href="org/apache/samza/context/JobContext.html" title="interface in org.apache.samza.context" target="classFrame"><span class="interfaceName">JobContext</span></a></li> +<li><a href="org/apache/samza/job/model/JobModel.html" title="class in org.apache.samza.job.model" target="classFrame">JobModel</a></li> <li><a href="org/apache/samza/operators/functions/JoinFunction.html" title="interface in org.apache.samza.operators.functions" target="classFrame"><span class="interfaceName">JoinFunction</span></a></li> <li><a href="org/apache/samza/serializers/JsonSerdeV2.html" title="class in org.apache.samza.serializers" target="classFrame">JsonSerdeV2</a></li> <li><a href="org/apache/samza/serializers/JsonSerdeV2Factory.html" title="class in org.apache.samza.serializers" target="classFrame">JsonSerdeV2Factory</a></li> @@ -110,6 +112,7 @@ <li><a href="org/apache/samza/storage/kv/KeyValueStore.html" title="interface in org.apache.samza.storage.kv" target="classFrame"><span class="interfaceName">KeyValueStore</span></a></li> <li><a href="org/apache/samza/operators/KV.html" title="class in org.apache.samza.operators" target="classFrame">KV</a></li> <li><a href="org/apache/samza/serializers/KVSerde.html" title="class in org.apache.samza.serializers" target="classFrame">KVSerde</a></li> +<li><a href="org/apache/samza/job/model/LocalityModel.html" title="class in org.apache.samza.job.model" target="classFrame">LocalityModel</a></li> <li><a href="org/apache/samza/table/descriptors/LocalTableDescriptor.html" title="class in org.apache.samza.table.descriptors" target="classFrame">LocalTableDescriptor</a></li> <li><a href="org/apache/samza/runtime/LocationId.html" title="class in org.apache.samza.runtime" target="classFrame">LocationId</a></li> <li><a href="org/apache/samza/runtime/LocationIdProvider.html" title="interface in org.apache.samza.runtime" target="classFrame"><span class="interfaceName">LocationIdProvider</span></a></li> @@ -145,6 +148,7 @@ <li><a href="org/apache/samza/runtime/ProcessorIdGenerator.html" title="interface in org.apache.samza.runtime" target="classFrame"><span class="interfaceName">ProcessorIdGenerator</span></a></li> <li><a href="org/apache/samza/runtime/ProcessorLifecycleListener.html" title="interface in org.apache.samza.runtime" target="classFrame"><span class="interfaceName">ProcessorLifecycleListener</span></a></li> <li><a href="org/apache/samza/runtime/ProcessorLifecycleListenerFactory.html" title="interface in org.apache.samza.runtime" target="classFrame"><span class="interfaceName">ProcessorLifecycleListenerFactory</span></a></li> +<li><a href="org/apache/samza/job/model/ProcessorLocality.html" title="class in org.apache.samza.job.model" target="classFrame">ProcessorLocality</a></li> <li><a href="org/apache/samza/util/RateLimiter.html" title="interface in org.apache.samza.util" target="classFrame"><span class="interfaceName">RateLimiter</span></a></li> <li><a href="org/apache/samza/metrics/ReadableMetricsRegistry.html" title="interface in org.apache.samza.metrics" target="classFrame"><span class="interfaceName">ReadableMetricsRegistry</span></a></li> <li><a href="org/apache/samza/metrics/ReadableMetricsRegistryListener.html" title="interface in org.apache.samza.metrics" target="classFrame"><span class="interfaceName">ReadableMetricsRegistryListener</span></a></li> Modified: samza/site/learn/documentation/latest/api/javadocs/allclasses-noframe.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/allclasses-noframe.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/allclasses-noframe.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/allclasses-noframe.html Mon Aug 31 16:44:07 2020 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_212) on Thu Jul 02 22:40:02 PDT 2020 --> +<!-- Generated by javadoc (1.8.0_40) on Mon Aug 31 09:36:40 PDT 2020 --> <title>All Classes (samza-api 1.6.0-SNAPSHOT API)</title> -<meta name="date" content="2020-07-02"> +<meta name="date" content="2020-08-31"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head> @@ -33,6 +33,7 @@ <li><a href="org/apache/samza/table/batching/Batch.html" title="interface in org.apache.samza.table.batching"><span class="interfaceName">Batch</span></a></li> <li><a href="org/apache/samza/table/batching/BatchProvider.html" title="class in org.apache.samza.table.batching">BatchProvider</a></li> <li><a href="org/apache/samza/util/BlockingEnvelopeMap.html" title="class in org.apache.samza.util">BlockingEnvelopeMap</a></li> +<li><a href="org/apache/samza/system/BoundedSSPIterator.html" title="class in org.apache.samza.system">BoundedSSPIterator</a></li> <li><a href="org/apache/samza/serializers/ByteBufferSerde.html" title="class in org.apache.samza.serializers">ByteBufferSerde</a></li> <li><a href="org/apache/samza/serializers/ByteBufferSerdeFactory.html" title="class in org.apache.samza.serializers">ByteBufferSerdeFactory</a></li> <li><a href="org/apache/samza/serializers/ByteSerde.html" title="class in org.apache.samza.serializers">ByteSerde</a></li> @@ -102,6 +103,7 @@ <li><a href="org/apache/samza/annotation/InterfaceStability.Unstable.html" title="annotation in org.apache.samza.annotation">InterfaceStability.Unstable</a></li> <li><a href="org/apache/samza/config/JavaTableConfig.html" title="class in org.apache.samza.config">JavaTableConfig</a></li> <li><a href="org/apache/samza/context/JobContext.html" title="interface in org.apache.samza.context"><span class="interfaceName">JobContext</span></a></li> +<li><a href="org/apache/samza/job/model/JobModel.html" title="class in org.apache.samza.job.model">JobModel</a></li> <li><a href="org/apache/samza/operators/functions/JoinFunction.html" title="interface in org.apache.samza.operators.functions"><span class="interfaceName">JoinFunction</span></a></li> <li><a href="org/apache/samza/serializers/JsonSerdeV2.html" title="class in org.apache.samza.serializers">JsonSerdeV2</a></li> <li><a href="org/apache/samza/serializers/JsonSerdeV2Factory.html" title="class in org.apache.samza.serializers">JsonSerdeV2Factory</a></li> @@ -110,6 +112,7 @@ <li><a href="org/apache/samza/storage/kv/KeyValueStore.html" title="interface in org.apache.samza.storage.kv"><span class="interfaceName">KeyValueStore</span></a></li> <li><a href="org/apache/samza/operators/KV.html" title="class in org.apache.samza.operators">KV</a></li> <li><a href="org/apache/samza/serializers/KVSerde.html" title="class in org.apache.samza.serializers">KVSerde</a></li> +<li><a href="org/apache/samza/job/model/LocalityModel.html" title="class in org.apache.samza.job.model">LocalityModel</a></li> <li><a href="org/apache/samza/table/descriptors/LocalTableDescriptor.html" title="class in org.apache.samza.table.descriptors">LocalTableDescriptor</a></li> <li><a href="org/apache/samza/runtime/LocationId.html" title="class in org.apache.samza.runtime">LocationId</a></li> <li><a href="org/apache/samza/runtime/LocationIdProvider.html" title="interface in org.apache.samza.runtime"><span class="interfaceName">LocationIdProvider</span></a></li> @@ -145,6 +148,7 @@ <li><a href="org/apache/samza/runtime/ProcessorIdGenerator.html" title="interface in org.apache.samza.runtime"><span class="interfaceName">ProcessorIdGenerator</span></a></li> <li><a href="org/apache/samza/runtime/ProcessorLifecycleListener.html" title="interface in org.apache.samza.runtime"><span class="interfaceName">ProcessorLifecycleListener</span></a></li> <li><a href="org/apache/samza/runtime/ProcessorLifecycleListenerFactory.html" title="interface in org.apache.samza.runtime"><span class="interfaceName">ProcessorLifecycleListenerFactory</span></a></li> +<li><a href="org/apache/samza/job/model/ProcessorLocality.html" title="class in org.apache.samza.job.model">ProcessorLocality</a></li> <li><a href="org/apache/samza/util/RateLimiter.html" title="interface in org.apache.samza.util"><span class="interfaceName">RateLimiter</span></a></li> <li><a href="org/apache/samza/metrics/ReadableMetricsRegistry.html" title="interface in org.apache.samza.metrics"><span class="interfaceName">ReadableMetricsRegistry</span></a></li> <li><a href="org/apache/samza/metrics/ReadableMetricsRegistryListener.html" title="interface in org.apache.samza.metrics"><span class="interfaceName">ReadableMetricsRegistryListener</span></a></li> Modified: samza/site/learn/documentation/latest/api/javadocs/constant-values.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/latest/api/javadocs/constant-values.html?rev=1881344&r1=1881343&r2=1881344&view=diff ============================================================================== --- samza/site/learn/documentation/latest/api/javadocs/constant-values.html (original) +++ samza/site/learn/documentation/latest/api/javadocs/constant-values.html Mon Aug 31 16:44:07 2020 @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_212) on Thu Jul 02 22:40:02 PDT 2020 --> +<!-- Generated by javadoc (1.8.0_40) on Mon Aug 31 09:36:40 PDT 2020 --> <title>Constant Field Values (samza-api 1.6.0-SNAPSHOT API)</title> -<meta name="date" content="2020-07-02"> +<meta name="date" content="2020-08-31"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> <script type="text/javascript" src="script.js"></script> </head>
