[ 
https://issues.apache.org/jira/browse/FLINK-10238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16596028#comment-16596028
 ] 

ASF GitHub Bot commented on FLINK-10238:
----------------------------------------

asfgit closed pull request #121:  [FLINK-10238] Link nightly snapshot builds 
from the Download page
URL: https://github.com/apache/flink-web/pull/121
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/_config.yml b/_config.yml
index 6b6cb430..37ae53d3 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/content/contribute-code.html b/content/contribute-code.html
index c3f10422..b6358514 100644
--- a/content/contribute-code.html
+++ b/content/contribute-code.html
@@ -174,7 +174,6 @@ <h1>Contributing Code</h1>
     </ul>
   </li>
   <li><a href="#how-to-use-git-as-a-committer" 
id="markdown-toc-how-to-use-git-as-a-committer">How to use Git as a 
committer</a></li>
-  <li><a href="#snapshots-nightly-builds" 
id="markdown-toc-snapshots-nightly-builds">Snapshots (Nightly Builds)</a></li>
 </ul>
 
 </div>
@@ -520,33 +519,6 @@ <h3 class="no_toc" id="main-source-repositories">Main 
source repositories</h3>
 
 <p>If you want to build for Hadoop 1, activate the build profile via <code>mvn 
clean package -DskipTests -Dhadoop.profile=1</code>.</p>
 
-<hr />
-
-<h2 id="snapshots-nightly-builds">Snapshots (Nightly Builds)</h2>
-
-<p>Apache Flink <code>1.7-SNAPSHOT</code> is our latest development 
version.</p>
-
-<p>You can download a packaged version of our nightly builds, which include
-the most recent development code. You can use them if you need a feature
-before its release. Only builds that pass all tests are published here.</p>
-
-<ul>
-  <li><strong>Hadoop 2 and YARN</strong>: <a 
href="https://s3.amazonaws.com/flink-nightly/flink-1.7-SNAPSHOT-bin-hadoop2.tgz";
 class="ga-track" 
id="download-hadoop2-nightly">flink-1.7-SNAPSHOT-bin-hadoop2.tgz</a></li>
-</ul>
-
-<p>Add the <strong>Apache Snapshot repository</strong> to your Maven 
<code>pom.xml</code>:</p>
-
-<div class="highlight"><pre><code class="language-xml"><span 
class="nt">&lt;repositories&gt;</span>
-  <span class="nt">&lt;repository&gt;</span>
-    <span class="nt">&lt;id&gt;</span>apache.snapshots<span 
class="nt">&lt;/id&gt;</span>
-    <span class="nt">&lt;name&gt;</span>Apache Development Snapshot 
Repository<span class="nt">&lt;/name&gt;</span>
-    <span 
class="nt">&lt;url&gt;</span>https://repository.apache.org/content/repositories/snapshots/<span
 class="nt">&lt;/url&gt;</span>
-    <span class="nt">&lt;releases&gt;&lt;enabled&gt;</span>false<span 
class="nt">&lt;/enabled&gt;&lt;/releases&gt;</span>
-    <span class="nt">&lt;snapshots&gt;&lt;enabled&gt;</span>true<span 
class="nt">&lt;/enabled&gt;&lt;/snapshots&gt;</span>
-  <span class="nt">&lt;/repository&gt;</span>
-<span class="nt">&lt;/repositories&gt;</span></code></pre></div>
-
-<p>You can now include Apache Flink as a Maven dependency (see above) with 
version <code>1.7-SNAPSHOT</code> (or `` for compatibility with old Hadoop 1.x 
versions).</p>
 
 
   </div>
diff --git a/content/downloads.html b/content/downloads.html
index 4220a872..8b8273ea 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -164,7 +164,8 @@ <h1>Downloads</h1>
   <li><a href="#verifying-hashes-and-signatures" 
id="markdown-toc-verifying-hashes-and-signatures">Verifying Hashes and 
Signatures</a></li>
   <li><a href="#maven-dependencies" id="markdown-toc-maven-dependencies">Maven 
