Re: Can not run scala-shell in yarn mode in flink 1.5

2018-06-06 Thread Till Rohrmann
Hi Jeff, thanks for reporting this issue. The corresponding JIRA issue is here [1]. Until the issue is fixed, I would recommend switching to the legacy mode via setting `mode: legacy` in your flink-conf.yaml. [1] https://issues.apache.org/jira/browse/FLINK-8795 Cheers, Till On Wed, Jun 6, 2018

Can not run scala-shell in yarn mode in flink 1.5

2018-06-05 Thread Jeff Zhang
I try to run scala-shell in yarn mode in 1.5, but hit the following error. I can run it successfully in 1.4.2. It is the same even when I change the mode to legacy. Is this a known issue or something changed in 1.5 ? Thanks Command I Use: bin/start-scala-shell.sh yarn -n 1 Starting Flink