Login  Register

Developing and running Flink applications in Linux through Windows editors or IDE's ?

Posted by Esa Heikkinen on Feb 08, 2018; 12:49pm
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Developing-and-running-Flink-applications-in-Linux-through-Windows-editors-or-IDE-s-tp18242.html

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 ?

 

---