Dependencies</a></li>
   <li><a href="#update-policy-for-old-releases" 
id="markdown-toc-update-policy-for-old-releases">Update Policy for old 
releases</a></li>
-  <li><a href="#all-releases" id="markdown-toc-all-releases">All 
releases</a></li>
+  <li><a href="#all-stable-releases" id="markdown-toc-all-stable-releases">All 
stable releases</a></li>
+  <li><a href="#snapshots-nightly-builds" 
id="markdown-toc-snapshots-nightly-builds">Snapshots (Nightly Builds)</a></li>
 </ul>
 
 </div>
@@ -173,15 +174,13 @@ <h2 id="latest-stable-release-v160">Latest stable release 
(v1.6.0)</h2>
 
 <p>Apache Flink® 1.6.0 is our latest stable release.</p>
 
-<p>An Apache Hadoop installation is
-<a href="faq.html#do-i-have-to-install-apache-hadoop-to-use-flink">not 
required</a>
-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.</p>
+<p>An Apache Hadoop installation is <a 
href="faq.html#how-does-flink-relate-to-the-hadoop-stack">not required</a> to 
use Apache Flink.
+For users that use Flink without any Hadoop components, we recommend the 
release without bundled Hadoop libraries.</p>
 
-<p>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.</p>
+<p>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
+<a 
href="https://ci.apache.org/projects/flink/flink-docs-stable/ops/deployment/hadoop.html";>export
 your HADOOP_CLASSPATH</a>.</p>
 
 <h3 id="binaries">Binaries</h3>
 
@@ -194,27 +193,27 @@ <h3 id="binaries">Binaries</h3>
 <tbody>
     
     <tr>
-    <th>Without bundled Hadoop®</th>
+    <th>Apache Flink only</th>
     <td><a 
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.6.0/flink-1.6.0-bin-scala_2.11.tgz";
 class="ga-track" id="download-hadoopfree_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-scala_2.11.tgz.sha512";>sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Hadoop® 2.8</th>
+    <th>Flink with Hadoop® 2.8</th>
     <td><a 
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.6.0/flink-1.6.0-bin-hadoop28-scala_2.11.tgz";
 class="ga-track" id="download-hadoop28_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop28-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop28-scala_2.11.tgz.sha512";>sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Hadoop® 2.7</th>
+    <th>Flink with Hadoop® 2.7</th>
     <td><a 
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.6.0/flink-1.6.0-bin-hadoop27-scala_2.11.tgz";
 class="ga-track" id="download-hadoop27_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop27-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop27-scala_2.11.tgz.sha512";>sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Hadoop® 2.6</th>
+    <th>Flink with Hadoop® 2.6</th>
     <td><a 
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.6.0/flink-1.6.0-bin-hadoop26-scala_2.11.tgz";
 class="ga-track" id="download-hadoop26_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop26-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop26-scala_2.11.tgz.sha512";>sha512</a>)</td>
     </tr>
     
     <tr>
-    <th>Hadoop® 2.4</th>
+    <th>Flink with Hadoop® 2.4</th>
     <td><a 
href="https://www.apache.org/dyn/closer.lua/flink/flink-1.6.0/flink-1.6.0-bin-hadoop24-scala_2.11.tgz";
 class="ga-track" id="download-hadoop24_211">Download</a> (<a 
href="https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop24-scala_2.11.tgz.asc";>asc</a>,
 <a 
href="https://www.apache.org/dist/flink/flink-1.6.0/flink-1.6.0-bin-hadoop24-scala_2.11.tgz.sha512";>sha512</a>)</td>
     </tr>
     
@@ -270,7 +269,7 @@ <h2 id="update-policy-for-old-releases">Update Policy for 
old releases</h2>
 
 <p>Note that the community is always open to discussing bugfix releases for 
even older versions. Please get in touch with the developers for that on the 
[email protected] mailing list.</p>
 
-<h2 id="all-releases">All releases</h2>
+<h2 id="all-stable-releases">All stable releases</h2>
 
 <p>All Flink releases are available via <a 
