Description
Steps :
Start the mesos cluster with the deb 0.15 from mesosphere.
Install cdh 4.5.0.
Start the spark-shell with this code :
val data = 1 to 10000
val distData = sc.parallelize(data)
distData.filter(_< 10).collect()
The tasks die because of an exception.
It used to work with Spark 0.8.0