You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2018/08/29 07:25:55 UTC

[flink-web] 02/05: [hotfix] Clarify downloads text with respect to Hadoop bundling

This is an automated email from the ASF dual-hosted git repository.

sewen pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 8d54865b7398a059806490d1bc7c89764a23bb0f
Author: Stephan Ewen <se...@apache.org>
AuthorDate: Tue Aug 28 19:29:44 2018 +0200

    [hotfix] Clarify downloads text with respect to Hadoop bundling
---
 _config.yml  | 10 +++++-----
 downloads.md | 16 +++++++---------
 2 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/_config.yml b/_config.yml
index 6b6cb43..37ae53d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -27,31 +27,31 @@ FLINK_DOWNLOAD_URL_SOURCE_SHA512: https://www.apache.org/dist/flink/flink-1.6.0/
 
 stable_releases:
   -
-      name: "Without bundled Hadoop®"
+      name: "Apache Flink only"
       id: "download-hadoopfree_211"
       url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.6.0/flink-1.6.0-bin-scala_2.11.tgz"
       asc_url: "https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-scala_2.11.tgz.asc"
       sha512_url: "https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-scala_2.11.tgz.sha512"
   -
-      name: "Hadoop® 2.8"
+      name: "Flink with Hadoop® 2.8"
       id: "download-hadoop28_211"
       url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.6.0/flink-1.6.0-bin-hadoop28-scala_2.11.tgz"
       asc_url: "https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop28-scala_2.11.tgz.asc"
       sha512_url: "https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop28-scala_2.11.tgz.sha512"
   -
-      name: "Hadoop® 2.7"
+      name: "Flink with Hadoop® 2.7"
       id: "download-hadoop27_211"
       url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.6.0/flink-1.6.0-bin-hadoop27-scala_2.11.tgz"
       asc_url: "https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop27-scala_2.11.tgz.asc"
       sha512_url: "https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop27-scala_2.11.tgz.sha512"
   -
-      name: "Hadoop® 2.6"
+      name: "Flink with Hadoop® 2.6"
       id: "download-hadoop26_211"
       url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.6.0/flink-1.6.0-bin-hadoop26-scala_2.11.tgz"
       asc_url: "https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop26-scala_2.11.tgz.asc"
       sha512_url: "https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop26-scala_2.11.tgz.sha512"
   -
-      name: "Hadoop® 2.4"
+      name: "Flink with Hadoop® 2.4"
       id: "download-hadoop24_211"
       url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.6.0/flink-1.6.0-bin-hadoop24-scala_2.11.tgz"
       asc_url: "https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop24-scala_2.11.tgz.asc"
diff --git a/downloads.md b/downloads.md
index 17f741c..de3e133 100644
--- a/downloads.md
+++ b/downloads.md
@@ -22,15 +22,13 @@ $( document ).ready(function() {
 
 Apache Flink® {{ site.FLINK_VERSION_STABLE }} is our latest stable release.
 
-An Apache Hadoop installation is
-[not required](faq.html#how-does-flink-relate-to-the-hadoop-stack)
-to use Flink. If you plan to run Flink in YARN or process data stored in HDFS then
-select the version matching your installed Hadoop version.
-
-The binary releases marked with a Hadoop version come bundled with binaries for that Hadoop version.
-The binary release without bundled Hadoop can be used without Hadoop or with a Hadoop version
-that is installed in the environment, i.e., this version can pick up a Hadoop version from
-the classpath.
+An Apache Hadoop installation is [not required](faq.html#how-does-flink-relate-to-the-hadoop-stack) to use Apache Flink.
+For users that use Flink without any Hadoop components, we recommend the release without bundled Hadoop libraries.
+
+If you plan to use Apache Flink together with Apache Hadoop (run Flink on YARN, connect to HDFS,
+connect to HBase, or use some Hadoop-based file system connector) then select the download that
+bundles the matching Hadoop version, or use the Hadoop free version and
+[export your HADOOP_CLASSPATH](https://ci.apache.org/projects/flink/flink-docs-stable/ops/deployment/hadoop.html).
 
 ### Binaries