[GitHub] flink issue #5528: [FLINK-6489] [FLINK-8696] [shell scripts] Remove JobManag...

2018-02-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/5528 Merged in 74c5570c9fa94d35e47899b0dcdc74a5d18750f6 ---

[GitHub] flink issue #5528: [FLINK-6489] [FLINK-8696] [shell scripts] Remove JobManag...

2018-02-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/5528 Tested it locally again, works (with current flip-6 Web UI at 9065) Adjusted the test-infra scripts to remove local mode. Tose are only executed on Travis, so waiting until the CI build p

[GitHub] flink issue #5528: [FLINK-6489] [FLINK-8696] [shell scripts] Remove JobManag...

2018-02-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5528 I tried it again with java 8. The job submission through the client now also works for me, and the warning is no longer printed. ---

[GitHub] flink issue #5528: [FLINK-6489] [FLINK-8696] [shell scripts] Remove JobManag...

2018-02-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/5528 Okay, after a quick check with @zentol - Some issues were caused by Java 9. Apparently Flink on Windows is incompatible with Java 9 - We need to change the JobManager and TaskManager

[GitHub] flink issue #5528: [FLINK-6489] [FLINK-8696] [shell scripts] Remove JobManag...

2018-02-21 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/5528 Hmm, weird, I tried it out under Windows (7) two days ago and it worked quite well. Let me check into what you found there... ---

[GitHub] flink issue #5528: [FLINK-6489] [FLINK-8696] [shell scripts] Remove JobManag...

2018-02-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5528 The JM/TM can connect to each other though, and the job submission through the UI is also working. Metrics appear to be broken though. ---

[GitHub] flink issue #5528: [FLINK-6489] [FLINK-8696] [shell scripts] Remove JobManag...

2018-02-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5528 I've tried using the start-local.bat scripts and found 2 issues: 1) The following warning is printed in the JobManager and TaskManager windows: ``` WARNING: An illegal reflective access

[GitHub] flink issue #5528: [FLINK-6489] [FLINK-8696] [shell scripts] Remove JobManag...

2018-02-21 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/5528 There's still a reference to `start-local.sh` in `common.sh`: ``` function start_cluster { if [[ "$CLUSTER_MODE" == "local" ]]; then $FLINK_DIR/bin/start-local.sh elif [[ "$C