Rebuild website

Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/b311c4f9
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/b311c4f9
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/b311c4f9

Branch: refs/heads/asf-site
Commit: b311c4f9a151948c0f60b6110ae465d725af0208
Parents: 9133e71
Author: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Authored: Wed Dec 13 14:17:50 2017 +0100
Committer: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Committed: Wed Dec 13 14:17:50 2017 +0100

----------------------------------------------------------------------
 content/blog/feed.xml                      | 9 +++++++++
 content/news/2017/12/12/release-1.4.0.html | 9 +++++++++
 2 files changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/b311c4f9/content/blog/feed.xml
----------------------------------------------------------------------
diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index 0e1113c..9f8d02d 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -50,6 +50,7 @@ releases for APIs annotated with the @Public 
annotation.&lt;/p&gt;
       &lt;li&gt;&lt;a 
href=&quot;#changes-to-dynamic-class-loading-of-user-code&quot; 
id=&quot;markdown-toc-changes-to-dynamic-class-loading-of-user-code&quot;&gt;Changes
 to dynamic class loading of user code&lt;/a&gt;&lt;/li&gt;
       &lt;li&gt;&lt;a 
href=&quot;#no-more-avro-dependency-included-by-default&quot; 
id=&quot;markdown-toc-no-more-avro-dependency-included-by-default&quot;&gt;No 
more Avro dependency included by default&lt;/a&gt;&lt;/li&gt;
       &lt;li&gt;&lt;a href=&quot;#hadoop-free-flink-1&quot; 
id=&quot;markdown-toc-hadoop-free-flink-1&quot;&gt;Hadoop-free 
Flink&lt;/a&gt;&lt;/li&gt;
+      &lt;li&gt;&lt;a href=&quot;#bundled-s3-filesystems&quot; 
id=&quot;markdown-toc-bundled-s3-filesystems&quot;&gt;Bundled S3 
FileSystems&lt;/a&gt;&lt;/li&gt;
     &lt;/ul&gt;
   &lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;#list-of-contributors&quot; 
id=&quot;markdown-toc-list-of-contributors&quot;&gt;List of 
Contributors&lt;/a&gt;&lt;/li&gt;
@@ -222,6 +223,14 @@ supported version of YARN, and Flink would dynamically use 
the Hadoop dependenci
 dependencies or make sure to include Hadoop dependencies when building a jar 
file for your
 application.&lt;/p&gt;
 
+&lt;h3 id=&quot;bundled-s3-filesystems&quot;&gt;Bundled S3 
FileSystems&lt;/h3&gt;
+
+&lt;p&gt;Flink 1.4 comes bundled with two different S3 FileSystems based on 
the Presto S3 FileSystem and
+the Hadoop S3A FileSystem. They don’t have dependencies (because all 
dependencies are
+shaded/relocated) and you can use them by dropping the respective file from 
the &lt;code&gt;opt&lt;/code&gt; directory
+into the &lt;code&gt;lib&lt;/code&gt; directory of your Flink installation. 
For more information about this, please refer
+to the &lt;a 
href=&quot;https://ci.apache.org/projects/flink/flink-docs-release-1.4/ops/filesystems.html#built-in-file-systems&quot;&gt;documentation&lt;/a&gt;.&lt;/p&gt;
+
 &lt;h2 id=&quot;list-of-contributors&quot;&gt;List of Contributors&lt;/h2&gt;
 
 &lt;p&gt;According to git shortlog, the following 106 people contributed to 
the 1.4.0 release. Thank you to

http://git-wip-us.apache.org/repos/asf/flink-web/blob/b311c4f9/content/news/2017/12/12/release-1.4.0.html
----------------------------------------------------------------------
diff --git a/content/news/2017/12/12/release-1.4.0.html 
b/content/news/2017/12/12/release-1.4.0.html
index fcec280..4213521 100644
--- a/content/news/2017/12/12/release-1.4.0.html
+++ b/content/news/2017/12/12/release-1.4.0.html
@@ -183,6 +183,7 @@ releases for APIs annotated with the @Public annotation.</p>
       <li><a href="#changes-to-dynamic-class-loading-of-user-code" 
id="markdown-toc-changes-to-dynamic-class-loading-of-user-code">Changes to 
dynamic class loading of user code</a></li>
       <li><a href="#no-more-avro-dependency-included-by-default" 
id="markdown-toc-no-more-avro-dependency-included-by-default">No more Avro 
dependency included by default</a></li>
       <li><a href="#hadoop-free-flink-1" 
id="markdown-toc-hadoop-free-flink-1">Hadoop-free Flink</a></li>
+      <li><a href="#bundled-s3-filesystems" 
id="markdown-toc-bundled-s3-filesystems">Bundled S3 FileSystems</a></li>
     </ul>
   </li>
   <li><a href="#list-of-contributors" 
id="markdown-toc-list-of-contributors">List of Contributors</a></li>
@@ -355,6 +356,14 @@ supported version of YARN, and Flink would dynamically use 
the Hadoop dependenci
 dependencies or make sure to include Hadoop dependencies when building a jar 
file for your
 application.</p>
 
+<h3 id="bundled-s3-filesystems">Bundled S3 FileSystems</h3>
+
+<p>Flink 1.4 comes bundled with two different S3 FileSystems based on the 
Presto S3 FileSystem and
+the Hadoop S3A FileSystem. They don’t have dependencies (because all 
dependencies are
+shaded/relocated) and you can use them by dropping the respective file from 
the <code>opt</code> directory
+into the <code>lib</code> directory of your Flink installation. For more 
information about this, please refer
+to the <a 
href="https://ci.apache.org/projects/flink/flink-docs-release-1.4/ops/filesystems.html#built-in-file-systems";>documentation</a>.</p>
+
 <h2 id="list-of-contributors">List of Contributors</h2>
 
 <p>According to git shortlog, the following 106 people contributed to the 
1.4.0 release. Thank you to

Reply via email to