Current alternatives for async I/O

2016-10-08 Thread Ken Krugler
Hi all, I’ve been watching the FLIP-12 design discussion, and it looks like a promising solution for the issues we’ve got with needing to make asynchronous multi-threaded requests in a Flink operator. What’s the best

Re: Regarding

2016-10-08 Thread Márton Balassi
I think Flink supports running on Windows, but developing against Flink on Windows is something that we do not test. I have to admit that my knowledge in that area is very limited, Fabian (ccd) is the goto person with that topic. Could you download the Flink binaries and try running the examples [

Re: Regarding

2016-10-08 Thread Márton Balassi
Hi Rashmi, The issue is that although you have a JobManager running (the master component of a Flink cluster scheduling the jobs) there are no TaskManagers running (the components doing the actual work). Hence you got the log line "Resources available to scheduler: Number of instances=0, total num

Regarding

2016-10-08 Thread Rashmi Varma
Hello, I am trying to setup flink project on my local machine and I have been trying to run flink example codes but I keep getting 'NoResourceAvailablleException". Please find the stack trace here : http://pastebin.com/NgPfnQck -- Thanks, Rashmi

Re: Executing a flink program

2016-10-08 Thread Dayong
You are able to run directly in IDE. Make sure you have right jar and port open. You can try examples shipped with flink source. Thanks, Dayong > On Oct 8, 2016, at 1:35 PM, Abdul Salam Shaikh > wrote: > > Is it necessary to compile a flink program into a jar and deploy it using > command li

Executing a flink program

2016-10-08 Thread Abdul Salam Shaikh
Is it necessary to compile a flink program into a jar and deploy it using command line or we can directly execute the main class in IDE's like Netbeans. While trying to execute from the IDE I am always getting the following exception: Caused by: org.apache.flink.runtime.client.JobExecutionExcepti

Re: Iterative queries on Flink

2016-10-08 Thread Flavio Pompermaier
Any progress in this direction?how mich effort do you think it's required in order to implement this feature? On 2 Dec 2015 16:29, "Flavio Pompermaier" wrote: > Do you think it is possible to push ahead this thing? I need to implement > this interactive feature of Datasets. Do you think it is po