HistoryServer: missing information

2016-06-24 Thread ElfoLiNk
In Spark 1.6.1 HistoryServer doesn't show coresGranted , coresPerExecutor , memoryPerExecutorMB for the applications, is this normal? Example: *http://MasterIP:8080/api/v1/applications* { "id" : "app-20160623171554-0006", "name" : "TeraSort", "coresGranted" : 20, "maxCores" : 20, "cores

Standalone Cluster Mode: how does spark allocate spark.executor.cores?

2016-06-07 Thread ElfoLiNk
Hi, I'm searching for how and where spark allocates cores per executor in the source code. Is it possible to control programmaticaly allocated cores in standalone cluster mode? Regards, Matteo -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/Standalone