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/04/29 09:25:44 UTC

[GitHub] [hudi] Neuw84 opened a new pull request, #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

Neuw84 opened a new pull request, #5463:
URL: https://github.com/apache/hudi/pull/5463

   ## *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
   
   Added support for initializing DeltaStreamer without a defined Spark Master. That will enable the usage of DeltaStreamer on environments such as AWS Glue or other serverless environments where the spark master is inherited and we do not have access to it.
   
   ## Brief change log
   
    - Modify HoodieDeltaStreamer class in order to have an option to inherit Spark Master.
    - Modify UtilHelpers class to have an option to start the Spark Context without defined Master.
    - Modify HoodieMultiTableDeltaStreamer to have the same default Spark Master( although right now is not used).
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework.
   
   ## Committer checklist
   
    - [x] Has a corresponding JIRA in PR title & commit
    
    - [x] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [x] 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 commented on pull request #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584",
       "triggerID" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8596",
       "triggerID" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b81896a02ed7627a06a1c4ab21a3666348d25646",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8635",
       "triggerID" : "b81896a02ed7627a06a1c4ab21a3666348d25646",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b81896a02ed7627a06a1c4ab21a3666348d25646 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8635) 
   
   <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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * 01de4e917cd66362676e09580b066fba2fc767e2 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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584",
       "triggerID" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8596",
       "triggerID" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c88a17d06bf1d7f97b5c9334541e024a740ab13d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8596) 
   
   <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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584",
       "triggerID" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * eace1b7e8a2b95fc6514c7548ce9f000358189a1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584) 
   * c88a17d06bf1d7f97b5c9334541e024a740ab13d 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] pratyakshsharma commented on pull request #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

Posted by GitBox <gi...@apache.org>.
pratyakshsharma commented on PR #5463:
URL: https://github.com/apache/hudi/pull/5463#issuecomment-1128528204

   To be able to merge, you need to rebase it on master itself.


-- 
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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584",
       "triggerID" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * eace1b7e8a2b95fc6514c7548ce9f000358189a1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584) 
   
   <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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9135efe419d67e4f6825fcd625f1e6538697dce3 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547) 
   
   <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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5c9b2a6cb8dfab10d634a6bd511b37500db6157f 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] Neuw84 closed pull request #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

Posted by GitBox <gi...@apache.org>.
Neuw84 closed pull request #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master
URL: https://github.com/apache/hudi/pull/5463


-- 
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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5c9b2a6cb8dfab10d634a6bd511b37500db6157f Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386) 
   
   <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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "CANCELED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   *  Unknown: [CANCELED](TBD) 
   * 01de4e917cd66362676e09580b066fba2fc767e2 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392) 
   
   <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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 01de4e917cd66362676e09580b066fba2fc767e2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392) 
   * 9135efe419d67e4f6825fcd625f1e6538697dce3 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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9135efe419d67e4f6825fcd625f1e6538697dce3 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547) 
   * eace1b7e8a2b95fc6514c7548ce9f000358189a1 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] Neuw84 commented on pull request #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

Posted by GitBox <gi...@apache.org>.
Neuw84 commented on PR #5463:
URL: https://github.com/apache/hudi/pull/5463#issuecomment-1125887368

   Hi, 
   
   Should I rebase it from latest stable version? Almost every time I merge somethings breaks ( and it´s not because my changes). 
   
   Thanks!
   
   


