Explain the default level of parallelism in Apache Spark
Answer Posted / Khushboo Agarwal
The default level of parallelism in Apache Spark is determined by the number of cores available on the local machine for standalone mode or the number of cores requested from the cluster manager (YARN, Mesos) in cluster mode. For example, if you have 4 cores, the default parallelism will be 4.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers