Repository: flink-web
Updated Branches:
refs/heads/asf-site 759e37ab4 -> 1c6d8ee13
remove obsolete YARN download link
Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/1c6d8ee1
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/1c6d8ee1
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/1c6d8ee1
Branch: refs/heads/asf-site
Commit: 1c6d8ee13ae6258b6499726ef0787c8dc8d95e8d
Parents: 759e37a
Author: Maximilian Michels <mxm@apache.org>
Authored: Wed Jun 24 11:47:49 2015 +0200
Committer: Maximilian Michels <mxm@apache.org>
Committed: Wed Jun 24 11:47:49 2015 +0200
----------------------------------------------------------------------
downloads.md | 6 ------
1 file changed, 6 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/flink-web/blob/1c6d8ee1/downloads.md
----------------------------------------------------------------------
diff --git a/downloads.md b/downloads.md
index 9ab74bd..1bc5dfb 100644
--- a/downloads.md
+++ b/downloads.md
@@ -36,12 +36,6 @@ You [don't have to install Hadoop](faq.html#do-i-have-to-install-apache-hadoop-t
<p>Pick this package if you plan to install Flink use Flink with data stored in
Hadoop 2.x.</p>
</a>
- <!-- YARN -->
- <a href="{{ site.FLINK_DOWNLOAD_URL_YARN_STABLE }}" class="list-group-item ga-track"
id="download-hadoop2-yarn">
- <h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span>
<strong>Flink {{ site.stable }}</strong> for YARN</h4>
- <p>Pick this package if you plan to use Flink with Hadoop YARN.</p>
- </a>
-
<!-- Source -->
<a href="{{ site.FLINK_DOWNLOAD_URL_SOURCE }}" class="list-group-item ga-track" id="download-source">
<h4><span class="glyphicon glyphicon-download" aria-hidden="true"></span>
<strong>Flink {{ site.FLINK_VERSION_STABLE }}</strong> Source Release</h4>
|