From 5c4eeeb43fe987788c08459d17c912b7fc90e898 Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Fri, 2 Dec 2016 15:01:00 -0800 Subject: [PATCH 1/2] [docs] Replace broken link. This variable was removed in dc5062557a55 --- docs/quickstart/setup_quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/setup_quickstart.md b/docs/quickstart/setup_quickstart.md index 47608f2d9b680..3dd0950b7387a 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. From 24d097c364d9bab5e43d9e8d250a9e4c0330a01a Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Fri, 2 Dec 2016 20:21:38 -0800 Subject: [PATCH 2/2] [FLINK-2844] Remove outdated information. --- docs/monitoring/rest_api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/monitoring/rest_api.md b/docs/monitoring/rest_api.md index 13ba85a98017b..2da3726be4406 100644 --- a/docs/monitoring/rest_api.md +++ b/docs/monitoring/rest_api.md @@ -37,8 +37,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