Re: flink-shell remote

2017-02-08 Thread Nikolaas s
Hi Anton, I was involved in writing the scala-shell, my initial idea was to just write a very small job and try to execute it remotely, and see if something comes back. I did not have time in the end to implement it. Just if you need a pointer how this could be done.. best, Nikolaas 2017-02-08 1

Re: Bug in Scala Shell

2016-04-19 Thread Nikolaas s
Hi Trevor, this is a bug and was introduced before the streaming shell: https://issues.apache.org/jira/browse/FLINK-3701 I suspect something changed somewhere else in the Flink code that breaks the scala shell. In the scala shell tests executing the same program twice is not done so it went unnot

Re: Apache Big Data

2016-03-02 Thread Nikolaas s
Hi guys, I've integrated streaming in zeppelin for flink. It works using the scala shell, which I extended to support the streaming application. Unfortunately the scala-shell for streaming is not yet included in the Flink-master, and changed a bit upon public request since I implemented the zeppel

cancel running stream job

2016-02-19 Thread Nikolaas s
Hi guys, I'm trying to connect flink streaming and zeppelin, however if I try to resubmit a streaming program from zeppelin I receive a "org.apache.flink.runtime.jobmanager.scheduler.NoResourceAvailableException". Is there a way to cancel a running Streaming Job ? And would cancelling the Streami

Re: Flink interactive Scala shell

2015-04-15 Thread Nikolaas s
Thanks for the feedback guys! Apparently The Scala Shell compiles the Shell input to some kind of virtual directory. It should be possible to create a jar from it's content and then hand it over to Flink for execution in some way. I will further investigate.. cheers, Nikolaas 2015-04-15 11:20 GMT