What are the different ways of representing data in Spark?
Answer Posted / Vimal Kumar Singh
Data can be represented in Apache Spark using DataFrames, RDDs (Resilient Distributed Datasets), and DataSets. DataFrames offer a programming interface similar to SQL, while RDDs provide more flexibility but less optimization.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers