Answer Posted / 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 View All Answers