What is in memory in spark?



What is in memory in spark?..

Answer / Vivek Kishor

In Apache Spark, data is stored in-memory through RDDs (Resilient Distributed Datasets) and DataFrames/DataSets. This allows for faster processing as the data does not need to be constantly read from disk.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What are common uses of Apache Spark?

1 Answers  


What is an rdd?

1 Answers  


Explain Spark leftOuterJoin() and rightOuterJoin() operation?

1 Answers  


Explain schemardd?

1 Answers  


What are the disadvantages of using Apache Spark over Hadoop MapReduce?

1 Answers  


Explain the operation reduce() in Spark?

1 Answers  


Is hadoop mandatory for spark?

1 Answers  


What is spark driver application?

1 Answers  


What is spark vectorization?

1 Answers  


How to identify that the given operation is transformation or action?

1 Answers  


Can you explain spark rdd?

1 Answers  


What is spark context spark session?

1 Answers  


Categories