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/11/02 23:55:51 UTC

[7/7] flink git commit: [web-frontend] Fix README to to reflect the latest changes

[web-frontend] Fix README to to reflect the latest changes


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

Branch: refs/heads/release-0.10
Commit: a77d21d416df104df24ae7a76835a865d462a099
Parents: 8a4f6f0
Author: Sachin Goel <sa...@gmail.com>
Authored: Sun Nov 1 17:53:53 2015 +0530
Committer: Maximilian Michels <mx...@apache.org>
Committed: Mon Nov 2 22:41:40 2015 +0100

----------------------------------------------------------------------
 flink-runtime-web/README.md | 20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/a77d21d4/flink-runtime-web/README.md
----------------------------------------------------------------------
diff --git a/flink-runtime-web/README.md b/flink-runtime-web/README.md
index b724163..3a2a648 100644
--- a/flink-runtime-web/README.md
+++ b/flink-runtime-web/README.md
@@ -27,17 +27,10 @@ provide the following missing features of the current web dashboard:
  - A REST style API to access the status of individual jobs.
  - A more modular design
 
-The web dashboard can be activated by adding/uncommenting the config parameter
-`jobmanager.new-web-frontend: true` in the `conf/fink-conf.yaml` file.
 The dashboard listens at `http://localhost:8081`.
 
-The new web dashboard is work in progress. It starts an additional HTTP server (by default at port 8081)
-that serves the new web pages and additional background requests. It also relies on the old HTTP server
-for some requests still.
-
-**NOTE: Many values are placeholders still.**
-
-
+The new web dashboard is work in progress. It starts an HTTP server (by default at port 8081)
+that serves the new web pages and additional background requests.
 
 ## Server Backend
 
@@ -57,7 +50,8 @@ The dashboard files are all pre-built, so one can try it out without building it
 
 ### Preparing the Build Environment
 
-Depending on your version of Linux or MacOS, you may need to manually install *node.js* and *bower*.
+Depending on your version of Linux, Windows or MacOS, you may need to manually install *node.js*
+and *bower*.
 
 
 #### Ubuntu Linux
@@ -93,11 +87,7 @@ bower install
 gulp
 ```
 
-The dashboard code is under `/app`. The result of the build process is under `/web` in the src/main/resources folder.
-
-When building Flink with Maven (in particular the `flink-dist` project), the generated
-files are copied into the build target, to the folder `resources/web-runtime-monitor`.
-
+The dashboard code is under `/app`. The result of the build process is under `/web`.
 
 ### Developing