If you use IntelliJ IDEA to compile and run directly, you need to set the Scala
version of your project in IntelliJ.
At 2020-06-03 18:58:36, "Tom Burgert" wrote:
Thanks for the reply and the ideas. Does the scala version in e.g. IntelliJ has
an impact on the program running, whe
Dear Roman,
this is my pom.xml file, which is the file from the template project from the
official flink website. Only the main class has been changed.
http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.a
Dear Tom,
This is likely a scala version issue.
Can you post your pom.xml?
Regards,
Roman
On Tue, Jun 2, 2020 at 6:34 PM Tom Burgert wrote:
> Dear all,
>
> I am trying to set up flink and after hours I still fail to make a simple
> program run even though I follow every recommended step in th
Dear all,
I am trying to set up flink and after hours I still fail to make a simple
program run even though I follow every recommended step in the tutorials.
My operating system is OSX (therefore everything was installed via brew) and I
am using Maven as a build tool. I used the quick start sc