Re: scala shell not part of 1.14.4 download

2022-03-23 Thread Martijn Visser
Hi Georg, I just noticed that the replies between Jeff and me didn't go through the mailing list. For reference, Jeff moved it to https://github.com/zjffdu/flink-scala-shell Best regards, Martijn On Tue, 22 Mar 2022 at 18:24, Georg Heiler wrote: > Many thanks. > > In the linked discussion it

Re: scala shell not part of 1.14.4 download

2022-03-22 Thread Georg Heiler
Many thanks. In the linked discussion it sounds like a move - not a delete. However, no destination is named. Is there currently any moved version of the scala shell available elsewhere? Best, Georg Am Mo., 21. März 2022 um 09:26 Uhr schrieb Martijn Visser < martijnvis...@apache.org>: > Hi Geor

Re: scala shell not part of 1.14.4 download

2022-03-21 Thread Martijn Visser
Hi Georg, You can check out the discussion thread for the motivation [1]. Best regards, Martijn Visser https://twitter.com/MartijnVisser82 [1] https://lists.apache.org/thread/pojsrrdckjwow5186nd7hn9y5j9t29ov On Sun, 20 Mar 2022 at 08:13, Georg Heiler wrote: > Many thanks. > I will try your s

Re: scala shell not part of 1.14.4 download

2022-03-20 Thread Georg Heiler
Many thanks. I will try your suggestions in the coming days. Why is support for the scala-shell dropped in 2.12? Other projects i.e. spark also managed to keep a spark-shell (REPL like flink's current scala-shell) working for the 2.12 release. Best, Georg Am Fr., 18. März 2022 um 13:33 Uhr schrie

Re: scala shell not part of 1.14.4 download

2022-03-18 Thread Chesnay Schepler
The Scala Shell only works with Scala 2.11. You will need to use the Scala 2.11 Flink distribution. On 18/03/2022 12:42, Georg Heiler wrote: Hi, https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/deployment/repls/scala_shell/ mentions: |bin/start-scala-shell.sh local | |a scrip

Re: scala shell not part of 1.14.4 download

2022-03-18 Thread Jeff Zhang
Hi Georg, You can try Zeppelin 0.10.1 which supports scala 2.12 for Flink interpreter. Internally, Flink interpreter of Zeppelin use scala shell, you can write scala code and run it in an interactive way. https://zeppelin.apache.org/download.html https://zeppelin.apache.org/docs/0.10.1/interprete

Re: scala shell not part of 1.14.4 download

2022-03-18 Thread Martijn Visser
Hi Georg, As far as I know, there has never been a Scala Shell for Scala 2.12 because it was not supported, only for Scala 2.11. The Scala Shell also also been completely dropped with Flink 1.15. Best regards, Martijn On Fri, 18 Mar 2022 at 12:43, Georg Heiler wrote: > Hi, > > > https://night