This is an automated email from the ASF dual-hosted git repository. wonook pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/incubator-nemo-website.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 84a23f5 Publishing from e19fe580a034ba0a8e258eb4a879c19fc25ccd04 84a23f5 is described below commit 84a23f5a36a12d7b3b7df7de8da7fcda049f225b Author: Won Wook SONG <wsong0...@gmail.com> AuthorDate: Sat Sep 10 00:27:47 2022 +0900 Publishing from e19fe580a034ba0a8e258eb4a879c19fc25ccd04 --- content/404.html | 2 +- content/allposts.html | 12 +- .../blog/2018/03/20/nemo-blog-published/index.html | 6 +- content/blog/2018/03/23/pado-on-nemo/index.html | 6 +- content/blog/2018/03/23/shuffle-on-nemo/index.html | 6 +- .../blog/2019/03/02/release-note-0.1/index.html | 6 +- .../blog/2020/03/09/release-note-0.2/index.html | 12 +- .../06/07/release-note-0.3}/index.html | 92 ++++++++++++--- .../09/10/release-note-0.4}/index.html | 117 +++++++++++++++---- content/docs/bootstrap/index.html | 6 +- content/docs/cheatsheet/index.html | 6 +- content/docs/compiler_design/index.html | 6 +- content/docs/contribute/index.html | 6 +- content/docs/extending_nemo/index.html | 6 +- content/docs/font-awesome/index.html | 6 +- content/docs/getting_started/index.html | 6 +- content/docs/home/index.html | 6 +- content/docs/ir/index.html | 6 +- content/docs/jekyll/index.html | 6 +- content/docs/passes_and_policies/index.html | 6 +- content/docs/runtime_design/index.html | 6 +- content/docs/security/index.html | 6 +- content/docs/themes/index.html | 6 +- content/docs/welcome_to_jekyll/index.html | 6 +- content/feed.xml | 125 ++++++++++++++++++++- content/index.html | 2 +- content/pages/downloads/index.html | 6 +- content/pages/license/index.html | 6 +- content/pages/talks/index.html | 6 +- content/pages/team/index.html | 6 +- content/search.json | 10 ++ content/sitemap.xml | 46 ++++---- 32 files changed, 432 insertions(+), 124 deletions(-) diff --git a/content/404.html b/content/404.html index 08dc383..77008cd 100644 --- a/content/404.html +++ b/content/404.html @@ -57,7 +57,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/allposts.html b/content/allposts.html index bdb0eb9..344508d 100644 --- a/content/allposts.html +++ b/content/allposts.html @@ -57,7 +57,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li class="active" ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li class="active" ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> @@ -80,6 +80,16 @@ <div class="container"> <div class="inner-content"> <h1>All Posts</h1> + <p> + <strong><a href="/blog/2022/09/10/release-note-0.4/">Nemo Release 0.4</a></strong> + <span>on September 10, 2022 by Won Wook SONG</span> + </p> + + <p> + <strong><a href="/blog/2022/06/07/release-note-0.3/">Nemo Release 0.3</a></strong> + <span>on June 7, 2022 by Won Wook SONG</span> + </p> + <p> <strong><a href="/blog/2020/03/09/release-note-0.2/">Nemo Release 0.2</a></strong> <span>on March 9, 2020 by Wooyeon Lee</span> diff --git a/content/blog/2018/03/20/nemo-blog-published/index.html b/content/blog/2018/03/20/nemo-blog-published/index.html index 173eb35..ac6310a 100644 --- a/content/blog/2018/03/20/nemo-blog-published/index.html +++ b/content/blog/2018/03/20/nemo-blog-published/index.html @@ -59,7 +59,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li class="active" ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li class="active" ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> @@ -87,6 +87,10 @@ <h4>RECENT POSTS</h4> <ul class="list-unstyled post-list-container"> + <li><a href="/blog/2022/09/10/release-note-0.4/" >Nemo Release 0.4</a></li> + + <li><a href="/blog/2022/06/07/release-note-0.3/" >Nemo Release 0.3</a></li> + <li><a href="/blog/2020/03/09/release-note-0.2/" >Nemo Release 0.2</a></li> <li><a href="/blog/2019/03/02/release-note-0.1/" >Nemo Release 0.1</a></li> diff --git a/content/blog/2018/03/23/pado-on-nemo/index.html b/content/blog/2018/03/23/pado-on-nemo/index.html index 8a97512..80032a4 100644 --- a/content/blog/2018/03/23/pado-on-nemo/index.html +++ b/content/blog/2018/03/23/pado-on-nemo/index.html @@ -59,7 +59,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li class="active" ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li class="active" ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> @@ -87,6 +87,10 @@ <h4>RECENT POSTS</h4> <ul class="list-unstyled post-list-container"> + <li><a href="/blog/2022/09/10/release-note-0.4/" >Nemo Release 0.4</a></li> + + <li><a href="/blog/2022/06/07/release-note-0.3/" >Nemo Release 0.3</a></li> + <li><a href="/blog/2020/03/09/release-note-0.2/" >Nemo Release 0.2</a></li> <li><a href="/blog/2019/03/02/release-note-0.1/" >Nemo Release 0.1</a></li> diff --git a/content/blog/2018/03/23/shuffle-on-nemo/index.html b/content/blog/2018/03/23/shuffle-on-nemo/index.html index a342afa..3f1ff9f 100644 --- a/content/blog/2018/03/23/shuffle-on-nemo/index.html +++ b/content/blog/2018/03/23/shuffle-on-nemo/index.html @@ -59,7 +59,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li class="active" ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li class="active" ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> @@ -87,6 +87,10 @@ <h4>RECENT POSTS</h4> <ul class="list-unstyled post-list-container"> + <li><a href="/blog/2022/09/10/release-note-0.4/" >Nemo Release 0.4</a></li> + + <li><a href="/blog/2022/06/07/release-note-0.3/" >Nemo Release 0.3</a></li> + <li><a href="/blog/2020/03/09/release-note-0.2/" >Nemo Release 0.2</a></li> <li><a href="/blog/2019/03/02/release-note-0.1/" >Nemo Release 0.1</a></li> diff --git a/content/blog/2019/03/02/release-note-0.1/index.html b/content/blog/2019/03/02/release-note-0.1/index.html index fe98d3f..50bcdac 100644 --- a/content/blog/2019/03/02/release-note-0.1/index.html +++ b/content/blog/2019/03/02/release-note-0.1/index.html @@ -59,7 +59,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li class="active" ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li class="active" ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> @@ -87,6 +87,10 @@ <h4>RECENT POSTS</h4> <ul class="list-unstyled post-list-container"> + <li><a href="/blog/2022/09/10/release-note-0.4/" >Nemo Release 0.4</a></li> + + <li><a href="/blog/2022/06/07/release-note-0.3/" >Nemo Release 0.3</a></li> + <li><a href="/blog/2020/03/09/release-note-0.2/" >Nemo Release 0.2</a></li> <li><a href="/blog/2019/03/02/release-note-0.1/" class="active" >Nemo Release 0.1</a></li> diff --git a/content/blog/2020/03/09/release-note-0.2/index.html b/content/blog/2020/03/09/release-note-0.2/index.html index bd65c0b..9dd27fd 100644 --- a/content/blog/2020/03/09/release-note-0.2/index.html +++ b/content/blog/2020/03/09/release-note-0.2/index.html @@ -59,7 +59,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li class="active" ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li class="active" ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> @@ -87,6 +87,10 @@ <h4>RECENT POSTS</h4> <ul class="list-unstyled post-list-container"> + <li><a href="/blog/2022/09/10/release-note-0.4/" >Nemo Release 0.4</a></li> + + <li><a href="/blog/2022/06/07/release-note-0.3/" >Nemo Release 0.3</a></li> + <li><a href="/blog/2020/03/09/release-note-0.2/" class="active" >Nemo Release 0.2</a></li> <li><a href="/blog/2019/03/02/release-note-0.1/" >Nemo Release 0.1</a></li> @@ -310,6 +314,12 @@ </a> </li> + <li class="next"> + <a href="/blog/2022/06/07/release-note-0.3/"> + Newer <span aria-hidden="true">→</span> + </a> + </li> + </ul> </div> diff --git a/content/blog/2018/03/20/nemo-blog-published/index.html b/content/blog/2022/06/07/release-note-0.3/index.html similarity index 54% copy from content/blog/2018/03/20/nemo-blog-published/index.html copy to content/blog/2022/06/07/release-note-0.3/index.html index 173eb35..19fee91 100644 --- a/content/blog/2018/03/20/nemo-blog-published/index.html +++ b/content/blog/2022/06/07/release-note-0.3/index.html @@ -12,26 +12,26 @@ <link rel="shortcut icon" href="/favicon.ico?1"> <!-- Begin Jekyll SEO tag v2.8.0 --> -<title>Nemo blog published! | Nemo</title> +<title>Nemo Release 0.3 | Nemo</title> <meta name="generator" content="Jekyll v3.9.2" /> -<meta property="og:title" content="Nemo blog published!" /> +<meta property="og:title" content="Nemo Release 0.3" /> <meta name="author" content="Won Wook SONG" /> <meta property="og:locale" content="en_US" /> -<meta name="description" content="Our blog is published and is online! We’ll be posting exciting news related to our project on our blog." /> -<meta property="og:description" content="Our blog is published and is online! We’ll be posting exciting news related to our project on our blog." /> -<link rel="canonical" href="http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/" /> -<meta property="og:url" content="http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/" /> +<meta name="description" content="Release Notes - Apache Nemo - Version 0.3" /> +<meta property="og:description" content="Release Notes - Apache Nemo - Version 0.3" /> +<link rel="canonical" href="http://nemo.apache.org//blog/2022/06/07/release-note-0.3/" /> +<meta property="og:url" content="http://nemo.apache.org//blog/2022/06/07/release-note-0.3/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2018-03-20T00:00:00+09:00" /> +<meta property="article:published_time" content="2022-06-07T00:00:00+09:00" /> <meta name="twitter:card" content="summary" /> -<meta property="twitter:title" content="Nemo blog published!" /> +<meta property="twitter:title" content="Nemo Release 0.3" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Won Wook SONG"},"dateModified":"2018-03-20T00:00:00+09:00","datePublished":"2018-03-20T00:00:00+09:00","description":"Our blog is published and is online! We’ll be posting exciting news related to our project on our blog.","headline":"Nemo blog published!","mainEntityOfPage":{"@type":"WebPage","@id":"http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/"},"url":"http://nemo.apache.org//blog/2 [...] +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Won Wook SONG"},"dateModified":"2022-06-07T00:00:00+09:00","datePublished":"2022-06-07T00:00:00+09:00","description":"Release Notes - Apache Nemo - Version 0.3","headline":"Nemo Release 0.3","mainEntityOfPage":{"@type":"WebPage","@id":"http://nemo.apache.org//blog/2022/06/07/release-note-0.3/"},"url":"http://nemo.apache.org//blog/2022/06/07/release-note-0.3/"}</script> <!-- End Jekyll SEO tag --> - <link rel="canonical" href="http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/"> + <link rel="canonical" href="http://nemo.apache.org//blog/2022/06/07/release-note-0.3/"> <link rel="alternate" type="application/rss+xml" title="Nemo" href="http://nemo.apache.org//feed.xml" /> </head> @@ -59,7 +59,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li class="active" ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li class="active" ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> @@ -87,6 +87,10 @@ <h4>RECENT POSTS</h4> <ul class="list-unstyled post-list-container"> + <li><a href="/blog/2022/09/10/release-note-0.4/" >Nemo Release 0.4</a></li> + + <li><a href="/blog/2022/06/07/release-note-0.3/" class="active" >Nemo Release 0.3</a></li> + <li><a href="/blog/2020/03/09/release-note-0.2/" >Nemo Release 0.2</a></li> <li><a href="/blog/2019/03/02/release-note-0.1/" >Nemo Release 0.1</a></li> @@ -95,7 +99,7 @@ <li><a href="/blog/2018/03/23/pado-on-nemo/" >Harnessing transient resources using Nemo</a></li> - <li><a href="/blog/2018/03/20/nemo-blog-published/" class="active" >Nemo blog published!</a></li> + <li><a href="/blog/2018/03/20/nemo-blog-published/" >Nemo blog published!</a></li> <li><a href="/allposts">All posts ...</a></li> </ul> @@ -103,17 +107,71 @@ </div> <div class="col-md-8"> - <h1>Nemo blog published!</h1> - <p>Mar 20, 2018 • Won Wook SONG</p> - <div id="markdown-content-container"><p>Our blog is published and is online! We’ll be posting exciting news related to our project on our blog.</p> + <h1>Nemo Release 0.3</h1> + <p>Jun 7, 2022 • Won Wook SONG</p> + <div id="markdown-content-container"><p>Release Notes - Apache Nemo - Version 0.3</p> + +<h3 id="heres-a-brief-summary-about-the-release">Here’s a brief summary about the release:</h3> + +<ul> + <li>This release fixes a few high-priority bugs in 0.2 and has a variety of smaller fixes.</li> + <li>The release also includes several major functionalities regarding stream processing and dynamic optimizations, such as dynamic task sizing, as well as implementation of the simulation scheduler.</li> +</ul> + +<h2> Sub-task +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-351">NEMO-351</a>] - Empowering Nemo with fast I/O using Apache Crail +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-377">NEMO-377</a>] - Fix watermark emission when there are no outputs in GBKWindowTransform +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-411">NEMO-411</a>] - Bug in ScheduleGroupPass, OutputTag, DuplicateEdgeGroup +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-447">NEMO-447</a>] - Fix beam pom.xml to resolve build failure +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-457">NEMO-457</a>] - Improve test coverage score on sonar cloud test +</li> +</ul> + +<h2> New Feature +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-438">NEMO-438</a>] - Create a Simulator for Simulating an Execution of an Execution Plan +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-324">NEMO-324</a>] - Distinguish Beam's run and waitUntilFinish methods. +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-392">NEMO-392</a>] - Support combine in streaming +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-433">NEMO-433</a>] - Improvement of Task Metrics and Collecting Them For Sampling +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-439">NEMO-439</a>] - Upgrade current working version to 0.3-SNAPSHOT +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-459">NEMO-459</a>] - Enable Automatic Analysis for sonar cloud +</li> +</ul> -<p>Your contribution is welcome!</p> </div> <hr> <ul class="pager"> + + <li class="previous"> + <a href="/blog/2020/03/09/release-note-0.2/"> + <span aria-hidden="true">←</span> Older + </a> + </li> <li class="next"> - <a href="/blog/2018/03/23/pado-on-nemo/"> + <a href="/blog/2022/09/10/release-note-0.4/"> Newer <span aria-hidden="true">→</span> </a> </li> diff --git a/content/blog/2018/03/20/nemo-blog-published/index.html b/content/blog/2022/09/10/release-note-0.4/index.html similarity index 51% copy from content/blog/2018/03/20/nemo-blog-published/index.html copy to content/blog/2022/09/10/release-note-0.4/index.html index 173eb35..32c21f1 100644 --- a/content/blog/2018/03/20/nemo-blog-published/index.html +++ b/content/blog/2022/09/10/release-note-0.4/index.html @@ -12,26 +12,26 @@ <link rel="shortcut icon" href="/favicon.ico?1"> <!-- Begin Jekyll SEO tag v2.8.0 --> -<title>Nemo blog published! | Nemo</title> +<title>Nemo Release 0.4 | Nemo</title> <meta name="generator" content="Jekyll v3.9.2" /> -<meta property="og:title" content="Nemo blog published!" /> +<meta property="og:title" content="Nemo Release 0.4" /> <meta name="author" content="Won Wook SONG" /> <meta property="og:locale" content="en_US" /> -<meta name="description" content="Our blog is published and is online! We’ll be posting exciting news related to our project on our blog." /> -<meta property="og:description" content="Our blog is published and is online! We’ll be posting exciting news related to our project on our blog." /> -<link rel="canonical" href="http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/" /> -<meta property="og:url" content="http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/" /> +<meta name="description" content="Release Notes - Apache Nemo - Version 0.4" /> +<meta property="og:description" content="Release Notes - Apache Nemo - Version 0.4" /> +<link rel="canonical" href="http://nemo.apache.org//blog/2022/09/10/release-note-0.4/" /> +<meta property="og:url" content="http://nemo.apache.org//blog/2022/09/10/release-note-0.4/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2018-03-20T00:00:00+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:00:00+09:00" /> <meta name="twitter:card" content="summary" /> -<meta property="twitter:title" content="Nemo blog published!" /> +<meta property="twitter:title" content="Nemo Release 0.4" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Won Wook SONG"},"dateModified":"2018-03-20T00:00:00+09:00","datePublished":"2018-03-20T00:00:00+09:00","description":"Our blog is published and is online! We’ll be posting exciting news related to our project on our blog.","headline":"Nemo blog published!","mainEntityOfPage":{"@type":"WebPage","@id":"http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/"},"url":"http://nemo.apache.org//blog/2 [...] +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Won Wook SONG"},"dateModified":"2022-09-10T00:00:00+09:00","datePublished":"2022-09-10T00:00:00+09:00","description":"Release Notes - Apache Nemo - Version 0.4","headline":"Nemo Release 0.4","mainEntityOfPage":{"@type":"WebPage","@id":"http://nemo.apache.org//blog/2022/09/10/release-note-0.4/"},"url":"http://nemo.apache.org//blog/2022/09/10/release-note-0.4/"}</script> <!-- End Jekyll SEO tag --> - <link rel="canonical" href="http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/"> + <link rel="canonical" href="http://nemo.apache.org//blog/2022/09/10/release-note-0.4/"> <link rel="alternate" type="application/rss+xml" title="Nemo" href="http://nemo.apache.org//feed.xml" /> </head> @@ -59,7 +59,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li class="active" ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li class="active" ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> @@ -87,6 +87,10 @@ <h4>RECENT POSTS</h4> <ul class="list-unstyled post-list-container"> + <li><a href="/blog/2022/09/10/release-note-0.4/" class="active" >Nemo Release 0.4</a></li> + + <li><a href="/blog/2022/06/07/release-note-0.3/" >Nemo Release 0.3</a></li> + <li><a href="/blog/2020/03/09/release-note-0.2/" >Nemo Release 0.2</a></li> <li><a href="/blog/2019/03/02/release-note-0.1/" >Nemo Release 0.1</a></li> @@ -95,7 +99,7 @@ <li><a href="/blog/2018/03/23/pado-on-nemo/" >Harnessing transient resources using Nemo</a></li> - <li><a href="/blog/2018/03/20/nemo-blog-published/" class="active" >Nemo blog published!</a></li> + <li><a href="/blog/2018/03/20/nemo-blog-published/" >Nemo blog published!</a></li> <li><a href="/allposts">All posts ...</a></li> </ul> @@ -103,21 +107,92 @@ </div> <div class="col-md-8"> - <h1>Nemo blog published!</h1> - <p>Mar 20, 2018 • Won Wook SONG</p> - <div id="markdown-content-container"><p>Our blog is published and is online! We’ll be posting exciting news related to our project on our blog.</p> + <h1>Nemo Release 0.4</h1> + <p>Sep 10, 2022 • Won Wook SONG</p> + <div id="markdown-content-container"><p>Release Notes - Apache Nemo - Version 0.4</p> + +<h3 id="heres-a-brief-summary-about-the-release">Here’s a brief summary about the release:</h3> + +<ul> + <li>This release fixes a few high-priority bugs in 0.3 and has a variety +of smaller fixes.</li> + <li>The release also includes several major functionalities regarding +stream processing.</li> + <li>Installation script for nemo prerequisites for easier usage by new users</li> + <li>Cleanup of unused stream metrics</li> + <li>Addition of critical stream metrics (e.g. latency, throughput)</li> + <li>Addition of examples of stream applications</li> + <li>Scripts for network profiling within the Nemo cluster</li> + <li>Bump library versions to react to security risks and keep libraries +up-to-date with new features</li> + <li>Fix the heisenbug regarding communication through stream pipe channels</li> + <li>Upgrading the CI with new platforms</li> +</ul> + +<h2> Sub-task +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-398">NEMO-398</a>] - ExecutorRepresenter interface and LambdaExecutorRepresenter +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-299">NEMO-299</a>] - WindowedWordCountITCase Hangs (Heisenbug) +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-460">NEMO-460</a>] - Setting coders in CombinePerKey transformation +</li> +</ul> + +<h2> New Feature +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-481">NEMO-481</a>] - Add Stream examples +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-394">NEMO-394</a>] - Exchange data via shared memory when two tasks are in the same Executor in streaming +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-429">NEMO-429</a>] - Dec 2nd, 2019 Code Session +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-434">NEMO-434</a>] - Logical DAG modification for Dynamic sampling of task metrics during the execution of a stage +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-436">NEMO-436</a>] - Dynamic re-configuration based on the Sampled Metric Data +</li> +</ul> + +<h2> Task +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-422">NEMO-422</a>] - SonarCloud issues +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-440">NEMO-440</a>] - Migrate to Java11 and use Java 11 Features +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-482">NEMO-482</a>] - Keep library versions updated +</li> +</ul> + +<h2> Umbrella +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-483">NEMO-483</a>] - Record Metrics associated with stream processing +</li> +</ul> -<p>Your contribution is welcome!</p> </div> <hr> <ul class="pager"> - - <li class="next"> - <a href="/blog/2018/03/23/pado-on-nemo/"> - Newer <span aria-hidden="true">→</span> + + <li class="previous"> + <a href="/blog/2022/06/07/release-note-0.3/"> + <span aria-hidden="true">←</span> Older </a> </li> - + </ul> </div> diff --git a/content/docs/bootstrap/index.html b/content/docs/bootstrap/index.html index 7421193..ebac371 100644 --- a/content/docs/bootstrap/index.html +++ b/content/docs/bootstrap/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/bootstrap/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Bootstrap Features" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Buttons Default Primary Success Info Warning Danger Link Default Primary Success Info Warning Danger Link Default Action Another action Something else here Separated link","headline":"Bootstrap Features","url":"http://nemo.apache.org//docs/bootstrap/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Buttons Default Primary Success Info Warning Danger Link Default Primary Success Info Warning Danger Link Default Action Another action Something else here Separated link","headline":"Bootstrap Features","url":"http://nemo.apache.org//docs/bootstrap/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/cheatsheet/index.html b/content/docs/cheatsheet/index.html index eb657a8..ff57b6d 100644 --- a/content/docs/cheatsheet/index.html +++ b/content/docs/cheatsheet/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/cheatsheet/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Markdown Cheatsheet" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"From adam-p/markdown-here","headline":"Markdown Cheatsheet","url":"http://nemo.apache.org//docs/cheatsheet/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"From adam-p/markdown-here","headline":"Markdown Cheatsheet","url":"http://nemo.apache.org//docs/cheatsheet/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/compiler_design/index.html b/content/docs/compiler_design/index.html index 32194fe..3ad72c0 100644 --- a/content/docs/compiler_design/index.html +++ b/content/docs/compiler_design/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/compiler_design/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Compiler Design" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Overview","headline":"Compiler Design","url":"http://nemo.apache.org//docs/compiler_design/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Overview","headline":"Compiler Design","url":"http://nemo.apache.org//docs/compiler_design/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/contribute/index.html b/content/docs/contribute/index.html index d042e6f..0807854 100644 --- a/content/docs/contribute/index.html +++ b/content/docs/contribute/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/contribute/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Contribute" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Contribute","headline":"Contribute","url":"http://nemo.apache.org//docs/contribute/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Contribute","headline":"Contribute","url":"http://nemo.apache.org//docs/contribute/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/extending_nemo/index.html b/content/docs/extending_nemo/index.html index 28c96ee..f97345e 100644 --- a/content/docs/extending_nemo/index.html +++ b/content/docs/extending_nemo/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/extending_nemo/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Extending Nemo" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Overview","headline":"Extending Nemo","url":"http://nemo.apache.org//docs/extending_nemo/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Overview","headline":"Extending Nemo","url":"http://nemo.apache.org//docs/extending_nemo/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/font-awesome/index.html b/content/docs/font-awesome/index.html index 5c26b33..a4ad068 100644 --- a/content/docs/font-awesome/index.html +++ b/content/docs/font-awesome/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/font-awesome/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Font Awesome Icon List" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"500px address-book address-book-o address-card address-card-o adjust adn align-center align-justify align-left align-right amazon ambulance american-sign-language-interpreting anchor android angellist angle-double-down angle-double-left angle-double-right angle-double-up angle-down angle-left angle-right angle-up apple archive area-chart [...] +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"500px address-book address-book-o address-card address-card-o adjust adn align-center align-justify align-left align-right amazon ambulance american-sign-language-interpreting anchor android angellist angle-double-down angle-double-left angle-double-right angle-double-up angle-down angle-left angle-right angle-up apple archive area-chart [...] <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/getting_started/index.html b/content/docs/getting_started/index.html index 7004248..e4f3ec5 100644 --- a/content/docs/getting_started/index.html +++ b/content/docs/getting_started/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/getting_started/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Getting Started" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Nemo","headline":"Getting Started","url":"http://nemo.apache.org//docs/getting_started/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Nemo","headline":"Getting Started","url":"http://nemo.apache.org//docs/getting_started/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/home/index.html b/content/docs/home/index.html index ebb55ec..ecd5a78 100644 --- a/content/docs/home/index.html +++ b/content/docs/home/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/home/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Overview" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Nemo aims to optimize data processing for better performance and datacenter efficiency, not only in general and common conditions, but also with various deployment characteristics. Such characteristics include processing data on specific resource environments, like transient resources, and running jobs with specific attributes, like skew [...] +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Nemo aims to optimize data processing for better performance and datacenter efficiency, not only in general and common conditions, but also with various deployment characteristics. Such characteristics include processing data on specific resource environments, like transient resources, and running jobs with specific attributes, like skew [...] <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/ir/index.html b/content/docs/ir/index.html index 705664b..8ccaad6 100644 --- a/content/docs/ir/index.html +++ b/content/docs/ir/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/ir/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Nemo Intermediate Representation (IR)" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Overview","headline":"Nemo Intermediate Representation (IR)","url":"http://nemo.apache.org//docs/ir/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Overview","headline":"Nemo Intermediate Representation (IR)","url":"http://nemo.apache.org//docs/ir/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/jekyll/index.html b/content/docs/jekyll/index.html index 9da863f..861f678 100644 --- a/content/docs/jekyll/index.html +++ b/content/docs/jekyll/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/jekyll/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Jekyll intro" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Getting started","headline":"Jekyll intro","url":"http://nemo.apache.org//docs/jekyll/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Getting started","headline":"Jekyll intro","url":"http://nemo.apache.org//docs/jekyll/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/passes_and_policies/index.html b/content/docs/passes_and_policies/index.html index 070e699..a115c11 100644 --- a/content/docs/passes_and_policies/index.html +++ b/content/docs/passes_and_policies/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/passes_and_policies/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Passes and Policies" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Optimization Passes","headline":"Passes and Policies","url":"http://nemo.apache.org//docs/passes_and_policies/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Optimization Passes","headline":"Passes and Policies","url":"http://nemo.apache.org//docs/passes_and_policies/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/runtime_design/index.html b/content/docs/runtime_design/index.html index ba529b9..1a3c320 100644 --- a/content/docs/runtime_design/index.html +++ b/content/docs/runtime_design/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/runtime_design/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Runtime Design" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Receiving a Job from the Nemo Compiler","headline":"Runtime Design","url":"http://nemo.apache.org//docs/runtime_design/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Receiving a Job from the Nemo Compiler","headline":"Runtime Design","url":"http://nemo.apache.org//docs/runtime_design/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/security/index.html b/content/docs/security/index.html index ed5a7d1..87a6666 100644 --- a/content/docs/security/index.html +++ b/content/docs/security/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/security/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Security Guide" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Reporting Security Issues The Apache Software Foundation takes a very active stance in eliminating security problems and denial of service attacks against its products. We strongly encourage folks to report such problems to our private security mailing list first, before disclosing them in a public forum. Please note that the security ma [...] +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Reporting Security Issues The Apache Software Foundation takes a very active stance in eliminating security problems and denial of service attacks against its products. We strongly encourage folks to report such problems to our private security mailing list first, before disclosing them in a public forum. Please note that the security ma [...] <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/themes/index.html b/content/docs/themes/index.html index 48b3ab7..8508e8a 100644 --- a/content/docs/themes/index.html +++ b/content/docs/themes/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/themes/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Themes" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"By default, this website uses paper theme, but you can change it to another bootwatch theme by setting bootwatch variable in _config.yml file. (Don’t forget to restart Jekyll if you are running locally because the configuration is not re-read upon change.)","headline":"Themes","url":"http://nemo.apache.org//docs/themes/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"By default, this website uses paper theme, but you can change it to another bootwatch theme by setting bootwatch variable in _config.yml file. (Don’t forget to restart Jekyll if you are running locally because the configuration is not re-read upon change.)","headline":"Themes","url":"http://nemo.apache.org//docs/themes/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/docs/welcome_to_jekyll/index.html b/content/docs/welcome_to_jekyll/index.html index 1e6ec3f..de0b8f5 100644 --- a/content/docs/welcome_to_jekyll/index.html +++ b/content/docs/welcome_to_jekyll/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//docs/welcome_to_jekyll/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Welcome to Jekyll!" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.","headline":"Welcome to Jekyll!","url":"http:// [...] +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.","headline":"Welcome to Jekyll!","url":"http:// [...] <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/feed.xml b/content/feed.xml index cdbec04..555c75d 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -1,5 +1,126 @@ -<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="http://nemo.apache.org//feed.xml" rel="self" type="application/atom+xml" /><link href="http://nemo.apache.org//" rel="alternate" type="text/html" hreflang="en-US" /><updated>2022-09-09T21:53:08+09:00</updated><id>http://nemo.apache.org//feed.xml</id><title type="html">Nemo</title><subtitle>A Data Processing S [...] -</subtitle><entry><title type="html">Nemo Release 0.2</title><link href="http://nemo.apache.org//blog/2020/03/09/release-note-0.2/" rel="alternate" type="text/html" title="Nemo Release 0.2" /><published>2020-03-09T00:00:00+09:00</published><updated>2020-03-09T00:00:00+09:00</updated><id>http://nemo.apache.org//blog/2020/03/09/release-note-0.2</id><content type="html" xml:base="http://nemo.apache.org//blog/2020/03/09/release-note-0.2/"><p>Release Notes - Apache Nemo - Version 0.2</p> +<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><generator uri="https://jekyllrb.com/" version="3.9.2">Jekyll</generator><link href="http://nemo.apache.org//feed.xml" rel="self" type="application/atom+xml" /><link href="http://nemo.apache.org//" rel="alternate" type="text/html" hreflang="en-US" /><updated>2022-09-10T00:27:36+09:00</updated><id>http://nemo.apache.org//feed.xml</id><title type="html">Nemo</title><subtitle>A Data Processing S [...] +</subtitle><entry><title type="html">Nemo Release 0.4</title><link href="http://nemo.apache.org//blog/2022/09/10/release-note-0.4/" rel="alternate" type="text/html" title="Nemo Release 0.4" /><published>2022-09-10T00:00:00+09:00</published><updated>2022-09-10T00:00:00+09:00</updated><id>http://nemo.apache.org//blog/2022/09/10/release-note-0.4</id><content type="html" xml:base="http://nemo.apache.org//blog/2022/09/10/release-note-0.4/"><p>Release Notes - Apache Nemo - Version 0.4</p> + +<h3 id="heres-a-brief-summary-about-the-release">Here’s a brief summary about the release:</h3> + +<ul> + <li>This release fixes a few high-priority bugs in 0.3 and has a variety +of smaller fixes.</li> + <li>The release also includes several major functionalities regarding +stream processing.</li> + <li>Installation script for nemo prerequisites for easier usage by new users</li> + <li>Cleanup of unused stream metrics</li> + <li>Addition of critical stream metrics (e.g. latency, throughput)</li> + <li>Addition of examples of stream applications</li> + <li>Scripts for network profiling within the Nemo cluster</li> + <li>Bump library versions to react to security risks and keep libraries +up-to-date with new features</li> + <li>Fix the heisenbug regarding communication through stream pipe channels</li> + <li>Upgrading the CI with new platforms</li> +</ul> + +<h2> Sub-task +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-398">NEMO-398</a>] - ExecutorRepresenter interface and LambdaExecutorRepresenter +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-299">NEMO-299</a>] - WindowedWordCountITCase Hangs (Heisenbug) +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-460">NEMO-460</a>] - Setting coders in CombinePerKey transformation +</li> +</ul> + +<h2> New Feature +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-481">NEMO-481</a>] - Add Stream examples +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-394">NEMO-394</a>] - Exchange data via shared memory when two tasks are in the same Executor in streaming +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-429">NEMO-429</a>] - Dec 2nd, 2019 Code Session +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-434">NEMO-434</a>] - Logical DAG modification for Dynamic sampling of task metrics during the execution of a stage +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-436">NEMO-436</a>] - Dynamic re-configuration based on the Sampled Metric Data +</li> +</ul> + +<h2> Task +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-422">NEMO-422</a>] - SonarCloud issues +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-440">NEMO-440</a>] - Migrate to Java11 and use Java 11 Features +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-482">NEMO-482</a>] - Keep library versions updated +</li> +</ul> + +<h2> Umbrella +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-483">NEMO-483</a>] - Record Metrics associated with stream processing +</li> +</ul></content><author><name>Won Wook SONG</name></author><summary type="html">Release Notes - Apache Nemo - Version 0.4</summary></entry><entry><title type="html">Nemo Release 0.3</title><link href="http://nemo.apache.org//blog/2022/06/07/release-note-0.3/" rel="alternate" type="text/html" title="Nemo Release 0.3" /><published>2022-06-07T00:00:00+09:00</published><updated>2022-06-07T00:00:00+09:00</updated><id>http://nemo.apache.org//blog/2022/06/07/release-note-0.3</id><content t [...] + +<h3 id="heres-a-brief-summary-about-the-release">Here’s a brief summary about the release:</h3> + +<ul> + <li>This release fixes a few high-priority bugs in 0.2 and has a variety of smaller fixes.</li> + <li>The release also includes several major functionalities regarding stream processing and dynamic optimizations, such as dynamic task sizing, as well as implementation of the simulation scheduler.</li> +</ul> + +<h2> Sub-task +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-351">NEMO-351</a>] - Empowering Nemo with fast I/O using Apache Crail +</li> +</ul> + +<h2> Bug +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-377">NEMO-377</a>] - Fix watermark emission when there are no outputs in GBKWindowTransform +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-411">NEMO-411</a>] - Bug in ScheduleGroupPass, OutputTag, DuplicateEdgeGroup +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-447">NEMO-447</a>] - Fix beam pom.xml to resolve build failure +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-457">NEMO-457</a>] - Improve test coverage score on sonar cloud test +</li> +</ul> + +<h2> New Feature +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-438">NEMO-438</a>] - Create a Simulator for Simulating an Execution of an Execution Plan +</li> +</ul> + +<h2> Improvement +</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-324">NEMO-324</a>] - Distinguish Beam&#39;s run and waitUntilFinish methods. +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-392">NEMO-392</a>] - Support combine in streaming +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-433">NEMO-433</a>] - Improvement of Task Metrics and Collecting Them For Sampling +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-439">NEMO-439</a>] - Upgrade current working version to 0.3-SNAPSHOT +</li> +<li>[<a href="https://issues.apache.org/jira/browse/NEMO-459">NEMO-459</a>] - Enable Automatic Analysis for sonar cloud +</li> +</ul></content><author><name>Won Wook SONG</name></author><summary type="html">Release Notes - Apache Nemo - Version 0.3</summary></entry><entry><title type="html">Nemo Release 0.2</title><link href="http://nemo.apache.org//blog/2020/03/09/release-note-0.2/" rel="alternate" type="text/html" title="Nemo Release 0.2" /><published>2020-03-09T00:00:00+09:00</published><updated>2020-03-09T00:00:00+09:00</updated><id>http://nemo.apache.org//blog/2020/03/09/release-note-0.2</id><content t [...] <h2> Sub-task </h2> diff --git a/content/index.html b/content/index.html index 09c90ef..aea1700 100644 --- a/content/index.html +++ b/content/index.html @@ -57,7 +57,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/pages/downloads/index.html b/content/pages/downloads/index.html index 94cba1e..2545ef7 100644 --- a/content/pages/downloads/index.html +++ b/content/pages/downloads/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//pages/downloads/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Downloads" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Releases","headline":"Downloads","url":"http://nemo.apache.org//pages/downloads/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Releases","headline":"Downloads","url":"http://nemo.apache.org//pages/downloads/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/pages/license/index.html b/content/pages/license/index.html index 9191771..8a231ce 100644 --- a/content/pages/license/index.html +++ b/content/pages/license/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//pages/license/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="License" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"``` Apache License Version 2.0, January 2004 http://www.apache.org/licenses/","headline":"License","url":"http://nemo.apache.org//pages/license/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"``` Apache License Version 2.0, January 2004 http://www.apache.org/licenses/","headline":"License","url":"http://nemo.apache.org//pages/license/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li class="active" ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/pages/talks/index.html b/content/pages/talks/index.html index b901762..4a6e963 100644 --- a/content/pages/talks/index.html +++ b/content/pages/talks/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//pages/talks/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Talks" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Flexible Optimizations and Efficient Execution of Data Processing on Apache Nemo (ApacheCon Asia 2021)(link)","headline":"Talks","url":"http://nemo.apache.org//pages/talks/"}</script> +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Flexible Optimizations and Efficient Execution of Data Processing on Apache Nemo (ApacheCon Asia 2021)(link)","headline":"Talks","url":"http://nemo.apache.org//pages/talks/"}</script> <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li class="active" ><a href="/pages/talks">Talks</a></li> <li ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/pages/team/index.html b/content/pages/team/index.html index 274a7b7..abd0280 100644 --- a/content/pages/team/index.html +++ b/content/pages/team/index.html @@ -22,11 +22,11 @@ <meta property="og:url" content="http://nemo.apache.org//pages/team/" /> <meta property="og:site_name" content="Nemo" /> <meta property="og:type" content="article" /> -<meta property="article:published_time" content="2022-09-09T21:53:08+09:00" /> +<meta property="article:published_time" content="2022-09-10T00:27:36+09:00" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Team" /> <script type="application/ld+json"> -{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-09T21:53:08+09:00","datePublished":"2022-09-09T21:53:08+09:00","description":"Contributing to Nemo Your contributation is always welcome :) If you would like to contribute to Nemo, please subscribe to our mailing list: d...@nemo.apache.org [subscribe]. We have a Slack channel for active discussions. Join us on Slack by requesting for an invitation by sending an e-mail to dev@ after subscription.","headline":"Team", [...] +{"@context":"https://schema.org","@type":"WebPage","dateModified":"2022-09-10T00:27:36+09:00","datePublished":"2022-09-10T00:27:36+09:00","description":"Contributing to Nemo Your contributation is always welcome :) If you would like to contribute to Nemo, please subscribe to our mailing list: d...@nemo.apache.org [subscribe]. We have a Slack channel for active discussions. Join us on Slack by requesting for an invitation by sending an e-mail to dev@ after subscription.","headline":"Team", [...] <!-- End Jekyll SEO tag --> @@ -58,7 +58,7 @@ <li ><a href="/pages/talks">Talks</a></li> <li class="active" ><a href="/pages/team">Team</a></li> <li ><a href="/pages/license">License</a></li> - <li ><a href="/blog/2020/03/09/release-note-0.2/">Blog</a></li> + <li ><a href="/blog/2022/09/10/release-note-0.4/">Blog</a></li> </ul> <div class="navbar-right"> <form class="navbar-form navbar-left"> diff --git a/content/search.json b/content/search.json index acf183b..d659bcb 100644 --- a/content/search.json +++ b/content/search.json @@ -68,6 +68,16 @@ + { + "title": "Nemo Release 0.4", + "url": "/blog/2022/09/10/release-note-0.4/" + }, + + { + "title": "Nemo Release 0.3", + "url": "/blog/2022/06/07/release-note-0.3/" + }, + { "title": "Nemo Release 0.2", "url": "/blog/2020/03/09/release-note-0.2/" diff --git a/content/sitemap.xml b/content/sitemap.xml index 627e538..6662d67 100644 --- a/content/sitemap.xml +++ b/content/sitemap.xml @@ -2,79 +2,79 @@ <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>http://nemo.apache.org//docs/contribute/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/compiler_design/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/runtime_design/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/getting_started/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/home/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/bootstrap/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/cheatsheet/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/jekyll/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/font-awesome/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/themes/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/welcome_to_jekyll/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/extending_nemo/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/ir/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/passes_and_policies/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//docs/security/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//pages/downloads/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//pages/license/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//pages/talks/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//pages/team/</loc> -<lastmod>2022-09-09T21:53:08+09:00</lastmod> +<lastmod>2022-09-10T00:27:36+09:00</lastmod> </url> <url> <loc>http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/</loc> @@ -97,6 +97,14 @@ <lastmod>2020-03-09T00:00:00+09:00</lastmod> </url> <url> +<loc>http://nemo.apache.org//blog/2022/06/07/release-note-0.3/</loc> +<lastmod>2022-06-07T00:00:00+09:00</lastmod> +</url> +<url> +<loc>http://nemo.apache.org//blog/2022/09/10/release-note-0.4/</loc> +<lastmod>2022-09-10T00:00:00+09:00</lastmod> +</url> +<url> <loc>http://nemo.apache.org//allposts.html</loc> </url> <url>