How many partitions are created by default in Apache Spark RDD?
Answer Posted / Chhavi Singh
By default, no partitions are created for an RDD. The number of partitions is determined when the RDD is first created or read from a storage system like HDFS.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers