Answer Posted / Kundan Kumar Vats
Write Ahead Log (WAL), also known as journaling, is a data persistence strategy used by Spark to ensure durability of data operations. It logs all changes to the data before they are applied, so that in case of a failure, the system can recover and apply the same changes again.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers