You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/06/12 13:29:34 UTC

[1/2] flink git commit: [docs][release] update stable version to 0.9.0

Repository: flink
Updated Branches:
  refs/heads/release-0.9 f27fc819e -> ecfde6dd9


[docs][release] update stable version to 0.9.0


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

Branch: refs/heads/release-0.9
Commit: ecfde6dd9ea52e67c090e7c5caabc2e7256b42dd
Parents: 4d8ae1c
Author: Maximilian Michels <mx...@apache.org>
Authored: Fri Jun 12 13:04:21 2015 +0200
Committer: Maximilian Michels <mx...@apache.org>
Committed: Fri Jun 12 13:28:53 2015 +0200

----------------------------------------------------------------------
 docs/_config.yml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/ecfde6dd/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 3838257..2cee6a5 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -27,9 +27,9 @@
 # to reference a specific Flink version, because this is the only place where
 # we change the version for the complete docs when forking of a release branch
 # etc.
-version: "0.9-SNAPSHOT"
-version_hadoop1: "0.9-hadoop1-SNAPSHOT"
-version_short: "0.9" # Used for the top navbar w/o snapshot suffix
+version: "0.9.0"
+version_hadoop1: "0.9.0-hadoop1"
+version_short: "0.9.0" # Used for the top navbar w/o snapshot suffix
 
 # This is the Scala version we use in this version
 scala_version: "2.10"
@@ -42,9 +42,8 @@ github_url: "https://github.com/apache/flink"
 download_url: "http://flink.apache.org/downloads.html"
 
 # Setup quickstart uses this => to be changed
-FLINK_DOWNLOAD_URL_HADOOP1_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop1.tgz"
-FLINK_DOWNLOAD_URL_HADOOP2_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2.tgz"
-FLINK_DOWNLOAD_URL_YARN_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2-yarn.tgz"
+FLINK_DOWNLOAD_URL_HADOOP1_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0/flink-0.9.0-bin-hadoop1.tgz"
+FLINK_DOWNLOAD_URL_HADOOP2_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0/flink-0.9.0-bin-hadoop2.tgz"
 
 #------------------------------------------------------------------------------
 # BUILD CONFIG
@@ -68,4 +67,4 @@ kramdown:
 
 host: localhost
 
-baseurl: http://ci.apache.org/projects/flink/flink-docs-master
\ No newline at end of file
+baseurl:


[2/2] flink git commit: [docs] remove obsolete YARN link and cleanup download links

Posted by mx...@apache.org.
[docs] remove obsolete YARN link and cleanup download links


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

Branch: refs/heads/release-0.9
Commit: 4d8ae1c307f006b38e104c059d230305eaeaa45f
Parents: f27fc81
Author: Maximilian Michels <mx...@apache.org>
Authored: Fri Jun 12 13:03:31 2015 +0200
Committer: Maximilian Michels <mx...@apache.org>
Committed: Fri Jun 12 13:28:53 2015 +0200

----------------------------------------------------------------------
 docs/_config.yml                    | 6 +-----
 docs/quickstart/setup_quickstart.md | 2 +-
 docs/setup/yarn_setup.md            | 6 ++++--
 3 files changed, 6 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/4d8ae1c3/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 7d24d53..3838257 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -34,16 +34,12 @@ version_short: "0.9" # Used for the top navbar w/o snapshot suffix
 # This is the Scala version we use in this version
 scala_version: "2.10"
 
-# Download urls
-download_url: "http://flink.apache.org/downloads.html"
-download_url_hadoop1: "http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.9-SNAPSHOT-bin-hadoop1.tgz" 
-download_url_hadoop2: "http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.9-SNAPSHOT-bin-hadoop2.tgz" 
-
 # Some commonly linked pages (this was more important to have as a variable
 # during incubator; by now it should also be fine to hardcode these.)
 website_url: "http://flink.apache.org"
 jira_url: "https://issues.apache.org/jira/browse/FLINK"
 github_url: "https://github.com/apache/flink"
+download_url: "http://flink.apache.org/downloads.html"
 
 # Setup quickstart uses this => to be changed
 FLINK_DOWNLOAD_URL_HADOOP1_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop1.tgz"

http://git-wip-us.apache.org/repos/asf/flink/blob/4d8ae1c3/docs/quickstart/setup_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/setup_quickstart.md b/docs/quickstart/setup_quickstart.md
index b4206ea..67b7fe1 100644
--- a/docs/quickstart/setup_quickstart.md
+++ b/docs/quickstart/setup_quickstart.md
@@ -152,7 +152,7 @@ are very important configuration values.
 ## Flink on YARN
 You can easily deploy Flink on your existing __YARN cluster__. 
 
-1. Download the __Flink YARN package__ with the YARN client: [Flink for YARN]({{site.FLINK_DOWNLOAD_URL_YARN_STABLE}})
+1. Download the __Flink Hadoop2 package__: [Flink with Hadoop 2]({{site.FLINK_DOWNLOAD_URL_HADOOP2_STABLE}})
 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.
 

http://git-wip-us.apache.org/repos/asf/flink/blob/4d8ae1c3/docs/setup/yarn_setup.md
----------------------------------------------------------------------
diff --git a/docs/setup/yarn_setup.md b/docs/setup/yarn_setup.md
index 71a217f..71d0b04 100644
--- a/docs/setup/yarn_setup.md
+++ b/docs/setup/yarn_setup.md
@@ -28,7 +28,8 @@ under the License.
 Start a YARN session with 4 Task Managers (each with 4 GB of Heapspace):
 
 ~~~bash
-wget {{ site.download_url_hadoop2 }}
+# get the hadoop2 package from the Flink download page at
+# {{ site.download_url }}
 tar xvzf flink-{{ site.version }}-bin-hadoop2.tgz
 cd flink-{{ site.version }}/
 ./bin/yarn-session.sh -n 4 -jm 1024 -tm 4096
@@ -41,7 +42,8 @@ Once the session has been started, you can submit jobs to the cluster using the
 ## Quickstart: Run a Flink job on YARN
 
 ~~~bash
-wget {{ site.download_url_hadoop2 }}
+# get the hadoop2 package from the Flink download page at
+# {{ site.download_url }}
 tar xvzf flink-{{ site.version }}-bin-hadoop2.tgz
 cd flink-{{ site.version }}/
 ./bin/flink -m yarn-cluster -yn 4 -yjm 1024 -ytm 4096 ./examples/flink-java-examples-{{ site.version }}-WordCount.jar