href="https://archive.apache.org/dist/flink/";>https://archive.apache.org/dist/flink/</a>
 including checksums and cryptographic signatures. At the time of writing, this 
includes the following versions:</p>
 
@@ -312,7 +311,30 @@ <h2 id="all-releases">All releases</h2>
   <li>Flink 0.6-incubating - 2014-08-26 (<a 
href="https://archive.apache.org/dist/incubator/flink/flink-0.6-incubating-src.tgz";>Source</a>,
 <a href="https://archive.apache.org/dist/incubator/flink/";>Binaries</a>)</li>
 </ul>
 
-<p>Previous Stratosphere releases are available on <a 
href="https://github.com/stratosphere/stratosphere/releases";>GitHub</a>.</p>
+<h2 id="snapshots-nightly-builds">Snapshots (Nightly Builds)</h2>
+
+<p><strong>Warning: These builds are not official releases. They are not 
endorsed in any way, they have not undergone a proper release process and have 
not undergone any license checks.
+The snapshot builds are only for developer convenience, to test features 
before an official release.</strong></p>
+
+<ul>
+  <li>
+    <p>Archive: <strong>Apache Flink <code>1.7-SNAPSHOT</code></strong>: <a 
href="https://s3.amazonaws.com/flink-nightly/flink-1.7-SNAPSHOT-bin-hadoop2.tgz";
 class="ga-track" 
id="download-hadoop2-nightly">flink-1.7-SNAPSHOT-bin-hadoop2.tgz</a></p>
+  </li>
+  <li>
+    <p>Maven: Add the <strong>Apache Snapshot repository</strong> to your 
<code>pom.xml</code> to use dependencies with <code>1.7-SNAPSHOT</code> 
version.</p>
+  </li>
+</ul>
+
+<div class="highlight"><pre><code class="language-xml"><span 
class="nt">&lt;repositories&gt;</span>
+  <span class="nt">&lt;repository&gt;</span>
+    <span class="nt">&lt;id&gt;</span>apache.snapshots<span 
class="nt">&lt;/id&gt;</span>
+    <span class="nt">&lt;name&gt;</span>Apache Development Snapshot 
Repository<span class="nt">&lt;/name&gt;</span>
+    <span 
class="nt">&lt;url&gt;</span>https://repository.apache.org/content/repositories/snapshots/<span
 class="nt">&lt;/url&gt;</span>
+    <span class="nt">&lt;releases&gt;&lt;enabled&gt;</span>false<span 
class="nt">&lt;/enabled&gt;&lt;/releases&gt;</span>
+    <span class="nt">&lt;snapshots&gt;&lt;enabled&gt;</span>true<span 
class="nt">&lt;/enabled&gt;&lt;/snapshots&gt;</span>
+  <span class="nt">&lt;/repository&gt;</span>
+<span class="nt">&lt;/repositories&gt;</span></code></pre></div>
+
 
 
   </div>
diff --git a/contribute-code.md b/contribute-code.md
index 4a5c5833..81550c11 100755
--- a/contribute-code.md
+++ b/contribute-code.md
@@ -317,30 +317,3 @@ Note: Flink does not build with Oracle JDK 6. It runs with 
Oracle JDK 6.
 
 If you want to build for Hadoop 1, activate the build profile via `mvn clean 
package -DskipTests -Dhadoop.profile=1`.
 
