You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Forus0322 (via GitHub)" <gi...@apache.org> on 2023/04/04 07:55:13 UTC

[GitHub] [hudi] Forus0322 opened a new issue, #8377: [SUPPORT]Does Hudi support rollback by partition?

Forus0322 opened a new issue, #8377:
URL: https://github.com/apache/hudi/issues/8377

   **Describe the problem you faced**
   
   Does Hudi support rollback by partition?
   
   For example, suppose there are 10 commits, which are written to three partitions A, B, and C respectively. The first commit is written to partition A, and the remaining commits are written to partitions B and C. Now if you want to rollback the data in partition A, you need to rollback partitions B and C step by step, and finally you can rollback partition A.
   
   So does Hudi support rollback by partition, for example, if I directly rollback partition A without affecting the data of partition B and C?
   
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1.
   2.
   3.
   4.
   
   **Expected behavior**
   
   A clear and concise description of what you expected to happen.
   
   **Environment Description**
   
   * Hudi version : 0.12.2
   
   * Spark version : 3.1.3
   
   * Hive version : 3.1.2
   
   * Hadoop version : 3.3.0
   
   * Storage (HDFS/S3/GCS..) : HDFS
   
   * Running on Docker? (yes/no) : no
   
   
   **Additional context**
   
   Add any other context about the problem here.
   
   **Stacktrace**
   
   ```Add the stacktrace of the error.```
   
   


-- 
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.apache.org

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


[GitHub] [hudi] danny0405 commented on issue #8377: [SUPPORT]Does Hudi support rollback by partition?

Posted by "danny0405 (via GitHub)" <gi...@apache.org>.
danny0405 commented on issue #8377:
URL: https://github.com/apache/hudi/issues/8377#issuecomment-1498448346

   Not yet, but we have `INSERT OVERWRITE PARTITION`.


-- 
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


[GitHub] [hudi] Forus0322 commented on issue #8377: [SUPPORT]Does Hudi support rollback by partition?

Posted by "Forus0322 (via GitHub)" <gi...@apache.org>.
Forus0322 commented on issue #8377:
URL: https://github.com/apache/hudi/issues/8377#issuecomment-1498733669

   @danny0405 Thanks for reply.


-- 
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


[GitHub] [hudi] danny0405 closed issue #8377: [SUPPORT]Does Hudi support rollback by partition?

Posted by "danny0405 (via GitHub)" <gi...@apache.org>.
danny0405 closed issue #8377: [SUPPORT]Does Hudi support rollback by partition?
URL: https://github.com/apache/hudi/issues/8377


-- 
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