add post
diff --git a/_posts/2018-03-23-pado-on-nemo.md b/_posts/2018-03-23-pado-on-nemo.md
new file mode 100644
index 0000000..347600a
--- /dev/null
+++ b/_posts/2018-03-23-pado-on-nemo.md
@@ -0,0 +1,34 @@
+---
+layout: post
+title:  "Harnessing transient resources using Nemo"
+author: John Yang
+---
+
+To increase datacenter utilization, data processing jobs are increasingly being deployed on transient resources temporarily borrowed from latency-critical jobs. However, these transient resources must be evicted whenever latency-critical jobs require them again. Resource evictions often lead to cascading recomputations that substantially degrade job performance.
+
+Pado[1] is an optimization technique that reduces the number of recomputations triggered by eviction of transient resources. Specifically, Pado uses a placement algorithm for selectively retaining intermediate results on reserved resources that are not evicted.
+
+Nemo provides an optimization policy interface that makes it easy for users to employ techniques like Pado to improve application performance. To demonstrate the flexibility of Nemo, we have developed and evaluated PadoPolicy. We summarize preliminary evaluation results as follows.
+
+
+### Experimentation setup
+
+
+- Systems: Spark 2.2.0, Nemo with PadoPolicy
+- Resources:
+  - m4.2xlarge AWS EC2 instances (8 vCPU, 32GB memory)
+  - 35 transient nodes, and 5 reserved nodes
+    - 5-minute mean poisson eviction rate for each transient node
+    - An evicted transient node is immediately replaced with a new transient node
+- Dataset: 10GB Yahoo! music ratings dataset[2]
+- Application: A machine learning recommendation algorithm (Alternating least squares)
+
+
+### Job completion time (JCT)
+
+Spark was not able to complete the job even after running for 120 minutes, because it was stuck repeatedly recomputing intermediate results that are lost due to eviction. In contrast, Nemo completed in 18 minutes by selectively retaining intermediate results on reserved nodes using the Pado technique.
+
+[1] Youngseok Yang, Geon-Woo Kim, Won Wook Song, Yunseong Lee, Andrew Chung, Zhengping Qian, Brian Cho, and Byung-Gon Chun. 2017. Pado: A Data Processing Engine for Harnessing Transient Resources in Datacenters. In Proceedings of the Twelfth European Conference on Computer Systems (EuroSys '17).
+
+[2] Yahoo! Music User Ratings of Songs with Artist, Album, and Genre Meta Information, v. 1.0. https://webscope. sandbox.yahoo.com/catalog.php?datatype=r.
+
diff --git a/_posts/2018-03-23-shuffle-on-nemo.md b/_posts/2018-03-23-shuffle-on-nemo.md
index 7b3c82c..00e3a11 100644
--- a/_posts/2018-03-23-shuffle-on-nemo.md
+++ b/_posts/2018-03-23-shuffle-on-nemo.md
@@ -40,8 +40,9 @@
 
 
 
-[1] RAO, S., RAMAKRISHNAN, R., SILBERSTEIN, A., OVSIANNIKOV, M., AND REEVES, D. Sailfish: A framework for large scale data processing. In SOCC (2012).
+[1] Sriram Rao, Raghu Ramakrishnan, Adam Silberstein, Mike Ovsiannikov, and Damian Reeves. 2012. Sailfish: a framework for large scale data processing. In Proceedings of the Third ACM Symposium on Cloud Computing (SoCC '12).
 
 [2] Apache Spark. https://spark.apache.org/.
 
 [3] Wikipedia pageview statistics. https://dumps.wikimedia.org/other/pagecounts-raw/.
+
diff --git a/content/404.html b/content/404.html
index 32734ad..f22d896 100644
--- a/content/404.html
+++ b/content/404.html
@@ -25,7 +25,7 @@
 <meta property="og:url" content="http://nemo.apache.org//404.html" />
 <meta property="og:site_name" content="Nemo" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"A Data Processing System for Flexible Employment With Different Deployment Characteristics.","name":null,"@type":"WebPage","headline":"Nemo","dateModified":null,"datePublished":null,"url":"http://nemo.apache.org//404.html","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"A Data Processing System for Flexible Employment With Different Deployment Characteristics.","author":null,"@type":"WebPage","url":"http://nemo.apache.org//404.html","publisher":null,"image":null,"headline":"Nemo","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/allposts.html b/content/allposts.html
index 8fca445..3d048c0 100644
--- a/content/allposts.html
+++ b/content/allposts.html
@@ -25,7 +25,7 @@
 <meta property="og:url" content="http://nemo.apache.org//allposts.html" />
 <meta property="og:site_name" content="Nemo" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"A Data Processing System for Flexible Employment With Different Deployment Characteristics.","name":null,"@type":"WebPage","headline":"Blog","dateModified":null,"datePublished":null,"url":"http://nemo.apache.org//allposts.html","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"A Data Processing System for Flexible Employment With Different Deployment Characteristics.","author":null,"@type":"WebPage","url":"http://nemo.apache.org//allposts.html","publisher":null,"image":null,"headline":"Blog","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -86,6 +86,11 @@
         </p>
         
         <p>
+            <strong><a href="/blog/2018/03/23/pado-on-nemo/">Harnessing transient resources using Nemo</a></strong>
+            <span>on March 23, 2018  by John Yang</span>
+        </p>
+        
+        <p>
             <strong><a href="/blog/2018/03/20/nemo-blog-published/">Nemo blog published!</a></strong>
             <span>on March 20, 2018  by Won Wook SONG</span>
         </p>
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 5550d93..c8d2230 100644
--- a/content/blog/2018/03/20/nemo-blog-published/index.html
+++ b/content/blog/2018/03/20/nemo-blog-published/index.html
@@ -27,7 +27,7 @@
 <meta property="og:type" content="article" />
 <meta property="article:published_time" content="2018-03-20T00:00:00+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":{"@type":"Person","name":"Won Wook SONG"},"description":"Our blog is published and is online! We’ll be posting exciting news related to our project on our blog.","name":null,"@type":"BlogPosting","headline":"Nemo blog published!","dateModified":"2018-03-20T00:00:00+09:00","datePublished":"2018-03-20T00:00:00+09:00","url":"http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/","sameAs":null,"mainEntityOfPage":{"@type":"WebPage","@id":"http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/"},"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"Our blog is published and is online! We’ll be posting exciting news related to our project on our blog.","author":{"@type":"Person","name":"Won Wook SONG"},"@type":"BlogPosting","url":"http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/","publisher":null,"image":null,"headline":"Nemo blog published!","dateModified":"2018-03-20T00:00:00+09:00","datePublished":"2018-03-20T00:00:00+09:00","sameAs":null,"mainEntityOfPage":{"@type":"WebPage","@id":"http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/"},"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -89,6 +89,8 @@
                     
                     <li><a href="/blog/2018/03/23/shuffle-on-nemo/" >Optimizing shuffle performance using Nemo</a></li>
                     
+                    <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="/allposts">All posts ...</a></li>
@@ -107,7 +109,7 @@
             <ul class="pager">
                  
                 <li class="next">
-                    <a href="/blog/2018/03/23/shuffle-on-nemo/">
+                    <a href="/blog/2018/03/23/pado-on-nemo/">
                       Newer <span aria-hidden="true">&rarr;</span>
                     </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
new file mode 100644
index 0000000..fa7ce7f
--- /dev/null
+++ b/content/blog/2018/03/23/pado-on-nemo/index.html
@@ -0,0 +1,184 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+
+    <title>Harnessing transient resources using Nemo</title>
+    <meta name="description" content="To increase datacenter utilization, data processing jobs are increasingly being deployed on transient resources temporarily borrowed from latency-critical jo...">
+
+
+    <link rel="stylesheet" href="/css/main.css">
+    <link rel="stylesheet" href="/css/font-awesome.min.css">
+
+    <link rel="shortcut icon" href="/favicon.ico?1">
+    <!-- Begin Jekyll SEO tag v2.3.0 -->
+<title>Harnessing transient resources using Nemo | Nemo</title>
+<meta property="og:title" content="Harnessing transient resources using Nemo" />
+<meta name="author" content="John Yang" />
+<meta property="og:locale" content="en_US" />
+<meta name="description" content="To increase datacenter utilization, data processing jobs are increasingly being deployed on transient resources temporarily borrowed from latency-critical jobs. However, these transient resources must be evicted whenever latency-critical jobs require them again. Resource evictions often lead to cascading recomputations that substantially degrade job performance." />
+<meta property="og:description" content="To increase datacenter utilization, data processing jobs are increasingly being deployed on transient resources temporarily borrowed from latency-critical jobs. However, these transient resources must be evicted whenever latency-critical jobs require them again. Resource evictions often lead to cascading recomputations that substantially degrade job performance." />
+<link rel="canonical" href="http://nemo.apache.org//blog/2018/03/23/pado-on-nemo/" />
+<meta property="og:url" content="http://nemo.apache.org//blog/2018/03/23/pado-on-nemo/" />
+<meta property="og:site_name" content="Nemo" />
+<meta property="og:type" content="article" />
+<meta property="article:published_time" content="2018-03-23T00:00:00+09:00" />
+<script type="application/ld+json">
+{"name":null,"description":"To increase datacenter utilization, data processing jobs are increasingly being deployed on transient resources temporarily borrowed from latency-critical jobs. However, these transient resources must be evicted whenever latency-critical jobs require them again. Resource evictions often lead to cascading recomputations that substantially degrade job performance.","author":{"@type":"Person","name":"John Yang"},"@type":"BlogPosting","url":"http://nemo.apache.org//blog/2018/03/23/pado-on-nemo/","publisher":null,"image":null,"headline":"Harnessing transient resources using Nemo","dateModified":"2018-03-23T00:00:00+09:00","datePublished":"2018-03-23T00:00:00+09:00","sameAs":null,"mainEntityOfPage":{"@type":"WebPage","@id":"http://nemo.apache.org//blog/2018/03/23/pado-on-nemo/"},"@context":"http://schema.org"}</script>
+<!-- End Jekyll SEO tag -->
+
+
+    <link rel="canonical" href="http://nemo.apache.org//blog/2018/03/23/pado-on-nemo/">
+    <link rel="alternate" type="application/rss+xml" title="Nemo" href="http://nemo.apache.org//feed.xml" />
+</head>
+
+
+<body>
+
+    <nav class="navbar navbar-default navbar-fixed-top">
+    <div class="container navbar-container">
+        <div class="navbar-header">
+            <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+            <a class="navbar-brand" href="/">
+                <span><img src="/img/nemo-logo.png"></span>
+            </a>
+        </div>
+        <div id="navbar" class="collapse navbar-collapse">
+            <ul class="nav navbar-nav">
+                <li ><a href="/docs/home/">Docs</a></li>
+                <li ><a href="/apidocs">APIs</a></li>
+                <li ><a href="/pages/downloads">Downloads</a></li>
+                <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/2018/03/23/shuffle-on-nemo/">Blog</a></li>
+            </ul>
+            <div class="navbar-right">
+                <form class="navbar-form navbar-left">
+                    <div class="form-group has-feedback">
+                        <input id="search-box" type="text" class="form-control" placeholder="Search...">
+                        <i class="fa fa-search form-control-feedback"></i>
+                    </div>
+                </form>
+                <ul class="nav navbar-nav">
+                    <li><a href="https://github.com/apache/incubator-nemo-website"><i class="fa fa-github" aria-hidden="true"></i></a></li>
+                </ul>
+            </div>
+        </div>
+    </div>
+</nav>
+
+
+    <div class="page-content">
+        <div class="wrapper">
+            <div class="container">
+    <div class="row">
+
+        <div class="col-md-4">
+            <div class="well">
+                <h4>RECENT POSTS</h4>
+                <ul class="list-unstyled post-list-container">
+                    
+                    <li><a href="/blog/2018/03/23/shuffle-on-nemo/" >Optimizing shuffle performance using Nemo</a></li>
+                    
+                    <li><a href="/blog/2018/03/23/pado-on-nemo/"  class="active" >Harnessing transient resources using Nemo</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>
+            </div>
+        </div>
+
+        <div class="col-md-8">
+            <h1>Harnessing transient resources using Nemo</h1>
+            <p>Mar 23, 2018 • John Yang</p>
+            <div  id="markdown-content-container"><p>To increase datacenter utilization, data processing jobs are increasingly being deployed on transient resources temporarily borrowed from latency-critical jobs. However, these transient resources must be evicted whenever latency-critical jobs require them again. Resource evictions often lead to cascading recomputations that substantially degrade job performance.</p>
+
+<p>Pado[1] is an optimization technique that reduces the number of recomputations triggered by eviction of transient resources. Specifically, Pado uses a placement algorithm for selectively retaining intermediate results on reserved resources that are not evicted.</p>
+
+<p>Nemo provides an optimization policy interface that makes it easy for users to employ techniques like Pado to improve application performance. To demonstrate the flexibility of Nemo, we have developed and evaluated PadoPolicy. We summarize preliminary evaluation results as follows.</p>
+
+<h3 id="experimentation-setup">Experimentation setup</h3>
+
+<ul>
+  <li>Systems: Spark 2.2.0, Nemo with PadoPolicy</li>
+  <li>Resources:
+    <ul>
+      <li>m4.2xlarge AWS EC2 instances (8 vCPU, 32GB memory)</li>
+      <li>35 transient nodes, and 5 reserved nodes
+        <ul>
+          <li>5-minute mean poisson eviction rate for each transient node</li>
+          <li>An evicted transient node is immediately replaced with a new transient node</li>
+        </ul>
+      </li>
+    </ul>
+  </li>
+  <li>Dataset: 10GB Yahoo! music ratings dataset[2]</li>
+  <li>Application: A machine learning recommendation algorithm (Alternating least squares)</li>
+</ul>
+
+<h3 id="job-completion-time-jct">Job completion time (JCT)</h3>
+
+<p>Spark was not able to complete the job even after running for 120 minutes, because it was stuck repeatedly recomputing intermediate results that are lost due to eviction. In contrast, Nemo completed in 18 minutes by selectively retaining intermediate results on reserved nodes using the Pado technique.</p>
+
+<p>[1] Youngseok Yang, Geon-Woo Kim, Won Wook Song, Yunseong Lee, Andrew Chung, Zhengping Qian, Brian Cho, and Byung-Gon Chun. 2017. Pado: A Data Processing Engine for Harnessing Transient Resources in Datacenters. In Proceedings of the Twelfth European Conference on Computer Systems (EuroSys ‘17).</p>
+
+<p>[2] Yahoo! Music User Ratings of Songs with Artist, Album, and Genre Meta Information, v. 1.0. https://webscope. sandbox.yahoo.com/catalog.php?datatype=r.</p>
+
+</div>
+            <hr>
+            <ul class="pager">
+                
+                <li class="previous">
+                    <a href="/blog/2018/03/20/nemo-blog-published/">
+                        <span aria-hidden="true">&larr;</span> Older
+                    </a>
+                </li>
+                 
+                <li class="next">
+                    <a href="/blog/2018/03/23/shuffle-on-nemo/">
+                      Newer <span aria-hidden="true">&rarr;</span>
+                    </a>
+                </li>
+                
+            </ul>
+        </div>
+
+    </div>
+</div>
+
+        </div>
+    </div>
+
+    <footer class="footer">
+    <div class="container">
+
+        <p class="text-center">
+            Nemo 2018 |
+            Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
+        </p>
+        <!-- <p class="text-muted">Place sticky footer content here.</p> -->
+    </div>
+</footer>
+
+    <script>
+  var baseurl = ''
+</script>
+<script src="//code.jquery.com/jquery-1.10.2.min.js"></script>
+<script src="/js/bootstrap.min.js "></script>
+<script src="/js/typeahead.bundle.min.js "></script>
+
+<script src="/js/main.js "></script>
+
+</body>
+
+</html>
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 2ad35e5..b228aa7 100644
--- a/content/blog/2018/03/23/shuffle-on-nemo/index.html
+++ b/content/blog/2018/03/23/shuffle-on-nemo/index.html
@@ -27,7 +27,7 @@
 <meta property="og:type" content="article" />
 <meta property="article:published_time" content="2018-03-23T00:00:00+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":{"@type":"Person","name":"John Yang"},"description":"Data shuffle is a key operation that underlies almost all large-scale data processing jobs. A shuffle operation typically involves writing intermediate data to disk, and reading the data back later when the successive computations are scheduled.","name":null,"@type":"BlogPosting","headline":"Optimizing shuffle performance using Nemo","dateModified":"2018-03-23T00:00:00+09:00","datePublished":"2018-03-23T00:00:00+09:00","url":"http://nemo.apache.org//blog/2018/03/23/shuffle-on-nemo/","sameAs":null,"mainEntityOfPage":{"@type":"WebPage","@id":"http://nemo.apache.org//blog/2018/03/23/shuffle-on-nemo/"},"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"Data shuffle is a key operation that underlies almost all large-scale data processing jobs. A shuffle operation typically involves writing intermediate data to disk, and reading the data back later when the successive computations are scheduled.","author":{"@type":"Person","name":"John Yang"},"@type":"BlogPosting","url":"http://nemo.apache.org//blog/2018/03/23/shuffle-on-nemo/","publisher":null,"image":null,"headline":"Optimizing shuffle performance using Nemo","dateModified":"2018-03-23T00:00:00+09:00","datePublished":"2018-03-23T00:00:00+09:00","sameAs":null,"mainEntityOfPage":{"@type":"WebPage","@id":"http://nemo.apache.org//blog/2018/03/23/shuffle-on-nemo/"},"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
@@ -89,6 +89,8 @@
                     
                     <li><a href="/blog/2018/03/23/shuffle-on-nemo/"  class="active" >Optimizing shuffle performance using Nemo</a></li>
                     
+                    <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/" >Nemo blog published!</a></li>
                     
                     <li><a href="/allposts">All posts ...</a></li>
@@ -132,17 +134,18 @@
 
 <p>To understand the performance difference, we’ve measured the mean throughput of the scratch disks that Nemo and Spark use for handling intermediate data. As depicted in Figure 2, Nemo’s reduce stage enjoys much higher disk read throughput with a smaller number of disk seeks. This explains why Nemo’s reduce stage was able to complete more quickly, and validates the effectiveness of SailfishPolicy.</p>
 
-<p>[1] RAO, S., RAMAKRISHNAN, R., SILBERSTEIN, A., OVSIANNIKOV, M., AND REEVES, D. Sailfish: A framework for large scale data processing. In SOCC (2012).</p>
+<p>[1] Sriram Rao, Raghu Ramakrishnan, Adam Silberstein, Mike Ovsiannikov, and Damian Reeves. 2012. Sailfish: a framework for large scale data processing. In Proceedings of the Third ACM Symposium on Cloud Computing (SoCC ‘12).</p>
 
 <p>[2] Apache Spark. https://spark.apache.org/.</p>
 
 <p>[3] Wikipedia pageview statistics. https://dumps.wikimedia.org/other/pagecounts-raw/.</p>
+
 </div>
             <hr>
             <ul class="pager">
                 
                 <li class="previous">
-                    <a href="/blog/2018/03/20/nemo-blog-published/">
+                    <a href="/blog/2018/03/23/pado-on-nemo/">
                         <span aria-hidden="true">&larr;</span> Older
                     </a>
                 </li>
diff --git a/content/docs/bootstrap/index.html b/content/docs/bootstrap/index.html
index 14d95fd..d77be18 100644
--- a/content/docs/bootstrap/index.html
+++ b/content/docs/bootstrap/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"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","name":null,"@type":"WebPage","headline":"Bootstrap Features","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/bootstrap/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"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","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/bootstrap/","publisher":null,"image":null,"headline":"Bootstrap Features","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/docs/cheatsheet/index.html b/content/docs/cheatsheet/index.html
index 0323321..7942d5c 100644
--- a/content/docs/cheatsheet/index.html
+++ b/content/docs/cheatsheet/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"From adam-p/markdown-here","name":null,"@type":"WebPage","headline":"Markdown Cheatsheet","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/cheatsheet/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"From adam-p/markdown-here","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/cheatsheet/","publisher":null,"image":null,"headline":"Markdown Cheatsheet","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/docs/compiler_design/index.html b/content/docs/compiler_design/index.html
index 2bfba00..88ad3da 100644
--- a/content/docs/compiler_design/index.html
+++ b/content/docs/compiler_design/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"Overview","name":null,"@type":"WebPage","headline":"Compiler Design","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/compiler_design/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"Overview","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/compiler_design/","publisher":null,"image":null,"headline":"Compiler Design","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/docs/extending_nemo/index.html b/content/docs/extending_nemo/index.html
index dc74b35..fdb1da3 100644
--- a/content/docs/extending_nemo/index.html
+++ b/content/docs/extending_nemo/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"Overview","name":null,"@type":"WebPage","headline":"Extending Nemo","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/extending_nemo/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"Overview","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/extending_nemo/","publisher":null,"image":null,"headline":"Extending Nemo","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/docs/font-awesome/index.html b/content/docs/font-awesome/index.html
index e3c8787..9837258 100644
--- a/content/docs/font-awesome/index.html
+++ b/content/docs/font-awesome/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"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 arrow-circle-down arrow-circle-left arrow-circle-o-down arrow-circle-o-left arrow-circle-o-right arrow-circle-o-up arrow-circle-right arrow-circle-up arrow-down arrow-left arrow-right arrow-up arrows arrows-alt arrows-h arrows-v assistive-listening-systems asterisk at audio-description backward balance-scale ban bandcamp bar-chart barcode bars bath battery-empty battery-full battery-half battery-quarter battery-three-quarters bed beer behance behance-square bell bell-o bell-slash bell-slash-o bicycle binoculars birthday-cake bitbucket bitbucket-square black-tie blind bluetooth bluetooth-b bold bolt bomb book bookmark bookmark-o braille briefcase btc bug building building-o bullhorn bullseye bus buysellads calculator calendar calendar-check-o calendar-minus-o calendar-o calendar-plus-o calendar-times-o camera camera-retro car caret-down caret-left caret-right caret-square-o-down caret-square-o-left caret-square-o-right caret-square-o-up caret-up cart-arrow-down cart-plus cc cc-amex cc-diners-club cc-discover cc-jcb cc-mastercard cc-paypal cc-stripe cc-visa certificate chain-broken check check-circle check-circle-o check-square check-square-o chevron-circle-down chevron-circle-left chevron-circle-right chevron-circle-up chevron-down chevron-left chevron-right chevron-up child chrome circle circle-o circle-o-notch circle-thin clipboard clock-o clone cloud cloud-download cloud-upload code code-fork codepen codiepie coffee cog cogs columns comment comment-o commenting commenting-o comments comments-o compass compress connectdevelop contao copyright creative-commons credit-card credit-card-alt crop crosshairs css3 cube cubes cutlery dashcube database deaf delicious desktop deviantart diamond digg dot-circle-o download dribbble dropbox drupal edge eercast eject ellipsis-h ellipsis-v empire envelope envelope-o envelope-open envelope-open-o envelope-square envira eraser etsy eur exchange exclamation exclamation-circle exclamation-triangle expand expeditedssl external-link external-link-square eye eye-slash eyedropper facebook facebook-official facebook-square fast-backward fast-forward fax female fighter-jet file file-archive-o file-audio-o file-code-o file-excel-o file-image-o file-o file-pdf-o file-powerpoint-o file-text file-text-o file-video-o file-word-o files-o film filter fire fire-extinguisher firefox first-order flag flag-checkered flag-o flask flickr floppy-o folder folder-o folder-open folder-open-o font font-awesome fonticons fort-awesome forumbee forward foursquare free-code-camp frown-o futbol-o gamepad gavel gbp genderless get-pocket gg gg-circle gift git git-square github github-alt github-square gitlab glass glide glide-g globe google google-plus google-plus-official google-plus-square google-wallet graduation-cap gratipay grav h-square hacker-news hand-lizard-o hand-o-down hand-o-left hand-o-right hand-o-up hand-paper-o hand-peace-o hand-pointer-o hand-rock-o hand-scissors-o hand-spock-o handshake-o hashtag hdd-o header headphones heart heart-o heartbeat history home hospital-o hourglass hourglass-end hourglass-half hourglass-o hourglass-start houzz html5 i-cursor id-badge id-card id-card-o ils imdb inbox indent industry info info-circle inr instagram internet-explorer ioxhost italic joomla jpy jsfiddle key keyboard-o krw language laptop lastfm lastfm-square leaf leanpub lemon-o level-down level-up life-ring lightbulb-o line-chart link linkedin linkedin-square linode linux list list-alt list-ol list-ul location-arrow lock long-arrow-down long-arrow-left long-arrow-right long-arrow-up low-vision magic magnet male map map-marker map-o map-pin map-signs mars mars-double mars-stroke mars-stroke-h mars-stroke-v maxcdn meanpath medium medkit meetup meh-o mercury microchip microphone microphone-slash minus minus-circle minus-square minus-square-o mixcloud mobile modx money moon-o motorcycle mouse-pointer music neuter newspaper-o object-group object-ungroup odnoklassniki odnoklassniki-square opencart openid opera optin-monster outdent pagelines paint-brush paper-plane paper-plane-o paperclip paragraph pause pause-circle pause-circle-o paw paypal pencil pencil-square pencil-square-o percent phone phone-square picture-o pie-chart pied-piper pied-piper-alt pied-piper-pp pinterest pinterest-p pinterest-square plane play play-circle play-circle-o plug plus plus-circle plus-square plus-square-o podcast power-off print product-hunt puzzle-piece qq qrcode question question-circle question-circle-o quora quote-left quote-right random ravelry rebel recycle reddit reddit-alien reddit-square refresh registered renren repeat reply reply-all retweet road rocket rss rss-square rub safari scissors scribd search search-minus search-plus sellsy server share share-alt share-alt-square share-square share-square-o shield ship shirtsinbulk shopping-bag shopping-basket shopping-cart shower sign-in sign-language sign-out signal simplybuilt sitemap skyatlas skype slack sliders slideshare smile-o snapchat snapchat-ghost snapchat-square snowflake-o sort sort-alpha-asc sort-alpha-desc sort-amount-asc sort-amount-desc sort-asc sort-desc sort-numeric-asc sort-numeric-desc soundcloud space-shuttle spinner spoon spotify square square-o stack-exchange stack-overflow star star-half star-half-o star-o steam steam-square step-backward step-forward stethoscope sticky-note sticky-note-o stop stop-circle stop-circle-o street-view strikethrough stumbleupon stumbleupon-circle subscript subway suitcase sun-o superpowers superscript table tablet tachometer tag tags tasks taxi telegram television tencent-weibo terminal text-height text-width th th-large th-list themeisle thermometer-empty thermometer-full thermometer-half thermometer-quarter thermometer-three-quarters thumb-tack thumbs-down thumbs-o-down thumbs-o-up thumbs-up ticket times times-circle times-circle-o tint toggle-off toggle-on trademark train transgender transgender-alt trash trash-o tree trello tripadvisor trophy truck try tty tumblr tumblr-square twitch twitter twitter-square umbrella underline undo universal-access university unlock unlock-alt upload usb usd user user-circle user-circle-o user-md user-o user-plus user-secret user-times users venus venus-double venus-mars viacoin viadeo viadeo-square video-camera vimeo vimeo-square vine vk volume-control-phone volume-down volume-off volume-up weibo weixin whatsapp wheelchair wheelchair-alt wifi wikipedia-w window-close window-close-o window-maximize window-minimize window-restore windows wordpress wpbeginner wpexplorer wpforms wrench xing xing-square y-combinator yahoo yelp yoast youtube youtube-play youtube-square","name":null,"@type":"WebPage","headline":"Font Awesome Icon List","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/font-awesome/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"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 arrow-circle-down arrow-circle-left arrow-circle-o-down arrow-circle-o-left arrow-circle-o-right arrow-circle-o-up arrow-circle-right arrow-circle-up arrow-down arrow-left arrow-right arrow-up arrows arrows-alt arrows-h arrows-v assistive-listening-systems asterisk at audio-description backward balance-scale ban bandcamp bar-chart barcode bars bath battery-empty battery-full battery-half battery-quarter battery-three-quarters bed beer behance behance-square bell bell-o bell-slash bell-slash-o bicycle binoculars birthday-cake bitbucket bitbucket-square black-tie blind bluetooth bluetooth-b bold bolt bomb book bookmark bookmark-o braille briefcase btc bug building building-o bullhorn bullseye bus buysellads calculator calendar calendar-check-o calendar-minus-o calendar-o calendar-plus-o calendar-times-o camera camera-retro car caret-down caret-left caret-right caret-square-o-down caret-square-o-left caret-square-o-right caret-square-o-up caret-up cart-arrow-down cart-plus cc cc-amex cc-diners-club cc-discover cc-jcb cc-mastercard cc-paypal cc-stripe cc-visa certificate chain-broken check check-circle check-circle-o check-square check-square-o chevron-circle-down chevron-circle-left chevron-circle-right chevron-circle-up chevron-down chevron-left chevron-right chevron-up child chrome circle circle-o circle-o-notch circle-thin clipboard clock-o clone cloud cloud-download cloud-upload code code-fork codepen codiepie coffee cog cogs columns comment comment-o commenting commenting-o comments comments-o compass compress connectdevelop contao copyright creative-commons credit-card credit-card-alt crop crosshairs css3 cube cubes cutlery dashcube database deaf delicious desktop deviantart diamond digg dot-circle-o download dribbble dropbox drupal edge eercast eject ellipsis-h ellipsis-v empire envelope envelope-o envelope-open envelope-open-o envelope-square envira eraser etsy eur exchange exclamation exclamation-circle exclamation-triangle expand expeditedssl external-link external-link-square eye eye-slash eyedropper facebook facebook-official facebook-square fast-backward fast-forward fax female fighter-jet file file-archive-o file-audio-o file-code-o file-excel-o file-image-o file-o file-pdf-o file-powerpoint-o file-text file-text-o file-video-o file-word-o files-o film filter fire fire-extinguisher firefox first-order flag flag-checkered flag-o flask flickr floppy-o folder folder-o folder-open folder-open-o font font-awesome fonticons fort-awesome forumbee forward foursquare free-code-camp frown-o futbol-o gamepad gavel gbp genderless get-pocket gg gg-circle gift git git-square github github-alt github-square gitlab glass glide glide-g globe google google-plus google-plus-official google-plus-square google-wallet graduation-cap gratipay grav h-square hacker-news hand-lizard-o hand-o-down hand-o-left hand-o-right hand-o-up hand-paper-o hand-peace-o hand-pointer-o hand-rock-o hand-scissors-o hand-spock-o handshake-o hashtag hdd-o header headphones heart heart-o heartbeat history home hospital-o hourglass hourglass-end hourglass-half hourglass-o hourglass-start houzz html5 i-cursor id-badge id-card id-card-o ils imdb inbox indent industry info info-circle inr instagram internet-explorer ioxhost italic joomla jpy jsfiddle key keyboard-o krw language laptop lastfm lastfm-square leaf leanpub lemon-o level-down level-up life-ring lightbulb-o line-chart link linkedin linkedin-square linode linux list list-alt list-ol list-ul location-arrow lock long-arrow-down long-arrow-left long-arrow-right long-arrow-up low-vision magic magnet male map map-marker map-o map-pin map-signs mars mars-double mars-stroke mars-stroke-h mars-stroke-v maxcdn meanpath medium medkit meetup meh-o mercury microchip microphone microphone-slash minus minus-circle minus-square minus-square-o mixcloud mobile modx money moon-o motorcycle mouse-pointer music neuter newspaper-o object-group object-ungroup odnoklassniki odnoklassniki-square opencart openid opera optin-monster outdent pagelines paint-brush paper-plane paper-plane-o paperclip paragraph pause pause-circle pause-circle-o paw paypal pencil pencil-square pencil-square-o percent phone phone-square picture-o pie-chart pied-piper pied-piper-alt pied-piper-pp pinterest pinterest-p pinterest-square plane play play-circle play-circle-o plug plus plus-circle plus-square plus-square-o podcast power-off print product-hunt puzzle-piece qq qrcode question question-circle question-circle-o quora quote-left quote-right random ravelry rebel recycle reddit reddit-alien reddit-square refresh registered renren repeat reply reply-all retweet road rocket rss rss-square rub safari scissors scribd search search-minus search-plus sellsy server share share-alt share-alt-square share-square share-square-o shield ship shirtsinbulk shopping-bag shopping-basket shopping-cart shower sign-in sign-language sign-out signal simplybuilt sitemap skyatlas skype slack sliders slideshare smile-o snapchat snapchat-ghost snapchat-square snowflake-o sort sort-alpha-asc sort-alpha-desc sort-amount-asc sort-amount-desc sort-asc sort-desc sort-numeric-asc sort-numeric-desc soundcloud space-shuttle spinner spoon spotify square square-o stack-exchange stack-overflow star star-half star-half-o star-o steam steam-square step-backward step-forward stethoscope sticky-note sticky-note-o stop stop-circle stop-circle-o street-view strikethrough stumbleupon stumbleupon-circle subscript subway suitcase sun-o superpowers superscript table tablet tachometer tag tags tasks taxi telegram television tencent-weibo terminal text-height text-width th th-large th-list themeisle thermometer-empty thermometer-full thermometer-half thermometer-quarter thermometer-three-quarters thumb-tack thumbs-down thumbs-o-down thumbs-o-up thumbs-up ticket times times-circle times-circle-o tint toggle-off toggle-on trademark train transgender transgender-alt trash trash-o tree trello tripadvisor trophy truck try tty tumblr tumblr-square twitch twitter twitter-square umbrella underline undo universal-access university unlock unlock-alt upload usb usd user user-circle user-circle-o user-md user-o user-plus user-secret user-times users venus venus-double venus-mars viacoin viadeo viadeo-square video-camera vimeo vimeo-square vine vk volume-control-phone volume-down volume-off volume-up weibo weixin whatsapp wheelchair wheelchair-alt wifi wikipedia-w window-close window-close-o window-maximize window-minimize window-restore windows wordpress wpbeginner wpexplorer wpforms wrench xing xing-square y-combinator yahoo yelp yoast youtube youtube-play youtube-square","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/font-awesome/","publisher":null,"image":null,"headline":"Font Awesome Icon List","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/docs/getting_started/index.html b/content/docs/getting_started/index.html
index bcd5f2a..0569dcf 100644
--- a/content/docs/getting_started/index.html
+++ b/content/docs/getting_started/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"Prerequisites Java 8 Maven Latest REEF snapshot YARN settings Download Hadoop 2.7.4 at http://apache.tt.co.kr/hadoop/common/hadoop-2.7.4/ Set the shell profile as following: export HADOOP_HOME=/path/to/hadoop-2.7.4 export YARN_HOME=$HADOOP_HOME export PATH=$PATH:$HADOOP_HOME/bin Protobuf 2.5.0 Downloadable at https://github.com/google/protobuf/releases/tag/v2.5.0 On Ubuntu: Run sudo apt-get install autoconf automake libtool curl make g++ unzip Extract the downloaded tarball and run sudo ./configure sudo make sudo make check sudo make install 3. To check for a successful installation of version 2.5.0, run protoc --version","name":null,"@type":"WebPage","headline":"Getting Started","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/getting_started/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"Prerequisites Java 8 Maven Latest REEF snapshot YARN settings Download Hadoop 2.7.4 at http://apache.tt.co.kr/hadoop/common/hadoop-2.7.4/ Set the shell profile as following: export HADOOP_HOME=/path/to/hadoop-2.7.4 export YARN_HOME=$HADOOP_HOME export PATH=$PATH:$HADOOP_HOME/bin Protobuf 2.5.0 Downloadable at https://github.com/google/protobuf/releases/tag/v2.5.0 On Ubuntu: Run sudo apt-get install autoconf automake libtool curl make g++ unzip Extract the downloaded tarball and run sudo ./configure sudo make sudo make check sudo make install 3. To check for a successful installation of version 2.5.0, run protoc --version","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/getting_started/","publisher":null,"image":null,"headline":"Getting Started","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/docs/home/index.html b/content/docs/home/index.html
index 3c2431d..605fe0f 100644
--- a/content/docs/home/index.html
+++ b/content/docs/home/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"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 skewed data.","name":null,"@type":"WebPage","headline":"Overview","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/home/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"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 skewed data.","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/home/","publisher":null,"image":null,"headline":"Overview","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/docs/ir/index.html b/content/docs/ir/index.html
index 9bce862..8225efc 100644
--- a/content/docs/ir/index.html
+++ b/content/docs/ir/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"Overview","name":null,"@type":"WebPage","headline":"Nemo Intermediate Representation (IR)","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/ir/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"Overview","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/ir/","publisher":null,"image":null,"headline":"Nemo Intermediate Representation (IR)","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/docs/jekyll/index.html b/content/docs/jekyll/index.html
index b3487f6..01e2407 100644
--- a/content/docs/jekyll/index.html
+++ b/content/docs/jekyll/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"Getting started","name":null,"@type":"WebPage","headline":"Jekyll intro","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/jekyll/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"Getting started","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/jekyll/","publisher":null,"image":null,"headline":"Jekyll intro","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/docs/passes_and_policies/index.html b/content/docs/passes_and_policies/index.html
index 5db3f8e..16aa73b 100644
--- a/content/docs/passes_and_policies/index.html
+++ b/content/docs/passes_and_policies/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"Optimization Passes","name":null,"@type":"WebPage","headline":"Passes and Policies","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/passes_and_policies/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"Optimization Passes","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/passes_and_policies/","publisher":null,"image":null,"headline":"Passes and Policies","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/docs/runtime_design/index.html b/content/docs/runtime_design/index.html
index 59ebadc..77f13df 100644
--- a/content/docs/runtime_design/index.html
+++ b/content/docs/runtime_design/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"Receiving a Job from the Nemo Compiler","name":null,"@type":"WebPage","headline":"Runtime Design","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/runtime_design/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"Receiving a Job from the Nemo Compiler","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/runtime_design/","publisher":null,"image":null,"headline":"Runtime Design","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/docs/themes/index.html b/content/docs/themes/index.html
index 6e12a66..2176a39 100644
--- a/content/docs/themes/index.html
+++ b/content/docs/themes/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"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.)","name":null,"@type":"WebPage","headline":"Themes","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/themes/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"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.)","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/themes/","publisher":null,"image":null,"headline":"Themes","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/docs/welcome_to_jekyll/index.html b/content/docs/welcome_to_jekyll/index.html
index 41b6808..f2ee060 100644
--- a/content/docs/welcome_to_jekyll/index.html
+++ b/content/docs/welcome_to_jekyll/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"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.","name":null,"@type":"WebPage","headline":"Welcome to Jekyll!","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//docs/welcome_to_jekyll/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"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.","author":null,"@type":"WebPage","url":"http://nemo.apache.org//docs/welcome_to_jekyll/","publisher":null,"image":null,"headline":"Welcome to Jekyll!","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/feed.xml b/content/feed.xml
index 277cf01..faf1858 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">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" /><updated>2018-03-23T01:20:55+09:00</updated><id>http://nemo.apache.org//</id><title type="html">Nemo</title><subtitle>A Data Processing System for Flexible Employment With Different Deployment Characteristics.
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">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" /><updated>2018-03-23T10:54:39+09:00</updated><id>http://nemo.apache.org//</id><title type="html">Nemo</title><subtitle>A Data Processing System for Flexible Employment With Different Deployment Characteristics.
 </subtitle><entry><title type="html">Optimizing shuffle performance using Nemo</title><link href="http://nemo.apache.org//blog/2018/03/23/shuffle-on-nemo/" rel="alternate" type="text/html" title="Optimizing shuffle performance using Nemo" /><published>2018-03-23T00:00:00+09:00</published><updated>2018-03-23T00:00:00+09:00</updated><id>http://nemo.apache.org//blog/2018/03/23/shuffle-on-nemo</id><content type="html" xml:base="http://nemo.apache.org//blog/2018/03/23/shuffle-on-nemo/">&lt;p&gt;Data shuffle is a key operation that underlies almost all large-scale data processing jobs. A shuffle operation typically involves writing intermediate data to disk, and reading the data back later when the successive computations are scheduled.&lt;/p&gt;
 
 &lt;p&gt;Sailfish[1] is an optimization technique that reduces disk overheads associated with a shuffle operation. Specifically, Sailfish minimizes the number of disk seeks involved in reading intermediate data back from disk. Jobs that handle large volumes of data can especially benefit from the Sailfish technique.&lt;/p&gt;
@@ -32,10 +32,41 @@
 
 &lt;p&gt;To understand the performance difference, we’ve measured the mean throughput of the scratch disks that Nemo and Spark use for handling intermediate data. As depicted in Figure 2, Nemo’s reduce stage enjoys much higher disk read throughput with a smaller number of disk seeks. This explains why Nemo’s reduce stage was able to complete more quickly, and validates the effectiveness of SailfishPolicy.&lt;/p&gt;
 
-&lt;p&gt;[1] RAO, S., RAMAKRISHNAN, R., SILBERSTEIN, A., OVSIANNIKOV, M., AND REEVES, D. Sailfish: A framework for large scale data processing. In SOCC (2012).&lt;/p&gt;
+&lt;p&gt;[1] Sriram Rao, Raghu Ramakrishnan, Adam Silberstein, Mike Ovsiannikov, and Damian Reeves. 2012. Sailfish: a framework for large scale data processing. In Proceedings of the Third ACM Symposium on Cloud Computing (SoCC ‘12).&lt;/p&gt;
 
 &lt;p&gt;[2] Apache Spark. https://spark.apache.org/.&lt;/p&gt;
 
-&lt;p&gt;[3] Wikipedia pageview statistics. https://dumps.wikimedia.org/other/pagecounts-raw/.&lt;/p&gt;</content><author><name>John Yang</name></author><summary type="html">Data shuffle is a key operation that underlies almost all large-scale data processing jobs. A shuffle operation typically involves writing intermediate data to disk, and reading the data back later when the successive computations are scheduled.</summary></entry><entry><title type="html">Nemo blog published!</title><link href="http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/" rel="alternate" type="text/html" title="Nemo blog published!" /><published>2018-03-20T00:00:00+09:00</published><updated>2018-03-20T00:00:00+09:00</updated><id>http://nemo.apache.org//blog/2018/03/20/nemo-blog-published</id><content type="html" xml:base="http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/">&lt;p&gt;Our blog is published and is online! We’ll be posting exciting news related to our project on our blog.&lt;/p&gt;
+&lt;p&gt;[3] Wikipedia pageview statistics. https://dumps.wikimedia.org/other/pagecounts-raw/.&lt;/p&gt;</content><author><name>John Yang</name></author><summary type="html">Data shuffle is a key operation that underlies almost all large-scale data processing jobs. A shuffle operation typically involves writing intermediate data to disk, and reading the data back later when the successive computations are scheduled.</summary></entry><entry><title type="html">Harnessing transient resources using Nemo</title><link href="http://nemo.apache.org//blog/2018/03/23/pado-on-nemo/" rel="alternate" type="text/html" title="Harnessing transient resources using Nemo" /><published>2018-03-23T00:00:00+09:00</published><updated>2018-03-23T00:00:00+09:00</updated><id>http://nemo.apache.org//blog/2018/03/23/pado-on-nemo</id><content type="html" xml:base="http://nemo.apache.org//blog/2018/03/23/pado-on-nemo/">&lt;p&gt;To increase datacenter utilization, data processing jobs are increasingly being deployed on transient resources temporarily borrowed from latency-critical jobs. However, these transient resources must be evicted whenever latency-critical jobs require them again. Resource evictions often lead to cascading recomputations that substantially degrade job performance.&lt;/p&gt;
+
+&lt;p&gt;Pado[1] is an optimization technique that reduces the number of recomputations triggered by eviction of transient resources. Specifically, Pado uses a placement algorithm for selectively retaining intermediate results on reserved resources that are not evicted.&lt;/p&gt;
+
+&lt;p&gt;Nemo provides an optimization policy interface that makes it easy for users to employ techniques like Pado to improve application performance. To demonstrate the flexibility of Nemo, we have developed and evaluated PadoPolicy. We summarize preliminary evaluation results as follows.&lt;/p&gt;
+
+&lt;h3 id=&quot;experimentation-setup&quot;&gt;Experimentation setup&lt;/h3&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Systems: Spark 2.2.0, Nemo with PadoPolicy&lt;/li&gt;
+  &lt;li&gt;Resources:
+    &lt;ul&gt;
+      &lt;li&gt;m4.2xlarge AWS EC2 instances (8 vCPU, 32GB memory)&lt;/li&gt;
+      &lt;li&gt;35 transient nodes, and 5 reserved nodes
+        &lt;ul&gt;
+          &lt;li&gt;5-minute mean poisson eviction rate for each transient node&lt;/li&gt;
+          &lt;li&gt;An evicted transient node is immediately replaced with a new transient node&lt;/li&gt;
+        &lt;/ul&gt;
+      &lt;/li&gt;
+    &lt;/ul&gt;
+  &lt;/li&gt;
+  &lt;li&gt;Dataset: 10GB Yahoo! music ratings dataset[2]&lt;/li&gt;
+  &lt;li&gt;Application: A machine learning recommendation algorithm (Alternating least squares)&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h3 id=&quot;job-completion-time-jct&quot;&gt;Job completion time (JCT)&lt;/h3&gt;
+
+&lt;p&gt;Spark was not able to complete the job even after running for 120 minutes, because it was stuck repeatedly recomputing intermediate results that are lost due to eviction. In contrast, Nemo completed in 18 minutes by selectively retaining intermediate results on reserved nodes using the Pado technique.&lt;/p&gt;
+
+&lt;p&gt;[1] Youngseok Yang, Geon-Woo Kim, Won Wook Song, Yunseong Lee, Andrew Chung, Zhengping Qian, Brian Cho, and Byung-Gon Chun. 2017. Pado: A Data Processing Engine for Harnessing Transient Resources in Datacenters. In Proceedings of the Twelfth European Conference on Computer Systems (EuroSys ‘17).&lt;/p&gt;
+
+&lt;p&gt;[2] Yahoo! Music User Ratings of Songs with Artist, Album, and Genre Meta Information, v. 1.0. https://webscope. sandbox.yahoo.com/catalog.php?datatype=r.&lt;/p&gt;</content><author><name>John Yang</name></author><summary type="html">To increase datacenter utilization, data processing jobs are increasingly being deployed on transient resources temporarily borrowed from latency-critical jobs. However, these transient resources must be evicted whenever latency-critical jobs require them again. Resource evictions often lead to cascading recomputations that substantially degrade job performance.</summary></entry><entry><title type="html">Nemo blog published!</title><link href="http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/" rel="alternate" type="text/html" title="Nemo blog published!" /><published>2018-03-20T00:00:00+09:00</published><updated>2018-03-20T00:00:00+09:00</updated><id>http://nemo.apache.org//blog/2018/03/20/nemo-blog-published</id><content type="html" xml:base="http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/">&lt;p&gt;Our blog is published and is online! We’ll be posting exciting news related to our project on our blog.&lt;/p&gt;
 
 &lt;p&gt;Your contribution is welcome!&lt;/p&gt;</content><author><name>Won Wook SONG</name></author><summary type="html">Our blog is published and is online! We’ll be posting exciting news related to our project on our blog.</summary></entry></feed>
\ No newline at end of file
diff --git a/content/index.html b/content/index.html
index 4b962ed..338b13b 100644
--- a/content/index.html
+++ b/content/index.html
@@ -25,7 +25,7 @@
 <meta property="og:url" content="http://nemo.apache.org//" />
 <meta property="og:site_name" content="Nemo" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"A Data Processing System for Flexible Employment With Different Deployment Characteristics.","name":"Nemo","@type":"WebSite","headline":"Nemo","dateModified":null,"datePublished":null,"url":"http://nemo.apache.org//","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":"Nemo","description":"A Data Processing System for Flexible Employment With Different Deployment Characteristics.","author":null,"@type":"WebSite","url":"http://nemo.apache.org//","publisher":null,"image":null,"headline":"Nemo","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/pages/downloads/index.html b/content/pages/downloads/index.html
index 4092f93..94af812 100644
--- a/content/pages/downloads/index.html
+++ b/content/pages/downloads/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"Releases","name":null,"@type":"WebPage","headline":"Downloads","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//pages/downloads/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"Releases","author":null,"@type":"WebPage","url":"http://nemo.apache.org//pages/downloads/","publisher":null,"image":null,"headline":"Downloads","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/pages/license/index.html b/content/pages/license/index.html
index d76b89b..da1c988 100644
--- a/content/pages/license/index.html
+++ b/content/pages/license/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"``` Apache License Version 2.0, January 2004 http://www.apache.org/licenses/","name":null,"@type":"WebPage","headline":"License","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//pages/license/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"``` Apache License Version 2.0, January 2004 http://www.apache.org/licenses/","author":null,"@type":"WebPage","url":"http://nemo.apache.org//pages/license/","publisher":null,"image":null,"headline":"License","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/pages/talks/index.html b/content/pages/talks/index.html
index f9b1512..4d5df46 100644
--- a/content/pages/talks/index.html
+++ b/content/pages/talks/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"Onyx: A Flexible and Extensible Data Processing System, Deview 2017 (link) (Later renamed to Nemo)","name":null,"@type":"WebPage","headline":"Talks","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//pages/talks/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"Onyx: A Flexible and Extensible Data Processing System, Deview 2017 (link) (Later renamed to Nemo)","author":null,"@type":"WebPage","url":"http://nemo.apache.org//pages/talks/","publisher":null,"image":null,"headline":"Talks","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/pages/team/index.html b/content/pages/team/index.html
index 930665f..ae9ae34 100644
--- a/content/pages/team/index.html
+++ b/content/pages/team/index.html
@@ -24,9 +24,9 @@
 <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="2018-03-23T01:20:55+09:00" />
+<meta property="article:published_time" content="2018-03-23T10:54:39+09:00" />
 <script type="application/ld+json">
-{"publisher":null,"author":null,"description":"Contributing to Nemo Your contributation is always welcome :) If you would like to contribute to Nemo, please subscribe to our mailing list: dev@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.","name":null,"@type":"WebPage","headline":"Team","dateModified":"2018-03-23T01:20:55+09:00","datePublished":"2018-03-23T01:20:55+09:00","url":"http://nemo.apache.org//pages/team/","sameAs":null,"mainEntityOfPage":null,"image":null,"@context":"http://schema.org"}</script>
+{"name":null,"description":"Contributing to Nemo Your contributation is always welcome :) If you would like to contribute to Nemo, please subscribe to our mailing list: dev@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.","author":null,"@type":"WebPage","url":"http://nemo.apache.org//pages/team/","publisher":null,"image":null,"headline":"Team","dateModified":"2018-03-23T10:54:39+09:00","datePublished":"2018-03-23T10:54:39+09:00","sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}</script>
 <!-- End Jekyll SEO tag -->
 
 
diff --git a/content/search.json b/content/search.json
index 1cae7b2..0f1eb69 100644
--- a/content/search.json
+++ b/content/search.json
@@ -62,6 +62,11 @@
   },
   
   {
+  "title": "Harnessing transient resources using Nemo",
+  "url": "/blog/2018/03/23/pado-on-nemo/"
+  },
+  
+  {
   "title": "Nemo blog published!",
   "url": "/blog/2018/03/20/nemo-blog-published/"
   }
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 969ed35..69baa5e 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -2,77 +2,81 @@
 <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/compiler_design/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/runtime_design/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/getting_started/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/home/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/bootstrap/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/cheatsheet/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/jekyll/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/font-awesome/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/themes/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/welcome_to_jekyll/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/extending_nemo/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/ir/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//docs/passes_and_policies/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/downloads/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/license/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/talks/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//pages/team/</loc>
-<lastmod>2018-03-23T01:20:55+09:00</lastmod>
+<lastmod>2018-03-23T10:54:39+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//blog/2018/03/20/nemo-blog-published/</loc>
 <lastmod>2018-03-20T00:00:00+09:00</lastmod>
 </url>
 <url>
+<loc>http://nemo.apache.org//blog/2018/03/23/pado-on-nemo/</loc>
+<lastmod>2018-03-23T00:00:00+09:00</lastmod>
+</url>
+<url>
 <loc>http://nemo.apache.org//blog/2018/03/23/shuffle-on-nemo/</loc>
 <lastmod>2018-03-23T00:00:00+09:00</lastmod>
 </url>
@@ -84,4070 +88,4070 @@
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/allclasses-frame.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/allclasses-noframe.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/constant-values.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/deprecated-list.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/ClientEndpoint.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/DriverEndpoint.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/JobLauncher.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/NemoClient.JobMessageHandler.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/NemoClient.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/StateTranslator.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/ClientEndpoint.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/DriverEndpoint.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/JobLauncher.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/NemoClient.JobMessageHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/NemoClient.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/class-use/StateTranslator.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/client/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ContextImpl.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/DirectByteArrayOutputStream.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/KeyExtractor.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/Pair.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/StateMachine.Builder.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/StateMachine.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/ContextImpl.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/DirectByteArrayOutputStream.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/KeyExtractor.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/Pair.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/StateMachine.Builder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/class-use/StateMachine.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/BytesCoder.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/Coder.DummyCoder.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/Coder.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/class-use/BytesCoder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/class-use/Coder.DummyCoder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/class-use/Coder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/coder/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/DAG.TraversalOrder.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/DAG.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/DAGBuilder.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/Edge.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/Vertex.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/DAG.TraversalOrder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/DAG.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/DAGBuilder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/Edge.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/class-use/Vertex.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/dag/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/CommonEventHandler.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/CompilerEvent.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/CompilerEventHandler.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/PubSubEventHandlerWrapper.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/RuntimeEvent.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/RuntimeEventHandler.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/CommonEventHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/CompilerEvent.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/CompilerEventHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/PubSubEventHandlerWrapper.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/RuntimeEvent.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/class-use/RuntimeEventHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/eventhandler/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/BlockFetchException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/BlockWriteException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/CompileTimeOptimizationException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/ContainerException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/DynamicOptimizationException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/IllegalEdgeOperationException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/IllegalMessageException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/IllegalStateTransitionException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/IllegalVertexOperationException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/InvalidParameterException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/JsonParseException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/NodeConnectionException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/PhysicalPlanGenerationException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/SchedulingException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnknownExecutionStateException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnknownFailureCauseException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnrecoverableFailureException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedBlockStoreException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedCommPatternException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedCompressionException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedExecutionPropertyException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedMethodException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/UnsupportedPartitionerException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/BlockFetchException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/BlockWriteException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/CompileTimeOptimizationException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/ContainerException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/DynamicOptimizationException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/IllegalEdgeOperationException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/IllegalMessageException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/IllegalStateTransitionException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/IllegalVertexOperationException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/InvalidParameterException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/JsonParseException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/NodeConnectionException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/PhysicalPlanGenerationException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/SchedulingException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnknownExecutionStateException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnknownFailureCauseException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnrecoverableFailureException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedBlockStoreException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedCommPatternException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedCompressionException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedExecutionPropertyException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedMethodException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/class-use/UnsupportedPartitionerException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/exception/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/IdManager.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/OutputCollector.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/Readable.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/class-use/IdManager.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/class-use/OutputCollector.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/class-use/Readable.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/IREdge.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/class-use/IREdge.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/CompressionProperty.Compression.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/CompressionProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataCommunicationPatternProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataCommunicationPatternProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataFlowModelProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataFlowModelProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataStoreProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DataStoreProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DuplicateEdgeGroupProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/DuplicateEdgeGroupPropertyValue.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/KeyExtractorProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/MetricCollectionProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/MetricCollectionProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/PartitionerProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/PartitionerProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/UsedDataHandlingProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/UsedDataHandlingProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/CompressionProperty.Compression.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/CompressionProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DataCommunicationPatternProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DataCommunicationPatternProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DataFlowModelProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DataFlowModelProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DataStoreProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DataStoreProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DuplicateEdgeGroupProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/DuplicateEdgeGroupPropertyValue.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/KeyExtractorProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/MetricCollectionProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/MetricCollectionProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/PartitionerProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/PartitionerProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/UsedDataHandlingProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/class-use/UsedDataHandlingProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/executionproperty/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/edge/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/ExecutionProperty.Key.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/ExecutionProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/ExecutionPropertyMap.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/class-use/ExecutionProperty.Key.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/class-use/ExecutionProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/class-use/ExecutionPropertyMap.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/executionproperty/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/IRVertex.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/InitializedSourceVertex.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/LoopVertex.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/MetricCollectionBarrierVertex.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/OperatorVertex.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/SourceVertex.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/IRVertex.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/InitializedSourceVertex.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/LoopVertex.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/MetricCollectionBarrierVertex.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/OperatorVertex.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/class-use/SourceVertex.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/DynamicOptimizationProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/DynamicOptimizationProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/ExecutorPlacementProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/ParallelismProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/ScheduleGroupIndexProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/StageIdProperty.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/class-use/DynamicOptimizationProperty.Value.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/class-use/DynamicOptimizationProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/class-use/ExecutorPlacementProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/class-use/ParallelismProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/class-use/ScheduleGroupIndexProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/class-use/StageIdProperty.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/executionproperty/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/RelayTransform.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/Transform.Context.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/Transform.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/class-use/RelayTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/class-use/Transform.Context.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/class-use/Transform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/ir/vertex/transform/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/ArgBuilder.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/ExampleTestUtil.html</loc>
-<lastmod>2018-03-06T22:04:32+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/class-use/ArgBuilder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/class-use/ExampleTestUtil.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/common/test/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/Backend.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/class-use/Backend.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/NemoBackend.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/class-use/NemoBackend.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/nemo/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/backend/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/BeamStateTranslator.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/NemoPipelineOptions.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/NemoPipelineResult.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/NemoPipelineRunner.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/NemoPipelineVisitor.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/BeamStateTranslator.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/NemoPipelineOptions.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/NemoPipelineResult.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/NemoPipelineRunner.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/class-use/NemoPipelineVisitor.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/BeamCoder.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/PairCoder.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/class-use/BeamCoder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/class-use/PairCoder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/coder/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/BeamBoundedSourceVertex.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/class-use/BeamBoundedSourceVertex.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/source/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/CreateViewTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/DoTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/FlattenTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/GroupByKeyTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/LoopCompositeTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/WindowTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/class-use/CreateViewTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/class-use/DoTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/class-use/FlattenTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/class-use/GroupByKeyTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/class-use/LoopCompositeTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/class-use/WindowTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/beam/transform/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/SparkKeyExtractor.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/class-use/SparkKeyExtractor.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/SparkCoder.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/class-use/SparkCoder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/coder/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/RDD.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/class-use/RDD.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/JavaPairRDD.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/JavaRDD.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/JavaSparkContext.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/SparkFrontendUtils.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/class-use/JavaPairRDD.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/class-use/JavaRDD.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/class-use/JavaSparkContext.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/class-use/SparkFrontendUtils.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/java/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/core/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/SparkBoundedSourceVertex.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/class-use/SparkBoundedSourceVertex.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/source/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/DataFrameReader.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/Dataset.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/NemoSparkUserFacingClass.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/SparkSession.Builder.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/SparkSession.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/class-use/DataFrameReader.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/class-use/Dataset.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/class-use/NemoSparkUserFacingClass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/class-use/SparkSession.Builder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/class-use/SparkSession.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/sql/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/CollectTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/FlatMapTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/GroupByKeyTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/MapToPairTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/MapTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/ReduceByKeyTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/ReduceTransform.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/CollectTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/FlatMapTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/GroupByKeyTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/MapToPairTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/MapTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/ReduceByKeyTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/class-use/ReduceTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/frontend/spark/transform/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/CompiletimeOptimizer.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/class-use/CompiletimeOptimizer.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/EmptyComponents.EmptySourceVertex.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/EmptyComponents.EmptyTransform.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/EmptyComponents.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/MapReduceDisaggregationOptimization.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/class-use/EmptyComponents.EmptySourceVertex.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/class-use/EmptyComponents.EmptyTransform.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/class-use/EmptyComponents.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/class-use/MapReduceDisaggregationOptimization.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/examples/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/CompileTimePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/AnnotatingPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/CompressionPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DataSkewEdgeDataStorePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DataSkewEdgeMetricCollectionPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DataSkewEdgePartitionerPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DataSkewVertexPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DefaultEdgeUsedDataHandlingPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DefaultParallelismPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DefaultStagePartitioningPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DisaggregationEdgeDataStorePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/DuplicateEdgeGroupSizePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/PadoEdgeDataFlowModelPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/PadoEdgeDataStorePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/PadoVertexExecutorPlacementPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/ReviseInterStageEdgeDataStorePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/SailfishEdgeDataFlowModelPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/SailfishEdgeDataStorePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/SailfishEdgeUsedDataHandlingPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/ScheduleGroupPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/ShuffleEdgePushPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/AnnotatingPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/CompressionPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DataSkewEdgeDataStorePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DataSkewEdgeMetricCollectionPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DataSkewEdgePartitionerPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DataSkewVertexPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DefaultEdgeUsedDataHandlingPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DefaultParallelismPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DefaultStagePartitioningPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DisaggregationEdgeDataStorePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/DuplicateEdgeGroupSizePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/PadoEdgeDataFlowModelPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/PadoEdgeDataStorePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/PadoVertexExecutorPlacementPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/ReviseInterStageEdgeDataStorePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/SailfishEdgeDataFlowModelPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/SailfishEdgeDataStorePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/SailfishEdgeUsedDataHandlingPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/ScheduleGroupPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/class-use/ShuffleEdgePushPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/annotating/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/class-use/CompileTimePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/CompositePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/DataSkewCompositePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/LoopOptimizationCompositePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/PadoCompositePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/PrimitiveCompositePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/SailfishPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/class-use/CompositePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/class-use/DataSkewCompositePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/class-use/LoopOptimizationCompositePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/class-use/PadoCompositePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/class-use/PrimitiveCompositePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/class-use/SailfishPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/composite/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/CommonSubexpressionEliminationPass.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/DataSkewReshapingPass.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopExtractionPass.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopOptimizations.LoopFusionPass.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopOptimizations.LoopInvariantCodeMotionPass.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopOptimizations.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/LoopUnrollingPass.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/ReshapingPass.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/SailfishRelayReshapingPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/CommonSubexpressionEliminationPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/DataSkewReshapingPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/LoopExtractionPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/LoopOptimizations.LoopFusionPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/LoopOptimizations.LoopInvariantCodeMotionPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/LoopOptimizations.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/LoopUnrollingPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/ReshapingPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/class-use/SailfishRelayReshapingPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/pass/compiletime/reshaping/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DataSkewPolicy.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DefaultPolicy.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DefaultPolicyWithSeparatePass.RefactoredPass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DefaultPolicyWithSeparatePass.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/DisaggregationPolicy.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/PadoPolicy.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/Policy.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/PolicyBuilder.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/SailfishPolicy.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DataSkewPolicy.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DefaultPolicy.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DefaultPolicyWithSeparatePass.RefactoredPass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DefaultPolicyWithSeparatePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/DisaggregationPolicy.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/PadoPolicy.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/Policy.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/PolicyBuilder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/class-use/SailfishPolicy.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/compiler/optimizer/policy/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.DAGDirectory.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.DeployMode.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.DriverMemMb.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ExecutorCapacity.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ExecutorId.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ExecutorJsonContents.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ExecutorJsonPath.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.FileDirectory.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.GlusterVolumeDirectory.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.HashRangeMultiplier.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.IORequestHandleThreadsTotal.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.JVMHeapSlack.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.JobId.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.MaxScheduleAttempt.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.OptimizationPolicy.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportClientNumThreads.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportServerBacklog.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportServerNumListeningThreads.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportServerNumWorkingThreads.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.PartitionTransportServerPort.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.ScheduleSerThread.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.SchedulerTimeoutMs.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.SerializedDAG.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.UserMainArguments.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.UserMainClass.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/JobConf.html</loc>
-<lastmod>2018-03-06T22:04:31+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.DAGDirectory.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.DeployMode.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.DriverMemMb.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ExecutorCapacity.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ExecutorId.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ExecutorJsonContents.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ExecutorJsonPath.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.FileDirectory.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.GlusterVolumeDirectory.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.HashRangeMultiplier.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.IORequestHandleThreadsTotal.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.JVMHeapSlack.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.JobId.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.MaxScheduleAttempt.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.OptimizationPolicy.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportClientNumThreads.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportServerBacklog.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportServerNumListeningThreads.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportServerNumWorkingThreads.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.PartitionTransportServerPort.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.ScheduleSerThread.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.SchedulerTimeoutMs.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.SerializedDAG.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.UserMainArguments.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.UserMainClass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/class-use/JobConf.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/conf/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoContext.ContextStartHandler.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoContext.ContextStopHandler.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoContext.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.ActiveContextHandler.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.AllocatedEvaluatorHandler.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.DriverStopHandler.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.FailedContextHandler.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.FailedEvaluatorHandler.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.StartHandler.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/NemoDriver.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/RemoteClientMessageLoggingHandler.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/UserApplicationRunner.html</loc>
-<lastmod>2018-03-06T22:04:35+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoContext.ContextStartHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoContext.ContextStopHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoContext.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.ActiveContextHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.AllocatedEvaluatorHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.DriverStopHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.FailedContextHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.FailedEvaluatorHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.StartHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/NemoDriver.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/RemoteClientMessageLoggingHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/class-use/UserApplicationRunner.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/driver/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.CalculateNextMatrix.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.ParseLine.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.TrainingDataCombiner.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.UngroupSingleVectorList.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.UpdateUserAndItemMatrix.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquare.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquareInefficient.UpdateUserAndItemMatrix.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/AlternatingLeastSquareInefficient.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/Broadcast.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MapReduce.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.ApplyGradient.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.CalculateGradient.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.CombineFunction.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.CombineFunctionForIterable.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.UpdateModel.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/MultinomialLogisticRegression.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.CalculateNextMatrix.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.ParseLine.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.TrainingDataCombiner.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.UngroupSingleVectorList.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.UpdateUserAndItemMatrix.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquare.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquareInefficient.UpdateUserAndItemMatrix.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/AlternatingLeastSquareInefficient.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/Broadcast.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MapReduce.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.ApplyGradient.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.CalculateGradient.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.CombineFunction.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.CombineFunctionForIterable.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.UpdateModel.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/class-use/MultinomialLogisticRegression.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/beam/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/JavaSparkPi.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/JavaWordCount.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/class-use/JavaSparkPi.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/class-use/JavaWordCount.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaSparkSQLExample.Person.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaSparkSQLExample.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedTypedAggregation.Average.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedTypedAggregation.Employee.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedTypedAggregation.MyAverage.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedTypedAggregation.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedUntypedAggregation.MyAverage.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/JavaUserDefinedUntypedAggregation.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaSparkSQLExample.Person.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaSparkSQLExample.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedTypedAggregation.Average.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedTypedAggregation.Employee.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedTypedAggregation.MyAverage.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedTypedAggregation.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedUntypedAggregation.MyAverage.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/class-use/JavaUserDefinedUntypedAggregation.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/examples/spark/sql/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/NativeChannelImplementationSelector.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/NettyChannelImplementationSelector.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/NioChannelImplementationSelector.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/ReplyFutureMap.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/RuntimeIdGenerator.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/NativeChannelImplementationSelector.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/NettyChannelImplementationSelector.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/NioChannelImplementationSelector.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/ReplyFutureMap.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/class-use/RuntimeIdGenerator.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/HashRange.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/KeyRange.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/class-use/HashRange.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/class-use/KeyRange.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/data/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/DynamicOptimizationEvent.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/DynamicOptimizationEventHandler.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/UpdatePhysicalPlanEvent.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/class-use/DynamicOptimizationEvent.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/class-use/DynamicOptimizationEventHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/class-use/UpdatePhysicalPlanEvent.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/eventhandler/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/AbsentBlockException.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/class-use/AbsentBlockException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/exception/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageContext.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageEnvironment.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageListener.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageParameters.SenderId.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageParameters.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/MessageSender.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/PersistentConnectionToMasterMap.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageContext.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageEnvironment.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageListener.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageParameters.SenderId.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageParameters.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/MessageSender.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/class-use/PersistentConnectionToMasterMap.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/GrpcMessageEnvironment.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/class-use/GrpcMessageEnvironment.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/grpc/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/LocalMessageDispatcher.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/LocalMessageEnvironment.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/LocalMessageSender.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/class-use/LocalMessageDispatcher.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/class-use/LocalMessageEnvironment.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/class-use/LocalMessageSender.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/local/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/NcsMessageEnvironment.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/class-use/NcsMessageEnvironment.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/ncs/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/message/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/MetricData.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/MetricDataBuilder.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/class-use/MetricData.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/class-use/MetricDataBuilder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/MetricFlushPeriod.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/class-use/MetricFlushPeriod.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/metric/parameter/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/RuntimeOptimizer.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/class-use/RuntimeOptimizer.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/DataSkewRuntimePass.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/RuntimePass.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/class-use/DataSkewRuntimePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/class-use/RuntimePass.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/optimizer/pass/runtime/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/RuntimeEdge.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/class-use/RuntimeEdge.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/BoundedSourceTask.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/MetricCollectionBarrierTask.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/OperatorTask.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/PhysicalPlan.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/PhysicalPlanGenerator.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/PhysicalStage.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/PhysicalStageEdge.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/ScheduledTaskGroup.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/Task.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/UnboundedSourceTask.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/BoundedSourceTask.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/MetricCollectionBarrierTask.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/OperatorTask.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/PhysicalPlan.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/PhysicalPlanGenerator.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/PhysicalStage.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/PhysicalStageEdge.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/ScheduledTaskGroup.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/Task.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/class-use/UnboundedSourceTask.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/physical/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/Stage.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/StageBuilder.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/StageEdge.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/StageEdgeBuilder.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/class-use/Stage.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/class-use/StageBuilder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/class-use/StageEdge.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/class-use/StageEdgeBuilder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/plan/stage/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/BlockState.State.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/BlockState.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/JobState.State.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/JobState.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/StageState.State.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/StageState.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskGroupState.RecoverableFailureCause.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskGroupState.State.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskGroupState.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskState.State.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/TaskState.html</loc>
-<lastmod>2018-03-06T22:04:33+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/BlockState.State.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/BlockState.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/JobState.State.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/JobState.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/StageState.State.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/StageState.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/TaskGroupState.RecoverableFailureCause.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/TaskGroupState.State.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/TaskGroupState.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/TaskState.State.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/class-use/TaskState.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/common/state/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/Executor.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/MetricCollector.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/MetricManagerWorker.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/MetricMessageSender.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/TaskGroupExecutor.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/TaskGroupStateManager.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteInputContext.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteOutputContext.ByteOutputStream.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteOutputContext.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteTransfer.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ByteTransferContext.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/ClosableBlockingQueue.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteInputContext.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteOutputContext.ByteOutputStream.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteOutputContext.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteTransfer.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ByteTransferContext.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/class-use/ClosableBlockingQueue.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/bytetransfer/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/Executor.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/MetricCollector.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/MetricManagerWorker.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/MetricMessageSender.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/TaskGroupExecutor.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/class-use/TaskGroupStateManager.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/BlockManagerWorker.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/DataUtil.InputStreamIterator.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/DataUtil.IteratorWithNumBytes.NumBytesNotSupportedException.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/DataUtil.IteratorWithNumBytes.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/DataUtil.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/FileArea.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/LimitedInputStream.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/NonSerializedPartition.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/Partition.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/SerializedPartition.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/SerializerManager.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/Block.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/FileBlock.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/NonSerializedMemoryBlock.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/SerializedMemoryBlock.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/class-use/Block.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/class-use/FileBlock.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/class-use/NonSerializedMemoryBlock.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/class-use/SerializedMemoryBlock.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/block/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/BlockManagerWorker.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/DataUtil.InputStreamIterator.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/DataUtil.IteratorWithNumBytes.NumBytesNotSupportedException.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/DataUtil.IteratorWithNumBytes.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/DataUtil.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/FileArea.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/LimitedInputStream.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/NonSerializedPartition.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/Partition.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/SerializedPartition.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/class-use/SerializerManager.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/FileMetadata.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/LocalFileMetadata.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/PartitionMetadata.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/RemoteFileMetadata.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/class-use/FileMetadata.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/class-use/LocalFileMetadata.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/class-use/PartitionMetadata.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/class-use/RemoteFileMetadata.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/metadata/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/DataSkewHashPartitioner.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/HashPartitioner.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/IntactPartitioner.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/Partitioner.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/class-use/DataSkewHashPartitioner.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/class-use/HashPartitioner.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/class-use/IntactPartitioner.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/class-use/Partitioner.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/partitioner/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/AbstractBlockStore.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/BlockStore.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/FileStore.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/GlusterFileStore.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/LocalBlockStore.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/LocalFileStore.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/MemoryStore.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/RemoteFileStore.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/SerializedMemoryStore.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:50+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/AbstractBlockStore.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/BlockStore.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/FileStore.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/GlusterFileStore.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/LocalBlockStore.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/LocalFileStore.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/MemoryStore.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/RemoteFileStore.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/class-use/SerializedMemoryStore.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/stores/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/CompressionStreamChainer.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/Serializer.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/StreamChainer.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/class-use/CompressionStreamChainer.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/class-use/Serializer.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/class-use/StreamChainer.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/data/streamchainer/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/DataTransfer.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/DataTransferFactory.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/InputReader.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/OutputCollectorImpl.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/OutputWriter.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/DataTransfer.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/DataTransferFactory.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/InputReader.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/OutputCollectorImpl.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/class-use/OutputWriter.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/datatransfer/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/executor/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/BlockManagerMaster.BlockLocationRequestHandler.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/BlockManagerMaster.PartitionManagerMasterControlMessageReceiver.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/BlockManagerMaster.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/JobStateManager.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/MetricManagerMaster.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/MetricMessageHandler.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/RuntimeMaster.MasterControlMessageReceiver.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/RuntimeMaster.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/BlockManagerMaster.BlockLocationRequestHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/BlockManagerMaster.PartitionManagerMasterControlMessageReceiver.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/BlockManagerMaster.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/JobStateManager.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/MetricManagerMaster.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/MetricMessageHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/RuntimeMaster.MasterControlMessageReceiver.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/class-use/RuntimeMaster.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/UpdatePhysicalPlanEventHandler.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/class-use/UpdatePhysicalPlanEventHandler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/eventhandler/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/ContainerManager.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/ExecutorRepresenter.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/ResourceSpecification.Builder.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/ResourceSpecification.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/class-use/ContainerManager.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/class-use/ExecutorRepresenter.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/class-use/ResourceSpecification.Builder.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/class-use/ResourceSpecification.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/resource/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/BatchSingleJobScheduler.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/PendingTaskGroupQueue.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/RoundRobinSchedulingPolicy.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/Scheduler.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/SchedulerRunner.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/SchedulingPolicy.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/SingleJobTaskGroupQueue.html</loc>
-<lastmod>2018-03-06T22:04:34+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/BatchSingleJobScheduler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/PendingTaskGroupQueue.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/RoundRobinSchedulingPolicy.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/Scheduler.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/SchedulerRunner.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/SchedulingPolicy.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/class-use/SingleJobTaskGroupQueue.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/package-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/package-summary.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/package-tree.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/edu/snu/nemo/runtime/master/scheduler/package-use.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/help-doc.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/index-all.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/index.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/overview-frame.html</loc>
-<lastmod>2018-03-06T22:04:36+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/overview-summary.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/overview-tree.html</loc>
-<lastmod>2018-03-06T22:04:38+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 <url>
 <loc>http://nemo.apache.org//apidocs/serialized-form.html</loc>
-<lastmod>2018-03-06T22:04:37+09:00</lastmod>
+<lastmod>2018-03-23T10:44:51+09:00</lastmod>
 </url>
 </urlset>