Re: Could not build the program from JAR file.

2018-08-08 Thread Gary Yao
to be correct afterall, I see " > 1a9b648" there too: https://github.com/apache/flink/releases > > > But I don't know why it's written version 0.1... > -- > *De :* Gary Yao > *Envoyé :* mardi 7 août 2018 19:30 > *À :* Florian

RE: Could not build the program from JAR file.

2018-08-07 Thread Florian Simond
now why it's written version 0.1... De : Gary Yao Envoyé : mardi 7 août 2018 19:30 À : Florian Simond Cc : user@flink.apache.org Objet : Re: Could not build the program from JAR file. Hi Florian, Thank you for the logs. They look indeed strange but I cannot repr

Re: Could not build the program from JAR file.

2018-08-07 Thread Gary Yao
ur help and your time, > > Florian > > > > > -------------- > *De :* Gary Yao > *Envoyé :* mardi 7 août 2018 14:15 > > *À :* Florian Simond > *Cc :* vino yang; user@flink.apache.org > *Objet :* Re: Could not build the program from JAR file.

RE: Could not build the program from JAR file.

2018-08-07 Thread Florian Simond
make sure they do not interfere with each other... De : Gary Yao mailto:g...@data-artisans.com>> Envoyé : mardi 7 août 2018 12:27 À : Florian Simond Cc : vino yang; user@flink.apache.org<mailto:user@flink.apache.org> Objet : Re: Could not build the progr

Re: Could not build the program from JAR file.

2018-08-07 Thread Gary Yao
everal jobs, it could be harder to make sure they do not > interfere with each other... > > > -- > *De :* Gary Yao > *Envoyé :* mardi 7 août 2018 12:27 > > *À :* Florian Simond > *Cc :* vino yang; user@flink.apache.org > *Objet :* Re: Coul

RE: Could not build the program from JAR file.

2018-08-07 Thread Florian Simond
:27 À : Florian Simond Cc : vino yang; user@flink.apache.org Objet : Re: Could not build the program from JAR file. You can find more information about the re-worked deployment model here: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65147077 TaskManagers are started and shut

Re: Could not build the program from JAR file.

2018-08-07 Thread Gary Yao
- > *De :* Gary Yao > *Envoyé :* mardi 7 août 2018 11:55 > *À :* Florian Simond > *Cc :* vino yang; user@flink.apache.org > *Objet :* Re: Could not build the program from JAR file. > > Hi Florian, > > Can you run > > export HADOOP_CLASSPATH=`hadoop classpath` &g

RE: Could not build the program from JAR file.

2018-08-07 Thread Florian Simond
k you, Florian De : Gary Yao Envoyé : mardi 7 août 2018 11:55 À : Florian Simond Cc : vino yang; user@flink.apache.org Objet : Re: Could not build the program from JAR file. Hi Florian, Can you run export HADOOP_CLASSPATH=`hadoop classpath` before submitting the job [1]? Moreover, you

Re: Could not build the program from JAR file.

2018-08-07 Thread Gary Yao
... 4 more > > > > -- > *De :* vino yang > *Envoyé :* mardi 7 août 2018 09:01 > *À :* Gary Yao > *Cc :* Florian Simond; user@flink.apache.org > *Objet :* Re: Could not build the program from JAR file. > > Hi Florian, > > The er

RE: Could not build the program from JAR file.

2018-08-07 Thread Florian Simond
t sure if that is the right way to do it, but now it works ! De : vino yang Envoyé : mardi 7 août 2018 10:59 À : Florian Simond Cc : Gary Yao; user@flink.apache.org Objet : Re: Could not build the program from JAR file. Hi Florian, The log you gave before pri

Re: Could not build the program from JAR file.

2018-08-07 Thread vino yang
by: java.io.FileNotFoundException: JAR file does not exist: -yn > at org.apache.flink.client.cli.CliFrontend.buildProgram( > CliFrontend.java:828) > at org.apache.flink.client.cli.CliFrontend.run(CliFrontend. > java:205) > ... 4 more > > > > -

RE: Could not build the program from JAR file.

2018-08-07 Thread Florian Simond
ary Yao Cc : Florian Simond; user@flink.apache.org Objet : Re: Could not build the program from JAR file. Hi Florian, The error message is because of a FileNotFoundException, see here[1]. Is there any more information about the exception. Do you make sure the jar exist? [1]: https://github.com/apac

RE: Could not build the program from JAR file.

2018-08-07 Thread Florian Simond
09:01 À : Gary Yao Cc : Florian Simond; user@flink.apache.org Objet : Re: Could not build the program from JAR file. Hi Florian, The error message is because of a FileNotFoundException, see here[1]. Is there any more information about the exception. Do you make sure the jar exist? [1]: https

RE: Could not build the program from JAR file.

2018-08-07 Thread Florian Simond
Hi Gary, It's not working with the last version: 1.5.2. Sorry about that 😊 Florian De : Gary Yao Envoyé : mardi 7 août 2018 08:28 À : Florian Simond Cc : user@flink.apache.org Objet : Re: Could not build the program from JAR file. Hi Florian, You

Re: Could not build the program from JAR file.

2018-08-07 Thread vino yang
Hi Florian, The error message is because of a FileNotFoundException, see here[1]. Is there any more information about the exception. Do you make sure the jar exist? [1]: https://github.com/apache/flink/blob/master/flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontend.java#L209 Than

Re: Could not build the program from JAR file.

2018-08-06 Thread Gary Yao
Hi Florian, You write that Flink 1.4.2 works but what version is not working for you? Best, Gary On Tue, Aug 7, 2018 at 8:25 AM, Florian Simond wrote: > Hi all, > > > I'm trying to run the wordCount example on my YARN cluster and this is not > working.. I get the error message specified in ti