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/02/24 06:51:46 UTC

[GitHub] [hudi] scxwhite opened a new pull request #4898: rdd unpersist optimization

scxwhite opened a new pull request #4898:
URL: https://github.com/apache/hudi/pull/4898


   ## *Tips*
   - *Thank you very much for contributing to Apache Hudi.*
   - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.*
   
   ## What is the purpose of the pull request
   When we start multiple hudi jobs in a sparkSession, or cache some rdds before a hudi job starts, SparkRDDWriteClient#releaseResources will release all persistent rdds, causing spark to recalculate.
   So I think we should add the switch of whether to release all rdds.
   
   ## Brief change log
   
   *(for example:)*
     - *Modify AnnotationLocation checkstyle rule in checkstyle.xml*
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   
     - *Added integration tests for end-to-end.*
     - *Added HoodieClientWriteTest to verify the change.*
     - *Manually verified the change by running a job locally.*
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


-- 
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] hudi-bot removed a comment on pull request #4898: rdd unpersist optimization

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1049549978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d8b342602971c50db10d090945f8d2e757951852 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] hudi-bot removed a comment on pull request #4898: [HUDI-3515] Making rdd unpersist optional at the end of writes

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1050534205


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269",
       "triggerID" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef38773941dc71547bc59a8b811b772ee305bac",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6295",
       "triggerID" : "4ef38773941dc71547bc59a8b811b772ee305bac",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b53ffe583c998f5834bd71c5ab08e25b879edb5d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269) 
   * 4ef38773941dc71547bc59a8b811b772ee305bac Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6295) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] hudi-bot removed a comment on pull request #4898: rdd unpersist optimization

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1049548486


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d8b342602971c50db10d090945f8d2e757951852 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] hudi-bot commented on pull request #4898: rdd unpersist optimization

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1049549978


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d8b342602971c50db10d090945f8d2e757951852 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] hudi-bot removed a comment on pull request #4898: rdd unpersist optimization

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1049657300


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269",
       "triggerID" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d8b342602971c50db10d090945f8d2e757951852 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266) 
   * b53ffe583c998f5834bd71c5ab08e25b879edb5d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] nsivabalan merged pull request #4898: [HUDI-3515] Making rdd unpersist optional at the end of writes

Posted by GitBox <gi...@apache.org>.
nsivabalan merged pull request #4898:
URL: https://github.com/apache/hudi/pull/4898


   


-- 
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] hudi-bot removed a comment on pull request #4898: [HUDI-3515] Making rdd unpersist optional at the end of writes

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1049724197


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269",
       "triggerID" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b53ffe583c998f5834bd71c5ab08e25b879edb5d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] nsivabalan commented on a change in pull request #4898: [HUDI-3515] Making rdd unpersist optional at the end of writes

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on a change in pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#discussion_r814463905



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -447,6 +447,12 @@
       .sinceVersion("0.11.0")
       .withDocumentation("Master control to disable all table services including archive, clean, compact, cluster, etc.");
 
+  public static final ConfigProperty<Boolean> RELEASE_RESOURCE_ENABLE = ConfigProperty
+      .key("hoodie.release.resource.enabled")

Review comment:
       can we name this "hoodie.release.resource.on.completion.enable"




-- 
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] hudi-bot commented on pull request #4898: rdd unpersist optimization

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1049724197


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269",
       "triggerID" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b53ffe583c998f5834bd71c5ab08e25b879edb5d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] scxwhite commented on a change in pull request #4898: [HUDI-3515] Making rdd unpersist optional at the end of writes

Posted by GitBox <gi...@apache.org>.
scxwhite commented on a change in pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#discussion_r814480733



##########
File path: hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieWriteConfig.java
##########
@@ -447,6 +447,12 @@
       .sinceVersion("0.11.0")
       .withDocumentation("Master control to disable all table services including archive, clean, compact, cluster, etc.");
 