------
-
-## Snapshots (Nightly Builds)
-
-Apache Flink `{{ site.FLINK_VERSION_LATEST }}` is our latest development 
version.
-
-You can download a packaged version of our nightly builds, which include
-the most recent development code. You can use them if you need a feature
-before its release. Only builds that pass all tests are published here.
-
-- **Hadoop 2 and YARN**: <a href="{{ site.FLINK_DOWNLOAD_URL_HADOOP_2_LATEST 
}}" class="ga-track" id="download-hadoop2-nightly">{{ 
site.FLINK_DOWNLOAD_URL_HADOOP_2_LATEST | split:'/' | last }}</a>
-
-Add the **Apache Snapshot repository** to your Maven `pom.xml`:
-
-```xml
-<repositories>
-  <repository>
-    <id>apache.snapshots</id>
-    <name>Apache Development Snapshot Repository</name>
-    <url>https://repository.apache.org/content/repositories/snapshots/</url>
-    <releases><enabled>false</enabled></releases>
-    <snapshots><enabled>true</enabled></snapshots>
-  </repository>
-</repositories>
-```
-
-You can now include Apache Flink as a Maven dependency (see above) with 
version `{{ site.FLINK_VERSION_LATEST }}` (or `{{ 
site.FLINK_VERSION_HADOOP_1_LATEST }}` for compatibility with old Hadoop 1.x 
versions).
diff --git a/downloads.md b/downloads.md
index 3df2af8d..b5ef0c0f 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#do-i-have-to-install-apache-hadoop-to-use-flink)
-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.
+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.
 
-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.
+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
 
@@ -100,7 +98,7 @@ As of March 2017, the Flink community 
[decided](http://apache-flink-mailing-list
 Note that the community is always open to discussing bugfix releases for even 
older versions. Please get in touch with the developers for that on the 
[email protected] mailing list.
 
 
-## All releases
+## All stable releases
 
 All Flink releases are available via 
[https://archive.apache.org/dist/flink/](https://archive.apache.org/dist/flink/)
 including checksums and cryptographic signatures. At the time of writing, this 
includes the following versions:
 
@@ -140,4 +138,24 @@ All Flink releases are available via 
[https://archive.apache.org/dist/flink/](ht
 - Flink 0.6.1-incubating - 2014-09-26 
([Source](https://archive.apache.org/dist/incubator/flink/flink-0.6.1-incubating/flink-0.6.1-incubating-src.tgz),
 
[Binaries](https://archive.apache.org/dist/incubator/flink/flink-0.6.1-incubating/))
 - Flink 0.6-incubating - 2014-08-26 
([Source](https://archive.apache.org/dist/incubator/flink/flink-0.6-incubating-src.tgz),
 [Binaries](https://archive.apache.org/dist/incubator/flink/))
 
-Previous Stratosphere releases are available on 
[GitHub](https://github.com/stratosphere/stratosphere/releases).
+## Snapshots (Nightly Builds)
+
+**Warning: These builds are not official releases. They are not endorsed in 
any way, they have not undergone a proper release process and have not 
undergone any license checks.
+The snapshot builds are only for developer convenience, to test features 
before an official release.**
+
+- Archive: **Apache Flink `{{ site.FLINK_VERSION_LATEST }}`**: <a href="{{ 
site.FLINK_DOWNLOAD_URL_HADOOP_2_LATEST }}" class="ga-track" 
id="download-hadoop2-nightly">{{ site.FLINK_DOWNLOAD_URL_HADOOP_2_LATEST | 
split:'/' | last }}</a>
+
+- Maven: Add the **Apache Snapshot repository** to your `pom.xml` to use 
dependencies with `{{ site.FLINK_VERSION_LATEST }}` version.
+
+```xml
+<repositories>
+  <repository>
+    <id>apache.snapshots</id>
+    <name>Apache Development Snapshot Repository</name>
+    <url>https://repository.apache.org/content/repositories/snapshots/</url>
+    <releases><enabled>false</enabled></releases>
+    <snapshots><enabled>true</enabled></snapshots>
+  </repository>
+</repositories>
+```
+


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Make nightly builds easier discoverable
> ---------------------------------------
>
>                 Key: FLINK-10238
>                 URL: https://issues.apache.org/jira/browse/FLINK-10238
>             Project: Flink
>          Issue Type: Improvement
>          Components: Project Website
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>            Priority: Major
>              Labels: pull-request-available
>
> How to access the nightly builds is described in a bit of a hidden place, but 
> is a question frequently popping up.
> I suggest to add the nightly builds to the download page, with a prominent 
> disclaimer that they are not endorsed releases.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to