compatibility issue with Jersey2

2015-10-06 Thread oggie
I have some jersey compatibility issues when I tried to upgrade from 1.3.1 to 1.4.1.. We have a Java app written with spark 1.3.1. That app also uses Jersey 2.9 client to make external calls. We see spark 1.4.1 uses Jersey 1.9. In 1.3.1 we were able to add some exclusions to our pom and everythi

spark on mesos gets killed by cgroups for too much memory

2015-09-22 Thread oggie
I'm using spark 1.2.2 on mesos 0.21 I have a java job that is submitted to mesos from marathon. I also have cgroups configured for mesos on each node. Even though the job, when running, uses 512MB, it tries to take over 3GB at startup and is killed by cgroups. When I start mesos-slave, It's sta