You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2016/12/04 14:46:03 UTC

[2/2] flink git commit: [docs] Replace broken download link

[docs] Replace broken download link

This variable was removed in dc5062557a55


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

Branch: refs/heads/master
Commit: 136294c4fd930b1349da57a9e873e230a74bc4c5
Parents: 08e7ba4
Author: Rohit Agarwal <mi...@gmail.com>
Authored: Fri Dec 2 15:01:00 2016 -0800
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Sun Dec 4 15:45:50 2016 +0100

----------------------------------------------------------------------
 docs/quickstart/setup_quickstart.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/136294c4/docs/quickstart/setup_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/setup_quickstart.md b/docs/quickstart/setup_quickstart.md
index 47608f2..3dd0950 100644
--- a/docs/quickstart/setup_quickstart.md
+++ b/docs/quickstart/setup_quickstart.md
@@ -180,6 +180,6 @@ are very important configuration values.
 
 You can easily deploy Flink on your existing __YARN cluster__.
 
-1. Download the __Flink Hadoop2 package__: [Flink with Hadoop 2]({{site.FLINK_DOWNLOAD_URL_HADOOP2_STABLE}})
+1. Download the __Flink Hadoop2 package__ from the [downloads page](https://flink.apache.org/downloads.html)
 2. Make sure your __HADOOP_HOME__ (or _YARN_CONF_DIR_ or _HADOOP_CONF_DIR_) __environment variable__ is set to read your YARN and HDFS configuration.
 3. Run the __YARN client__ with: `./bin/yarn-session.sh`. You can run the client with options `-n 10 -tm 8192` to allocate 10 TaskManagers with 8GB of memory each.