-- 
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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584",
       "triggerID" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8596",
       "triggerID" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * eace1b7e8a2b95fc6514c7548ce9f000358189a1 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584) 
   * c88a17d06bf1d7f97b5c9334541e024a740ab13d Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8596) 
   
   <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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584",
       "triggerID" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 9135efe419d67e4f6825fcd625f1e6538697dce3 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547) 
   * eace1b7e8a2b95fc6514c7548ce9f000358189a1 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584) 
   
   <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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584",
       "triggerID" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8596",
       "triggerID" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b81896a02ed7627a06a1c4ab21a3666348d25646",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8635",
       "triggerID" : "b81896a02ed7627a06a1c4ab21a3666348d25646",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c88a17d06bf1d7f97b5c9334541e024a740ab13d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8596) 
   * b81896a02ed7627a06a1c4ab21a3666348d25646 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8635) 
   
   <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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584",
       "triggerID" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8596",
       "triggerID" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b81896a02ed7627a06a1c4ab21a3666348d25646",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8635",
       "triggerID" : "b81896a02ed7627a06a1c4ab21a3666348d25646",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ed42d820e752b37ec35d1570778f08cec7d548f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "0ed42d820e752b37ec35d1570778f08cec7d548f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b81896a02ed7627a06a1c4ab21a3666348d25646 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8635) 
   * 0ed42d820e752b37ec35d1570778f08cec7d548f 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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 01de4e917cd66362676e09580b066fba2fc767e2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392) 
   * 9135efe419d67e4f6825fcd625f1e6538697dce3 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547) 
   
   <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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5c9b2a6cb8dfab10d634a6bd511b37500db6157f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386) 
   
   <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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584",
       "triggerID" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8596",
       "triggerID" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b81896a02ed7627a06a1c4ab21a3666348d25646",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8635",
       "triggerID" : "b81896a02ed7627a06a1c4ab21a3666348d25646",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ed42d820e752b37ec35d1570778f08cec7d548f",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8719",
       "triggerID" : "0ed42d820e752b37ec35d1570778f08cec7d548f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0ed42d820e752b37ec35d1570778f08cec7d548f Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8719) 
   
   <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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 01de4e917cd66362676e09580b066fba2fc767e2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392) 
   
   <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] pratyakshsharma commented on pull request #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

Posted by GitBox <gi...@apache.org>.
pratyakshsharma commented on PR #5463:
URL: https://github.com/apache/hudi/pull/5463#issuecomment-1122413610

   I am not having anything as of now. Let me check and get back to you. In the mean time, please check CI failures.


-- 
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] Neuw84 commented on pull request #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

Posted by GitBox <gi...@apache.org>.
Neuw84 commented on PR #5463:
URL: https://github.com/apache/hudi/pull/5463#issuecomment-1121545791

   Hi @pratyakshsharma, 
   
   I could try to add a test for initialising the Spark Context. However, the change is very simple and looking for the tests I did not see any that test that tests the other constructors. 
   
   The only thing is that now, if no Spark master is not defined it will inherit or the application will fail as no Spark context is defined. Previously it would run with ```local[2]``` as Spark Master.  
   
   What do you have in mind? (looking for some guidance).


-- 
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] Neuw84 commented on pull request #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

Posted by GitBox <gi...@apache.org>.
Neuw84 commented on PR #5463:
URL: https://github.com/apache/hudi/pull/5463#issuecomment-1113539313

   @hudi-bot run azure


-- 
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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584",
       "triggerID" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8596",
       "triggerID" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b81896a02ed7627a06a1c4ab21a3666348d25646",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "b81896a02ed7627a06a1c4ab21a3666348d25646",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c88a17d06bf1d7f97b5c9334541e024a740ab13d Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8596) 
   * b81896a02ed7627a06a1c4ab21a3666348d25646 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] pratyakshsharma commented on pull request #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

Posted by GitBox <gi...@apache.org>.
pratyakshsharma commented on PR #5463:
URL: https://github.com/apache/hudi/pull/5463#issuecomment-1120230723

   Will it be possible to add test cases for this change?


-- 
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 #5463: [HUDI-3994] - Added support for initializing DeltaStreamer without a defined Spark Master

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8386",
       "triggerID" : "5c9b2a6cb8dfab10d634a6bd511b37500db6157f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8392",
       "triggerID" : "01de4e917cd66362676e09580b066fba2fc767e2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "",
       "status" : "DELETED",
       "url" : "TBD",
       "triggerID" : "1113539313",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8547",
       "triggerID" : "9135efe419d67e4f6825fcd625f1e6538697dce3",
       "triggerType" : "PUSH"
     }, {
       "hash" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8584",
       "triggerID" : "eace1b7e8a2b95fc6514c7548ce9f000358189a1",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8596",
       "triggerID" : "c88a17d06bf1d7f97b5c9334541e024a740ab13d",
       "triggerType" : "PUSH"
     }, {
       "hash" : "b81896a02ed7627a06a1c4ab21a3666348d25646",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8635",
       "triggerID" : "b81896a02ed7627a06a1c4ab21a3666348d25646",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0ed42d820e752b37ec35d1570778f08cec7d548f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8719",
       "triggerID" : "0ed42d820e752b37ec35d1570778f08cec7d548f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * b81896a02ed7627a06a1c4ab21a3666348d25646 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8635) 
   * 0ed42d820e752b37ec35d1570778f08cec7d548f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8719) 
   
   <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