InterviewSolution
Saved Bookmarks
| 1. |
What happens if RDD partition is lost due to worker node failure? |
|
Answer» In Spark, if any partition of an RDD is lost due to the failure of a worker node, that partition can be re-computed USING the LINEAGE of operations from the original fault-tolerant dataset. 12. What is spark GraphX used for?Here are the uses of GraphX in Spark:
|
|