RE: Submitting a job in non-blocking mode using curl and the REST API

2021-01-05 Thread Adam Roberts
JIRA issue for?   Thanks again, much appreciated   - Original message -----From: Chesnay Schepler To: Adam Roberts , user@flink.apache.orgCc:Subject: [EXTERNAL] Re: Submitting a job in non-blocking mode using curl and the REST APIDate: Tue, Jan 5, 2021 4:07 PM  All jobs going through

Submitting a job in non-blocking mode using curl and the REST API

2021-01-05 Thread Adam Roberts
Hey everyone, I've got an awesome looking Flink cluster set up with web.submit.enable=true, and plenty of bash for handling jar upload and then submission to a JobManager - all good so far.   Unfortunately, when I try to submit the classic WordCount example, I get a massive error with the jist of i

RE: Example flink run with security options? Running on k8s in my case

2020-08-27 Thread Adam Roberts
ru...@apache.org, user Subject: [EXTERNAL] Re: Example flink run with security options? Running on k8s in my caseDate: Wed, Aug 26, 2020 5:35 PM  Hi Adam,maybe also check your SSL setup in a local cluster to exclude possibly related k8s things.Best,Andrey  On Wed, Aug 26, 2020 at 3:59 PM Adam Roberts

RE: Example flink run with security options? Running on k8s in my case

2020-08-26 Thread Adam Roberts
t_object:header too long:../crypto/asn1/asn1_lib.c:101: so I wonder if my security set up itself is flawed...I'll be happy to share the scripting I have to do that if folks feel it'll be of use, thanks again   - Original message -From: Nico Kruber To: user@flink.apache.orgCc: Adam R

Example flink run with security options? Running on k8s in my case

2020-08-25 Thread Adam Roberts
Hey everyone, I've been experimenting with Flink using https://github.com/GoogleCloudPlatform/flink-on-k8s-operator and I believe I've successfully deployed a JobManager and TaskManager with security enabled, and a self-signed certificate (the pods come up great).   However, I can't do much with th