[ 
https://issues.apache.org/jira/browse/HUDI-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17386072#comment-17386072
 ] 

ASF GitHub Bot commented on HUDI-2164:
--------------------------------------

hudi-bot edited a comment on pull request #3259:
URL: https://github.com/apache/hudi/pull/3259#issuecomment-878086249


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2a6fe5aceb3fe32269c1e66ab57c606af25e90bc",
       "status" : "DELETED",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=860";,
       "triggerID" : "2a6fe5aceb3fe32269c1e66ab57c606af25e90bc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d369ea7aedc892c995c4cd0132e15b2bb29cfb65",
       "status" : "DELETED",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=862";,
       "triggerID" : "d369ea7aedc892c995c4cd0132e15b2bb29cfb65",
       "triggerType" : "PUSH"
     }, {
       "hash" : "d369ea7aedc892c995c4cd0132e15b2bb29cfb65",
       "status" : "DELETED",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=870";,
       "triggerID" : "878723946",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "7ae050ed4b5ff0ce124a0ec580d51b3dfbb7f51a",
       "status" : "DELETED",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=875";,
       "triggerID" : "7ae050ed4b5ff0ce124a0ec580d51b3dfbb7f51a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4aa7869d8343a16b225a81844e907fbee63b576",
       "status" : "DELETED",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=919";,
       "triggerID" : "b4aa7869d8343a16b225a81844e907fbee63b576",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b4aa7869d8343a16b225a81844e907fbee63b576",
       "status" : "DELETED",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=922";,
       "triggerID" : "880409359",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "bb55c4ce75a59c179395748793c113cce5bcf714",
       "status" : "SUCCESS",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1039";,
       "triggerID" : "bb55c4ce75a59c179395748793c113cce5bcf714",
       "triggerType" : "PUSH"
     }, {
       "hash" : "ec01ad1f162813a5fafb7d14da7b65eea64d06ea",
       "status" : "PENDING",
       "url" : 
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1124";,
       "triggerID" : "ec01ad1f162813a5fafb7d14da7b65eea64d06ea",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bb55c4ce75a59c179395748793c113cce5bcf714 Azure: 
[SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1039)
 
   * ec01ad1f162813a5fafb7d14da7b65eea64d06ea Azure: 
[PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=1124)
 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@hudi-bot run travis` re-run the last Travis build
    - `@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-unsubscr...@hudi.apache.org

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


> Build cluster plan and execute this plan at once for HoodieClusteringJob
> ------------------------------------------------------------------------
>
>                 Key: HUDI-2164
>                 URL: https://issues.apache.org/jira/browse/HUDI-2164
>             Project: Apache Hudi
>          Issue Type: Task
>            Reporter: Yue Zhang
>            Priority: Major
>              Labels: pull-request-available
>
> For now, Hudi can let users submit a HoodieClusteringJob to build a 
> clustering plan or execute a clustering plan through --schedule or 
> --instant-time config.
> If users want to trigger a clustering job, he has to 
>  # Submit a HoodieClusteringJob to build a clustering job through --schedule 
> config
>  # Copy the created clustering Instant time form Log info.
>  # Submit the HoodieClusteringJob again to execute this created clustering 
> plan through --instant-time config.
> The pain point is that there are too many steps when trigger a clustering and 
> need to copy and paste the instant time from log file manually so that we 
> can't make it automatically.
>  
> I just raise a PR to offer a new config named --mode or -m in short 
> ||--mode||remarks||
> |execute|Execute a cluster plan at given instant which means --instant-time 
> is needed here. default value. |
> |schedule|Make a clustering plan.|
> |*scheduleAndExecute*|Make a cluster plan first and execute that plan 
> immediately|
> Now users can use --mode scheduleAndExecute to Build cluster plan and execute 
> this plan at once using HoodieClusteringJob.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to