Re: Run simple flink application via "java -jar"

2018-12-06 Thread Timo Walther
Hi Krishna, yes this should work given that you included all dependencies that are marked as "provided" in a Flink example project. In general, when you develop a Flink application, you can can simply press the run button in your IDE. This will start a mini cluster locally for debugging purpos

Run simple flink application via "java -jar"

2018-12-06 Thread Krishna Kalyan
Hello, This is a very n00b question. Can we run a flink job (for example wordcount) using "java -jar " in standalone mode. I usually see examples using "$FLINK_HOME/bin/flink run ". If yes can someone please point me to an example. Regards, Krishna -- Standorte in Stuttgart und Berlin