Re: Streaming problems running 24x7

2015-04-21 Thread Conor Fennell
nchez [mailto:langel.gro...@gmail.com] > *Enviado el:* lunes, 20 de abril de 2015 15:46 > *Para:* Marius Soutier > *CC:* González Salgado, Miquel; bit1...@163.com; user > *Asunto:* Re: Streaming problems running 24x7 > > > > You have a window operation; I have seen that beha

RE: Streaming problems running 24x7

2015-04-21 Thread González Salgado , Miquel
[mailto:langel.gro...@gmail.com] Enviado el: lunes, 20 de abril de 2015 15:46 Para: Marius Soutier CC: González Salgado, Miquel; bit1...@163.com; user Asunto: Re: Streaming problems running 24x7 You have a window operation; I have seen that behaviour before with window operations in spark streaming. My

Re: Streaming problems running 24x7

2015-04-20 Thread Luis Ángel Vicente Sánchez
rocess last longer.. > > Best regards, > Miquel > > > *De:* bit1...@163.com [mailto:bit1...@163.com ] > *Enviado el:* jueves, 16 de abril de 2015 10:58 > *Para:* González Salgado, Miquel; user > *Asunto:* Re: Streaming problems running 24x7 > > From your description, loo

Re: Streaming problems running 24x7

2015-04-20 Thread Marius Soutier
st longer.. > > Best regards, > Miquel > > > De: bit1...@163.com <mailto:bit1...@163.com> [mailto:bit1...@163.com > <mailto:bit1...@163.com>] > Enviado el: jueves, 16 de abril de 2015 10:58 > Para: González Salgado, Miquel; user > Asunto: Re: Streamin

RE: Streaming problems running 24x7

2015-04-17 Thread González Salgado , Miquel
2015 10:58 Para: González Salgado, Miquel; user Asunto: Re: Streaming problems running 24x7 >From your description, looks like the data processing speed is far behind the >data receiving speed Could you try to increase the core number when you submit the application? such as l

RE: Streaming problems running 24x7

2015-04-17 Thread González Salgado , Miquel
Asunto: Re: Streaming problems running 24x7 I used to hit this issue when my processing time exceeds the batch duration. Here's a few workarounds: - Use storage level MEMORY_AND_DISK - Enable WAL and check pointing Above two will slow down things a little bit. If you want low latency, wha

Re: Streaming problems running 24x7

2015-04-16 Thread Akhil Das
I used to hit this issue when my processing time exceeds the batch duration. Here's a few workarounds: - Use storage level MEMORY_AND_DISK - Enable WAL and check pointing Above two will slow down things a little bit. If you want low latency, what you can try is: - Use storage level as MEMORY_ON