Prashant Wason created HUDI-757:
-----------------------------------

             Summary: Add a command to hudi-cli to export commit metadata
                 Key: HUDI-757
                 URL: https://issues.apache.org/jira/browse/HUDI-757
             Project: Apache Hudi (incubating)
          Issue Type: Improvement
            Reporter: Prashant Wason


HUDI stores commit related information in files within the .hoodie directory. 
Each commit / delatacommit / rollback / etc creates one or more files. To 
prevent a large number of files, older files are consolidated together and 
moved into a commit archive which has multiple such files written together 
using the format of HUDI Log files.

During debugging of issues or for development of new features, it may be 
required to refer to the metadata of older commits / cleanups / rollbacks. 
There is no simple way to get these from a production setup especially from the 
archive files.

This enhancement provides a hudi cli command which allows exporting metadata 
from HUDI commit archives.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to