Re: Write Ahead Log

2016-06-08 Thread Mohit Anchlia
Is there any specific reason why this feature is only supported in
streaming?

On Wed, Jun 8, 2016 at 3:24 PM, Ted Yu  wrote:

> There was a minor typo in the name of the config:
>
> spark.streaming.receiver.writeAheadLog.enable
>
> Yes, it only applies to Streaming.
>
> On Wed, Jun 8, 2016 at 3:14 PM, Mohit Anchlia 
> wrote:
>
>> Is something similar to park.streaming.receiver.writeAheadLog.enable
>> available on SparkContext? It looks like it only works for spark streaming.
>>
>
>


Re: Write Ahead Log

2016-06-08 Thread Ted Yu
There was a minor typo in the name of the config:

spark.streaming.receiver.writeAheadLog.enable

Yes, it only applies to Streaming.

On Wed, Jun 8, 2016 at 3:14 PM, Mohit Anchlia 
wrote:

> Is something similar to park.streaming.receiver.writeAheadLog.enable
> available on SparkContext? It looks like it only works for spark streaming.
>