I have created Datastax Enterprise cluster on AWS using 3 m3.large instances where all 3 nodes are Analytical nodes running Spark.
3 m3.large amazon instances each have 2 cores, so in total 6 cores.
On Spark Master web ui I see only 3 cores available in total -> on the web ui of each of the worker nodes, I see only 1 available core.
What happened with 3 other cores? Is DSE reserving 1 core per machine for Cassandra or some other operations?
Thank you