Could you paste the contents of the properties section of your pom.xml?
target.java.version should be set to 1.8; I do not understand why it
tries to compile to another java version.
On 3/4/2021 5:24 PM, Abdullah bin Omar wrote:
I used mvn install. it shows this one:
SLF4J: Actual binding is
I used mvn install. it shows this one:
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/Users/abdullah/.p2/pool/plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735/jars
I think your confusion is caused by using using "mvn clean", instead of
"mvn clean package".
"mvn clean" cleans up, deleting jars and such, whereas "mvn package"
compiles the code and packages a jar.
On 3/4/2021 3:41 PM, Abdullah bin Omar wrote:
Hi Chesnay,
Thank you for your reply. Sorry f
Hi Chesnay,
Thank you for your reply. Sorry for coming up late.
I follow the maven quickstart. when I run the pom.xml in m2Maven clean way.
Then it gives me this output in console:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/Users/abdullah/.p2/pool/plu
The flink-clients dependency is correct.
We will need additional information to debug the Job execution failures,
because these can happen due to all kind of reasons.
Things like the full stacktrace, or exceptions from the logging output.
Additionally, I would recommend to base your project on