Repository: flink Updated Branches: refs/heads/master a51c02f6e -> c46bdff0e
Update references in master to 0.8.1 release Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/c46bdff0 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/c46bdff0 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/c46bdff0 Branch: refs/heads/master Commit: c46bdff0ebb46791ca8e4b21c3bac20b23f14b44 Parents: a51c02f Author: Robert Metzger <[email protected]> Authored: Fri Feb 20 10:48:18 2015 +0100 Committer: Robert Metzger <[email protected]> Committed: Fri Feb 20 10:48:18 2015 +0100 ---------------------------------------------------------------------- docs/_config.yml | 14 +++++++------- docs/yarn_setup.md | 1 - flink-quickstart/quickstart-scala.sh | 2 +- flink-quickstart/quickstart.sh | 2 +- 4 files changed, 9 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/c46bdff0/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index 74967e9..177f91a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,9 +22,9 @@ # {{ site.CONFIG_KEY }} #------------------------------------------------------------------------------ -FLINK_VERSION_HADOOP1_STABLE: "0.8.0-hadoop1" # this variable can point to a SNAPSHOT version in the git source. -FLINK_VERSION_SHORT: "0.8.0" -FLINK_VERSION_HADOOP2_STABLE: "0.8.0" +FLINK_VERSION_HADOOP1_STABLE: "0.8.1-hadoop1" # this variable can point to a SNAPSHOT version in the git source. +FLINK_VERSION_SHORT: "0.8.1" +FLINK_VERSION_HADOOP2_STABLE: "0.8.1" FLINK_SCALA_VERSION: "2.10.4" FLINK_SCALA_VERSION_SHORT: "2.10" FLINK_ISSUES_URL: https://issues.apache.org/jira/browse/FLINK @@ -33,10 +33,10 @@ FLINK_GITHUB_URL: https://github.com/apache/flink FLINK_WEBSITE_URL: http://flink.apache.org FLINK_DOWNLOAD_URL: http://flink.apache.org/downloads.html -FLINK_DOWNLOAD_URL_HADOOP1_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.0/flink-0.8.0-bin-hadoop1.tgz -FLINK_DOWNLOAD_URL_HADOOP2_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.0/flink-0.8.0-bin-hadoop2.tgz -FLINK_DOWNLOAD_URL_YARN_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.0/flink-0.8.0-bin-hadoop2-yarn.tgz -FLINK_WGET_URL_YARN_STABLE: http://artfiles.org/apache.org/flink/flink-0.8.0/flink-0.8.0-bin-hadoop2-yarn.tgz +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_WGET_URL_YARN_STABLE: http://artfiles.org/apache.org/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2-yarn.tgz #------------------------------------------------------------------------------ # BUILD CONFIG http://git-wip-us.apache.org/repos/asf/flink/blob/c46bdff0/docs/yarn_setup.md ---------------------------------------------------------------------- diff --git a/docs/yarn_setup.md b/docs/yarn_setup.md index fae0f0d..cbd6759 100644 --- a/docs/yarn_setup.md +++ b/docs/yarn_setup.md @@ -176,7 +176,6 @@ If the TaskManagers do not show up after a minute, you should investigate the is The documentation above describes how to start a Flink cluster within a Hadoop YARN environment. It is also possible to launch Flink within YARN only for executing a single job. -To deploy a job to a per-job YARN cluster, set the master name to `yarn-cluster`. Please note that the client then expects the `-yn` value to be set (number of TaskManagers). ***Example:*** http://git-wip-us.apache.org/repos/asf/flink/blob/c46bdff0/flink-quickstart/quickstart-scala.sh ---------------------------------------------------------------------- diff --git a/flink-quickstart/quickstart-scala.sh b/flink-quickstart/quickstart-scala.sh index e0ca165..6e3594a 100755 --- a/flink-quickstart/quickstart-scala.sh +++ b/flink-quickstart/quickstart-scala.sh @@ -24,7 +24,7 @@ PACKAGE=quickstart mvn archetype:generate \ -DarchetypeGroupId=org.apache.flink \ -DarchetypeArtifactId=flink-quickstart-scala \ - -DarchetypeVersion=0.8.0 \ + -DarchetypeVersion=0.8.1 \ -DgroupId=org.apache.flink \ -DartifactId=$PACKAGE \ -Dversion=0.1 \ http://git-wip-us.apache.org/repos/asf/flink/blob/c46bdff0/flink-quickstart/quickstart.sh ---------------------------------------------------------------------- diff --git a/flink-quickstart/quickstart.sh b/flink-quickstart/quickstart.sh index 0389d94..503c3db 100755 --- a/flink-quickstart/quickstart.sh +++ b/flink-quickstart/quickstart.sh @@ -24,7 +24,7 @@ PACKAGE=quickstart mvn archetype:generate \ -DarchetypeGroupId=org.apache.flink \ -DarchetypeArtifactId=flink-quickstart-java \ - -DarchetypeVersion=0.8.0 \ + -DarchetypeVersion=0.8.1 \ -DgroupId=org.apache.flink \ -DartifactId=$PACKAGE \ -Dversion=0.1 \
