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
,041 INFO org.apache.flink.client.cli.CliFrontend >- Running 'run' command. > 2018-08-07 09:16:05,046 INFO org.apache.flink.client.cli.CliFrontend >- Building program from JAR file > 2018-08-07 09:16:05,046 ERROR org.apache.flink.client.cli.CliFrontend >

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
27;run' command. > 2018-08-07 09:16:05,046 INFO org.apache.flink.client.cli.CliFrontend >- Building program from JAR file > 2018-08-07 09:16:05,046 ERROR org.apache.flink.client.cli.CliFrontend >- Invalid command line arguments. > org.apache

RE: Could not build the program from JAR file.

2018-08-07 Thread Florian Simond
mmand line arguments. org.apache.flink.client.cli.CliArgsException: Could not build the program from JAR file. at org.apache.flink.client.cli.CliFrontend.run(CliFrontend.java:208) at org.apache.flink.client.cli.CliFrontend.parseParameters(CliFrontend.j

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
>> I'm trying to run the wordCount example on my YARN cluster and this is >> not working.. I get the error message specified in title: Could not >> build the program from JAR file. >> >> >> >> > $ ./bin/flink run -m yarn-cluster -yn 4 -yjm 1

Re: Could not build the program from JAR file.

2018-08-06 Thread Gary Yao
message specified in title: Could not build the > program from JAR file. > > > > > $ ./bin/flink run -m yarn-cluster -yn 4 -yjm 1024 -ytm 4096 > ./examples/batch/WordCount.jar > > Setting HADOOP_CONF_DIR=/etc/hadoop/conf because no HADOOP_CONF_DIR was > set. > >

Could not build the program from JAR file.

2018-08-06 Thread Florian Simond
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 title: Could not build the program from JAR file. > $ ./bin/flink run -m yarn-cluster -yn 4 -yjm 1024 -ytm 4096 > ./examples/batch/WordCount.ja