Hello
I am newbie with Flink.
I’d want to develop my Flink scala-application in Windows IDE (for examples IntelliJ IDEA) and run them in Linux (Ubuntu).
Is that good or bad idea ? Or is it some remote use possible ?
At this moment there are no graphical interface (GUI) in Linux. Or would it be better to be ?
I have ssh-tunneled the port 8081 to Windows and I can run (or monitor) my Flink applications in browser (Firefox) of Windows.
Or is it better to use a simple editor like nano in Linux and forgot all “smart” GUI editors and IDE’s in Windows-side ?
Do you have recommendations how to do that ?
---