Re: Streaming Graph processing

2017-06-30 Thread Ameet BD
; However, we have an experimental project with Vasia (Gelly-Stream) that > does exactly that. > > You can check it out and let us know directly what you think: > https://github.com/vasia/gelly-streaming > > Paris > > On 30 Jun 2017, at 13:17, Ameet BD <ameetbigd...@gmail.com ame

Streaming Graph processing

2017-06-30 Thread Ameet BD
Hi , Can anyone please point me to examples on streaming graph processing based on Gelly. Regards, Ameet

Re: Tracking API

2017-06-15 Thread Ameet BD
wrote: > Hi, > > Would this be what you’re looking for: https://stackoverflow.com/ > questions/1069066/get-current-stack-trace-in-java < > https://stackoverflow.com/questions/1069066/get-current- > stack-trace-in-java> ? > > Best, > Aljoscha > > > On 14. Jun

Tracking API

2017-06-14 Thread Ameet BD
Hello, I am trying to print which Flink API (e.g Complex Event Processing or Streaming SQL) was called that resulted in a call down the function stack in task handling code. Please tell me how it could be done using existing code base (1.3.0). Regards, Ameet

disabling checkstyle

2017-02-18 Thread Ameet BD
Hi All, Please let me know if I can disable checkstyle for a specific sub module so that I don't get into issues like tab vs space in the early stage of learning to make changes to flink code base. Thanks in advance. -Regards, Ameet

compiling flink

2017-02-17 Thread Ameet BD
Hello All, If I want to compile just one sub-project inside flink for example flink-core, what command should I use? Please help. Thanks in advance. Regards, Ameet

build error

2016-09-15 Thread Ameet BD
Hi All, I am trying to build latest Flink code from github.com by running command $ git clone https://github.com/apache/flink After that I am running command $ mvn clean install -DskipTests The build fails I have attached the build log. Kindly let me know why it may be failing. Regards. Ameet