Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What do you understand by a lineage graph in Spark?
Home
Apache Spark
What do you understand by a lineage graph in Spark?
0
votes
asked
Mar 29, 2022
in
Apache Spark
by
sharadyadav1986
What do you understand by a lineage graph in Spark?
lineage-graph
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 29, 2022
by
sharadyadav1986
In Apache Spark, the lineage graph is a dependencies graph between existing RDD and new RDD. It specifies that all the dependencies between the RDD are recorded in a graph rather than the original data.
...