maheshguptags commented on issue #7589:
URL: https://github.com/apache/hudi/issues/7589#issuecomment-1375606828

   @xushiyan thank you for this suggestion and it is working fine.
   I am able to preserve clustered file using Savepoint.
   
   But there is one constraint with Savepoint, that 
   
   1. Savepoint and restore can only be triggered from `hudi-cli`  as per the 
documentation of HUDI. https://hudi.apache.org/docs/disaster_recovery#runbook
   This is not feasible to execute the command in cli on PROD Env
   
   2. I also tried to find a way to execute the HUDI command using language 
like `Pyspark` and `Flink` but I haven't got any link/doc for same.
   
   
   I would really appreciate if you can help me/send me the links of docs. 
    
   Thanks
   -Mahesh 


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to