How many partitions are created by default in Apache Spark RDD?



How many partitions are created by default in Apache Spark RDD?..

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

More Apache Spark Interview Questions

What is spark tool?

1 Answers  


Is databricks a database?

1 Answers  


What is Apache Spark? What is the reason behind the evolution of this framework?

1 Answers  


What rdd stands for?

1 Answers  


What do you know about transformations in spark?

1 Answers  


What is write ahead log(journaling)?

1 Answers  


Name commonly-used Spark Ecosystems

1 Answers  


Name the operations supported by rdd?

1 Answers  


What is application master in spark?

1 Answers  


What is the role of Driver program in Spark Application?

1 Answers  


What is in memory in spark?

1 Answers  


Can rdd be shared between sparkcontexts?

1 Answers  


Categories