Hi everyone,
I have recently installed CM 6.0.1 with a cluster of two nodes. When I type spark-shell, in order to open spark it gets stuck at this first message
"Setting default log level to "WARN".
To adjust logging level use sc.setLogLevel(newLevel). For SparkR, use setLogLevel(newLevel)."
When I run spark-shell --master local , it works well, so I suppose it is yarn configuration problem.
By the way, according to CM, all the roles in Spark and Yarn are working fine.
I suppose it is a problem of configuration about memory in the different roles of Yarn, but I do not know ho to manage.
If it useful, the node which has CM installed has 15 GB of RAM an the other one 10.
Can anyone help?
How should I customize yarn.app.mapreduce.am.resource.mb, Tamaño de montón máximo Java de ApplicationMaster, yarn.nodemanager.resource.memory-mb etc etc.??
Thanks a lot
Miki