Answer Posted / Ritu Chaudhary
Spark Lineage refers to the history of transformations applied to a dataset within Apache Spark. It records each operation (e.g., map, filter) and its corresponding input data, enabling users to track the origin and evolution of the data throughout the processing pipeline.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers