You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2017/12/13 13:17:59 UTC

[1/2] flink-web git commit: Add note about S3 filesystems to Flink 1.4 release post

Repository: flink-web
Updated Branches:
  refs/heads/asf-site de20a67df -> b311c4f9a


Add note about S3 filesystems to Flink 1.4 release post


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

Branch: refs/heads/asf-site
Commit: 9133e7119e41609c857d462826b96601eff2a6c3
Parents: de20a67
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Wed Dec 13 14:17:31 2017 +0100
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Wed Dec 13 14:17:31 2017 +0100

----------------------------------------------------------------------
 _posts/2017-12-12-release-1.4.0.md | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/9133e711/_posts/2017-12-12-release-1.4.0.md
----------------------------------------------------------------------
diff --git a/_posts/2017-12-12-release-1.4.0.md b/_posts/2017-12-12-release-1.4.0.md
index 41ade39..c7acff2 100644
--- a/_posts/2017-12-12-release-1.4.0.md
+++ b/_posts/2017-12-12-release-1.4.0.md
@@ -198,6 +198,14 @@ This also means that in cases where you used connectors to HDFS, such as the `Bu
 dependencies or make sure to include Hadoop dependencies when building a jar file for your
 application.
 
+### Bundled S3 FileSystems
+
+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 `opt` directory
+into the `lib` directory of your Flink installation. For more information about this, please refer
+to the [documentation](https://ci.apache.org/projects/flink/flink-docs-release-1.4/ops/filesystems.html#built-in-file-systems).
+
 ## List of Contributors
 
 According to git shortlog, the following 106 people contributed to the 1.4.0 release. Thank you to


[2/2] flink-web git commit: Rebuild website

Posted by al...@apache.org.
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 <al...@gmail.com>
Authored: Wed Dec 13 14:17:50 2017 +0100
Committer: Aljoscha Krettek <al...@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