Answer Posted / Siddh Nath
"Row RDD" (Record Resilient Distributed Dataset) in Apache Spark is a specialized RDD that contains structured data, like rows from a database table or CSV file. Row RDD provides built-in support for common data types, like integers, strings, and structs, making it easier to work with complex datasets.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers