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
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