Answer Posted / Satyendra Pratap Singh
Data in Spark can be stored using DataSets (immutable), DataFrames (immutable for structured data), or RDDs (resilient distributed datasets, which can be either immutable or mutable). These storage options allow for efficient processing and manipulation of large-scale data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers