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:
http://apache-spark-user-list.1001560.n3.na
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() {
re