Uploaded image for project: 'Apache Hudi'
  1. Apache Hudi
  2. HUDI-858

Allow multiple operations to be executed within a single commit

    XMLWordPrintableJSON

Details

    Description

      There are users who had been directly using RDD APIs and have relied on a behavior in 0.4.x to allow multiple write operations (upsert/buk-insert/...) to be executed within a single commit. 

      Given Hudi commit protocol, these are generally unsafe operations and user need to handle failure scenarios. It only works with COW table. Hudi 0.5.x had stopped this behavior.

      Given the importance of supporting such cases for the user's migration to 0.5.x, we are proposing a safety flag (disabled by default) which will allow this old behavior.

      Attachments

        Issue Links

          Activity

            People

              vbalaji Balaji Varadarajan
              vbalaji Balaji Varadarajan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: