Re: SparkDriverExecutionException when using actorStream

2015-07-11 Thread Juan Rodríguez Hortalá
Hi, I've finally fixed this. The problem was that I wasn't providing a type for the DStream in ssc.actorStream /* with this inputDStream : ReceiverInputDStream[Nothing] and we get SparkDriverExecutionException: Execution error * Caused by: java.lang.ArrayStoreException: [Ljava.lang.Object;

SparkDriverExecutionException when using actorStream

2015-07-10 Thread Juan Rodríguez Hortalá
Hi, I'm trying to create a Spark Streaming actor stream but I'm having several problems. First of all the guide from https://spark.apache.org/docs/latest/streaming-custom-receivers.html refers to the code