You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/01/18 11:57:34 UTC

[GitHub] [hudi] nsivabalan commented on issue #4241: [SUPPORT] Disaster Recovery (DR) Setup? Questions.

nsivabalan commented 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. 
   
   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-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org