Re: Compile Error

2021-03-04 Thread Chesnay Schepler
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

Re: Compile Error

2021-03-04 Thread Abdullah bin Omar
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

Re: Compile Error

2021-03-04 Thread Chesnay Schepler
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

Re: Compile Error

2021-03-04 Thread Abdullah bin Omar
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

Re: Compile Error

2021-03-03 Thread Chesnay Schepler
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

Compile Error

2021-03-03 Thread Abdullah bin Omar
Hi, I am running a code (Example Program) from [1], and followed the [2] for the dependencies. I used this in the pom.xml: http://maven.apache.org/POM/4.0.0 "* xmlns:xsi=*"http://www.w3.org/2001/XMLSchema-instance "* xs