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:47:59 UTC

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

Repository: flink
Updated Branches:
  refs/heads/release-1.1 da09d418c -> e4ca3a587


[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/951a3b6e
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/951a3b6e
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/951a3b6e

Branch: refs/heads/release-1.1
Commit: 951a3b6e146f94cd7ac703a022584107d0010379
Parents: da09d41
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:47:13 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/951a3b6e/docs/quickstart/setup_quickstart.md
----------------------------------------------------------------------
diff --git a/docs/quickstart/setup_quickstart.md b/docs/quickstart/setup_quickstart.md
index 5de9b97..1c82da4 100644
--- a/docs/quickstart/setup_quickstart.md
+++ b/docs/quickstart/setup_quickstart.md
@@ -181,6 +181,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.


[2/2] flink git commit: [FLINK-2844] [docs] Remove obsolete 'new-web-frontend' option

Posted by uc...@apache.org.
[FLINK-2844] [docs] Remove obsolete 'new-web-frontend' option

This closes #2927.


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

Branch: refs/heads/release-1.1
Commit: e4ca3a587349af6af0cc189ce39c750751c6d30b
Parents: 951a3b6
Author: Rohit Agarwal <mi...@gmail.com>
Authored: Fri Dec 2 20:21:38 2016 -0800
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Sun Dec 4 15:47:36 2016 +0100

----------------------------------------------------------------------
 docs/internals/monitoring_rest_api.md | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/e4ca3a58/docs/internals/monitoring_rest_api.md
----------------------------------------------------------------------
diff --git a/docs/internals/monitoring_rest_api.md b/docs/internals/monitoring_rest_api.md
index ca1cf13..d4ebd89 100644
--- a/docs/internals/monitoring_rest_api.md
+++ b/docs/internals/monitoring_rest_api.md
@@ -39,8 +39,6 @@ The monitoring API is backed by a web server that runs as part of the *JobManage
 
 In the case of multiple JobManagers (for high availability), each JobManager will run its own instance of the monitoring API, which offers information about completed and running job while that JobManager was elected the cluster leader.
 
-**NOTE:** Currently, the monitoring API is started together with the new web dashboard. To enable it, one need to add the following entry to the `flink-conf.yaml` in order to activate the new dashboard instead of the old dashboard: `jobmanager.new-web-frontend: true`
-
 
 ## Developing