Hi i created a demo input.
https://gist.github.com/b0c1/e3721af839feec433b56#file-gistfile1-txt-L10
As you see in line 10 the json received (json/string nevermind)
After that everything is ok, except the processing not started...
Any idea?
Please help guys... I doesn't have any idea what I miss..
Probably you have - if not, try a very simple app in the docker container
and make sure it works. Sometimes resource contention/allocation can get in
the way. This happened to me in the YARN container.
Also try single worker thread.
Cheers
On Sat, Jul 19, 2014 at 2:39 PM, boci wrote:
> Hi guys
Could you collect debug level logs and send us. Without logs its hard to
speculate anything. :)
TD
On Sat, Jul 19, 2014 at 2:39 PM, boci wrote:
> Hi guys!
>
> I run out of ideas... I created a spark streaming job (kafka -> spark ->
> ES).
> If I start my app local machine (inside the editor, b
Hi guys!
I run out of ideas... I created a spark streaming job (kafka -> spark ->
ES).
If I start my app local machine (inside the editor, but connect to the real
kafka and ES) the application work correctly.
If I start it in my docker container (same kafka and ES, local mode
(local[4]) like insid