How many ways can you create rdd in spark?



How many ways can you create rdd in spark?..

Answer / Abhay Deep Srivastava

There are multiple ways to create RDDs (Resilient Distributed Datasets) in Spark, including parallelizing an existing collection, reading data from files (such as text files or binary files), and using APIs for external data sources like HDFS, Cassandra, or Twitter.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

Why was spark created?

1 Answers  


What is spark accreditation?

1 Answers  


Explain transformation in rdd. How is lazy evaluation helpful in reducing the complexity of the system?

1 Answers  


What is a reliable and unreliable receiver in Spark?

1 Answers  


Name the two types of shared variable available in Apache Spark?

1 Answers  


What is a "worker node"?

1 Answers  


What is the standalone mode in spark cluster?

1 Answers  


Is spark good for machine learning?

1 Answers  


What are the benefits of using Spark with Apache Mesos?

1 Answers  


Explain about trformations and actions in the context of rdds?

1 Answers  


Why does the picture of Spark come into existence?

1 Answers  


What is Spark Dataset?

1 Answers  


Categories