nsivabalan edited a comment on issue #4241: URL: https://github.com/apache/hudi/issues/4241#issuecomment-1015341274
We don't have any documentation as such. You need to directly use writeClient or go via hudi-cli. Hudi-cli is the recommended way. But here is how you can do savepoint and restore using hudi-cli ``` connect --path /tmp/hudi_trips_cow commits show set --conf SPARK_HOME=[SPARK_HOME_DIR] savepoint create --commit 20220105222853592 --sparkMaster local[2] // restore refresh savepoint rollback --savepoint 20220106085108487 --sparkMaster local[2] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org