Re: Clarification on the commit protocol

2020-02-27 Thread Michael Armbrust
No, it is not. Although the commit protocol has mostly been superseded by Delta Lake , which is available as a separate open source project that works natively with Apache Spark. In contrast to the commit protocol, Delta can guarantee full ACID (rather than just partition level at

Clarification on the commit protocol

2020-02-26 Thread rahul c
Hi team, Just wanted to understand. Is DBIO commit protocol available in open source spark version ?