+  public static final ConfigProperty<Boolean> RELEASE_RESOURCE_ENABLE = ConfigProperty
+      .key("hoodie.release.resource.enabled")

Review comment:
       yes, the "hoodie.release.resource.on.completion.enable"  more clear




-- 
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] hudi-bot commented on pull request #4898: rdd unpersist optimization

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1049654554


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d8b342602971c50db10d090945f8d2e757951852 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266) 
   * b53ffe583c998f5834bd71c5ab08e25b879edb5d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] hudi-bot commented on pull request #4898: rdd unpersist optimization

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1049548486


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d8b342602971c50db10d090945f8d2e757951852 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] hudi-bot commented on pull request #4898: [HUDI-3515] Making rdd unpersist optional at the end of writes

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1050534205


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269",
       "triggerID" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef38773941dc71547bc59a8b811b772ee305bac",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6295",
       "triggerID" : "4ef38773941dc71547bc59a8b811b772ee305bac",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b53ffe583c998f5834bd71c5ab08e25b879edb5d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269) 
   * 4ef38773941dc71547bc59a8b811b772ee305bac Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6295) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] hudi-bot removed a comment on pull request #4898: rdd unpersist optimization

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1049654554


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d8b342602971c50db10d090945f8d2e757951852 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266) 
   * b53ffe583c998f5834bd71c5ab08e25b879edb5d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] hudi-bot commented on pull request #4898: rdd unpersist optimization

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1049657300


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269",
       "triggerID" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d8b342602971c50db10d090945f8d2e757951852 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266) 
   * b53ffe583c998f5834bd71c5ab08e25b879edb5d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] hudi-bot removed a comment on pull request #4898: rdd unpersist optimization

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1049622250


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d8b342602971c50db10d090945f8d2e757951852 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] hudi-bot commented on pull request #4898: [HUDI-3515] Making rdd unpersist optional at the end of writes

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1050563377


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269",
       "triggerID" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef38773941dc71547bc59a8b811b772ee305bac",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6295",
       "triggerID" : "4ef38773941dc71547bc59a8b811b772ee305bac",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4ef38773941dc71547bc59a8b811b772ee305bac Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6295) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] hudi-bot commented on pull request #4898: rdd unpersist optimization

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1049622250


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * d8b342602971c50db10d090945f8d2e757951852 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] nsivabalan commented on pull request #4898: [HUDI-3515] Making rdd unpersist optional at the end of writes

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1051004097


   thanks for your contribution!


-- 
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] hudi-bot removed a comment on pull request #4898: [HUDI-3515] Making rdd unpersist optional at the end of writes

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1050532647


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269",
       "triggerID" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef38773941dc71547bc59a8b811b772ee305bac",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef38773941dc71547bc59a8b811b772ee305bac",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b53ffe583c998f5834bd71c5ab08e25b879edb5d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269) 
   * 4ef38773941dc71547bc59a8b811b772ee305bac UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] hudi-bot commented on pull request #4898: [HUDI-3515] Making rdd unpersist optional at the end of writes

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1050532647


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "d8b342602971c50db10d090945f8d2e757951852",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6266",
       "triggerID" : "d8b342602971c50db10d090945f8d2e757951852",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269",
       "triggerID" : "b53ffe583c998f5834bd71c5ab08e25b879edb5d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4ef38773941dc71547bc59a8b811b772ee305bac",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4ef38773941dc71547bc59a8b811b772ee305bac",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b53ffe583c998f5834bd71c5ab08e25b879edb5d Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=6269) 
   * 4ef38773941dc71547bc59a8b811b772ee305bac UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run azure` re-run the last Azure build
   </details>


-- 
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] scxwhite commented on pull request #4898: [HUDI-3515] Making rdd unpersist optional at the end of writes

Posted by GitBox <gi...@apache.org>.
scxwhite commented on pull request #4898:
URL: https://github.com/apache/hudi/pull/4898#issuecomment-1050565099


   @nsivabalan  please review again.


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