Thanks for opening a JIRA.
I used "info" which yield the error (forgot it in the mail):
> bin/flink info myJarFile.jar -f flink -i -m 1
-Matthias
On 12/21/2015 10:36 AM, Filip Łęczycki wrote:
> Hi,
>
> Regarding the CLI, I have been using
>>bin/flink run myJarFile.jar -f flink -i -m 1
> an
Hi,
Regarding the CLI, I have been using
>bin/flink run myJarFile.jar -f flink -i -m 1
and it is working perfectly fine. Is there a difference between this two
ways of submitting a job ("bin/flink MyJar.jar" and "bin/flink run
MyJar.jar")?
I will open a Jira.
Best Regards,
Filip Łęczycki
Pozdr
The bug is actually in the CLI (it's not a WebClient related issue)
if you run
> bin/flink myJarFile.jar -f flink -i -m 1
it also returns
> Unrecognized option: -f
-Matthias
On 12/20/2015 09:37 PM, Matthias J. Sax wrote:
> That is a bug. Can you open a JIRA for it?
>
> You can work around
That is a bug. Can you open a JIRA for it?
You can work around by not prefixing your flag with "-"
-Matthias
On 12/20/2015 12:59 PM, Filip Łęczycki wrote:
> Hi all,
>
> I would like get the pretty printed execution plan of my job, in order
> to achieve that I uploaded my jar to Flink Web Submis
Hi all,
I would like get the pretty printed execution plan of my job, in order to
achieve that I uploaded my jar to Flink Web Submission Client and tried to
run it. However when I provide arguments for my app I receive following
error:
An unexpected error occurred:
Unrecognized option: -f
org.apa