spark-master
service in Fusion is the Cluster Manager.
If your Spark job performs any collect operations, then the result of the collect (or collectAsMap) is sent back to the driver from all the executors. Consequently, if the result of the collect is too big too fit into memory, you will encounter OOM issues (or other memory related problems) when running your job.
All Fusion jobs run on Spark using a driver process started by the API service.
{fusion-parent-unix}/fusion/5.9{sub-version}/bin/spark-shell
(on Unix) or {fusion-parent-windows}\var\fusion\5.9{sub-version}\bin\spark-shell.cmd
(on Windows).