unsubscribe

2015-12-17 Thread Roman Garcia
please

Unsubscribe

2015-12-14 Thread Roman Garcia
Cancel Unsubscribe

Re: Streaming DirectKafka assertion errors

2015-10-08 Thread Roman Garcia
whether the > job is restoring from checkpoint. Make sure that output no longer shows up > after you stopped the job, deleted the checkpoint directory, and restarted > it. > > > > On Thu, Oct 8, 2015 at 2:51 PM, Roman Garcia > wrote: > >> I'm running Spark S

Streaming DirectKafka assertion errors

2015-10-08 Thread Roman Garcia
I'm running Spark Streaming using Kafka Direct stream, expecting exactly-once semantics using checkpoints (which are stored onto HDFS). My Job is really simple, it opens 6 Kafka streams (6 topics with 4 parts each) and stores every row to ElasticSearch using ES-Spark integration. This job was work