RE: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API

2019-03-15 Thread Papadopoulos, Konstantinos
: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API In your jar, are you submitting multiple jobs in parallel? On 15.03.2019 10:05, Papadopoulos, Konstantinos wrote: We had some progress since the job seems to be submitted and its execution has been started

Re: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API

2019-03-15 Thread Chesnay Schepler
java.lang.Thread.run(Unknown Source) [?:1.8.0_201] *From:*Chesnay Schepler *Sent:* Παρασκευή, 15 Μαρτίου 2019 10:56 πμ *To:* Papadopoulos, Konstantinos ; user@flink.apache.org *Subject:* Re: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API Please

RE: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API

2019-03-15 Thread Papadopoulos, Konstantinos
by running a jar using Monitoring REST API Please separate your program arguments by a space instead of a comma and try again. On 15.03.2019 09:34, Papadopoulos, Konstantinos wrote: Hi Chesnay, Sorry for the misunderstanding. I get the following exception: 2019-03-15 04:31:26,826 ERROR

Re: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API

2019-03-15 Thread Chesnay Schepler
g *Subject:* Re: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API Please provide the logged exception, I cannot help you otherwise. On 14.03.2019 14:20, Papadopoulos, Konstantinos wrote: It seems that Flink cluster does not retrieve program

RE: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API

2019-03-15 Thread Papadopoulos, Konstantinos
9 10:20 πμ To: Papadopoulos, Konstantinos ; user@flink.apache.org Subject: Re: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API Please provide the logged exception, I cannot help you otherwise. On 14.03.2019 14:20, Papadopoulos, Konstantinos wrote

Re: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API

2019-03-15 Thread Chesnay Schepler
uot;} Content-Type: application/json *From:*Chesnay Schepler *Sent:* Πέμπτη, 14 Μαρτίου 2019 2:24 μμ *To:* Papadopoulos, Konstantinos ; user@flink.apache.org *Subject:* Re: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API Please enable debug lo

RE: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API

2019-03-14 Thread Papadopoulos, Konstantinos
Konstantinos ; user@flink.apache.org Subject: Re: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API Please enable debug logging, re-submit the job, check the JobManager logs and report back the logged exception. On 14.03.2019 13:16, Papadopoulos, Konstantino

Re: ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API

2019-03-14 Thread Chesnay Schepler
Please enable debug logging, re-submit the job, check the JobManager logs and report back the logged exception. On 14.03.2019 13:16, Papadopoulos, Konstantinos wrote: Hi all, As part of our projects, I experiment with Flink Monitoring REST API and, especially, its capabilities of uploading

ProgramInvocationException when trying to submit a job by running a jar using Monitoring REST API

2019-03-14 Thread Papadopoulos, Konstantinos
Hi all, As part of our projects, I experiment with Flink Monitoring REST API and, especially, its capabilities of uploading and running jar files. When I am trying to submit one of our jobs by running a jar previously uploaded via '/jars/upload', I am getting an 500 Internal Se

Re: [EXTERNAL] Re: Flink on YARN || Monitoring REST API Not Working || Please help

2018-01-31 Thread Raja . Aravapalli
highly helpful. Thanks. Regards, Raja. From: Jins George Date: Wednesday, January 31, 2018 at 8:51 PM To: Raja Aravapalli Cc: "user@flink.apache.org" Subject: [EXTERNAL] Re: Flink on YARN || Monitoring REST API Not Working || Please help 8081 is the default port for standalone cluster.

Re: Flink on YARN || Monitoring REST API Not Working || Please help

2018-01-31 Thread Jins George
8081 is the default port for standalone cluster. For Yarn flink cluster, Go to the Running applications and from the list of applications. You can get the Flink UI by clicking Application master link for the yarn session. Regards, Jins On Feb 1, 2018, at 8:06 AM, Raja.Aravapalli mailto:raja.a

Flink on YARN || Monitoring REST API Not Working || Please help

2018-01-31 Thread Raja . Aravapalli
Hi, I have deployed Flink cluster on Hadoop YARN and I am able to trigger jobs and run it. But, I am not able to work the running flink cluster’s Montoring REST API! As listed here @ https://ci.apache.org/projects/flink/flink-docs-release-1.3/monitoring/rest_api.html I am trying to connect us

Re: Securing Flink Monitoring REST API

2017-09-19 Thread Fabian Hueske
Thanks for the correction and the pointers Eron! Cheers, Fabian 2017-09-18 18:34 GMT+02:00 Eron Wright : > Unfortunately Flink does not yet support SSL mutual authentication nor any > form of client authentication. There is an ongoing discussion about it: > http://apache-flink-mailing-list-arc

Re: Securing Flink Monitoring REST API

2017-09-18 Thread Eron Wright
Unfortunately Flink does not yet support SSL mutual authentication nor any form of client authentication. There is an ongoing discussion about it: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-Service-Authorization-redux-td18890.html A workaround that I've seen is to use

Re: Securing Flink Monitoring REST API

2017-09-18 Thread Fabian Hueske
Hi, sorry for the late response. Flink uses Netty for network communication which supports SSL client authentication. I haven't tried it myself, but would think that this should work in Flink as well if you configure the certificates correctly. We should update the docs to cover this aspect. Feed

Re: Securing Flink Monitoring REST API

2017-09-06 Thread avivros
Does jobmanager.web.ssl.enabled supports Client SSL Authentication? -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Securing Flink Monitoring REST API

2017-09-04 Thread Fabian Hueske
2017-09-04 13:00 GMT+02:00 avivros : > What is the best way to secure the Monitoring REST API? > I am using the monitoring rest API in a production environment ( > starting/stopping jobs, etc...). I should only allow authenticated calls to > be executed ( called from a Java sever pr

Securing Flink Monitoring REST API

2017-09-04 Thread avivros
What is the best way to secure the Monitoring REST API? I am using the monitoring rest API in a production environment ( starting/stopping jobs, etc...). I should only allow authenticated calls to be executed ( called from a Java sever process ). What's the best way to go about this ( Ker

Re: Monitoring REST API and YARN session

2017-03-31 Thread Ufuk Celebi
In this case they are proxied through YARN, you can check the list auf running applications and click on the Flink app master UI link. Then you have the host and port for the REST calls. Does this work? On Fri, Mar 31, 2017 at 1:51 AM, Mohammad Kargar wrote: > How can I access the REST APIs for m

Monitoring REST API and YARN session

2017-03-30 Thread Mohammad Kargar
How can I access the REST APIs for monitoring when cluster launched in a yarn session?

Re: Monitoring REST API

2016-12-27 Thread Shannon Carey
email.com>> Date: Wednesday, December 21, 2016 at 12:55 PM To: mailto:user@flink.apache.org>> Subject: Monitoring REST API Hi all, I have a question regarding the Monitoring REST API; I want to analyze the behavior of my program with regards to I/O MiB/s, Network MiB/s and CPU % a

Re: Monitoring REST API

2016-12-21 Thread Ovidiu-Cristian MARCU
may need to rely on various metrics Flink is currently exposing. Best, Ovidiu > On 21 Dec 2016, at 19:55, Lydia Ickler wrote: > > Hi all, > > I have a question regarding the Monitoring REST API; > > I want to analyze the behavior of my program with regards to I/O MiB/s,

Monitoring REST API

2016-12-21 Thread Lydia Ickler
Hi all, I have a question regarding the Monitoring REST API; I want to analyze the behavior of my program with regards to I/O MiB/s, Network MiB/s and CPU % as the authors of this paper did. (https://hal.inria.fr/hal-01347638v2/document <https://hal.inria.fr/hal-01347638v2/document>) Fr