Submit Flink Jobs to YARN running on AWS

2016-03-07 Thread Bajaj, Abhinav
Hi, I am a newbie to Flink and trying to use it in AWS. I have created a YARN cluster on AWS EC2 machines. Trying to submit Flink job to the remote YARN cluster using the Flink Client running on my local machine. The Jobmanager start successfully on the YARN container but the client is not able

Re: Submit Flink Jobs to YARN running on AWS

2016-03-09 Thread Fabian Hueske
Hi Abhi, I have used Flink on EMR via YARN a couple of times without problems. I started a Flink YARN session like this: ./bin/yarn-session.sh -n 4 -jm 1024 -tm 4096 This will start five YARN containers (1 JobManager with 1024MB, 4 Taskmanagers with 4096MB). See more config options in the docume

Re: Submit Flink Jobs to YARN running on AWS

2016-03-09 Thread Stephan Ewen
Hi Abhi! You pretty much described it correctly: Flink binds its ports to the internal IP addresses, so you cannot send a message through the external IP addresses. Can you see if you can configure explicitly the external IP address as the JobManager hostname, so the JobManager will bind to that

Re: Submit Flink Jobs to YARN running on AWS

2016-03-09 Thread Bajaj, Abhinav
"user@flink.apache.org<mailto:user@flink.apache.org>" mailto:user@flink.apache.org>> Subject: Re: Submit Flink Jobs to YARN running on AWS Hi Abhi! You pretty much described it correctly: Flink binds its ports to the internal IP addresses, so you cannot send a message through the

Re: Submit Flink Jobs to YARN running on AWS

2016-04-25 Thread Bajaj, Abhinav
lto:user@flink.apache.org>" mailto:user@flink.apache.org>> Date: Wednesday, March 9, 2016 at 12:51 AM To: "user@flink.apache.org<mailto:user@flink.apache.org>" mailto:user@flink.apache.org>> Subject: Re: Submit Flink Jobs to YARN running on AWS Hi Abhi, I hav

Re: Submit Flink Jobs to YARN running on AWS

2016-04-26 Thread Robert Metzger
aj* > > Senior Engineer > > HERE Predictive Analytics > > Office: +12062092767 > > Mobile: +17083299516 > > *HERE Seattle* > > 701 Pike Street, #2000, Seattle, WA 98101, USA > > *47° 36' 41" N. 122° 19' 57" W* > > *HERE Maps* >

Re: Submit Flink Jobs to YARN running on AWS

2016-04-26 Thread Robert Metzger
s, >> Abhi >> >> *[image: cid:DACBF116-FD8C-48DB-B91D-D54510B306E8]* >> >> *Abhinav Bajaj* >> >> Senior Engineer >> >> HERE Predictive Analytics >> >> Office: +12062092767 >> >> Mobile: +17083299516 >> >> *HERE

Re: Submit Flink Jobs to YARN running on AWS

2016-04-29 Thread Bajaj, Abhinav
t; Date: Tuesday, April 26, 2016 at 3:16 AM To: "user@flink.apache.org<mailto:user@flink.apache.org>" mailto:user@flink.apache.org>> Subject: Re: Submit Flink Jobs to YARN running on AWS I've started my own EMR cluster and tried to launch a Flink job from my local mach

Re: Submit Flink Jobs to YARN running on AWS

2016-05-24 Thread Bajaj, Abhinav
com>> Date: Friday, April 29, 2016 at 3:50 PM To: "user@flink.apache.org<mailto:user@flink.apache.org>" mailto:user@flink.apache.org>> Subject: Re: Submit Flink Jobs to YARN running on AWS Hi Robert, Thanks for your reply. I am using the Public DNS for the EC2 machin

Re: Submit Flink Jobs to YARN running on AWS

2016-06-06 Thread Josh
; > Office: +12062092767 > > Mobile: +17083299516 > > *HERE Seattle* > > 701 Pike Street, #2000, Seattle, WA 98101, USA > > *47° 36' 41" N. 122° 19' 57" W* > > *HERE Maps* > > > > > From: Robert Metzger > Reply-To: "user@flink.apache

Re: Submit Flink Jobs to YARN running on AWS

2016-06-06 Thread Bajaj, Abhinav
mailto:jof...@gmail.com>> Reply-To: "user@flink.apache.org<mailto:user@flink.apache.org>" mailto:user@flink.apache.org>> Date: Monday, June 6, 2016 at 11:55 AM To: "user@flink.apache.org<mailto:user@flink.apache.org>" mailto:user@flink.apache.org>> Sub

Re: Submit Flink Jobs to YARN running on AWS

2016-06-07 Thread Ashutosh Kumar
sing the HTTP API a reasonable approach? Is that API considered stable > enough that we could rely on it continuing to be present? > > Thanks, > Shannon > > > From: "Bajaj, Abhinav" > Date: Monday, June 6, 2016 at 12:10 PM > To: Josh > Cc: "user@flink.apach