Closed gedoensmax closed 4 years ago
Hi, Make sure you are using Java 1.8, Scala 2.11 and that you have correctly installed the Orion Flink Connector using the provided mvn install command.
I think i made sure that i met these requirements but i do not need the support anymore so feel free to close this issue for now.
I am not able to compile my very simple test for orion flink connector with
mvn package
command. I haven't used maven before nor java. Below is my scala file which is located at pathsrc/main/scala/org/fiware/cosmos/orion/flink/connector/examples/StreamProcessing.scala
Furthermore i am using the exact same
pom.xml
that is used in this repository. I get this error frommaven -X package
:I have tried some things i found to change the compiler version to java 8 as one of the first lines still says that i is 11.