Increase Executor Memory on YARN

2014-11-10 Thread Mudassar Sarwar
Hi, How can we increase the executor memory of a running spark cluster on YARN? We want to increase the executor memory on the addition of new nodes in the cluster. We are running spark version 1.0.2. Thanks Mudassar -- View this message in context:

KryoSerializer exception in Spark Streaming JAVA

2014-10-01 Thread Mudassar Sarwar
Hi, I'm implementing KryoSerializer for my custom class. Here is class public class ImpressionFactsValue implements KryoSerializable { private int hits; public ImpressionFactsValue() { } public int getHits() {