You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "xushiyan (via GitHub)" <gi...@apache.org> on 2023/02/05 19:05:47 UTC

[GitHub] [hudi] xushiyan opened a new pull request, #7858: [HUDI-5638] Activate platform service profile when deploy

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

   ### Change Logs
   
   When deploy artifacts, `hudi-platform-service` profile for the engine bundle jars should be activated to include hudi-metaserver-client module. Otherwise, engine bundle jars cannot connect to hudi metaserver.
   
   ### Impact
   
   Fix final release artifacts to work with metaserver.
   
   ### Risk level
   
   NA
   
   ### Documentation Update
   
   NA
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
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] xushiyan merged pull request #7858: [HUDI-5638] Activate platform service profile when deploy

Posted by "xushiyan (via GitHub)" <gi...@apache.org>.
xushiyan merged PR #7858:
URL: https://github.com/apache/hudi/pull/7858


-- 
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 #7858: [HUDI-5638] Activate platform service profile when deploy

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7858:
URL: https://github.com/apache/hudi/pull/7858#issuecomment-1418255553

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 25a6a1b0790ab895ab65f7adccb10ee003ee71f0 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 #7858: [HUDI-5638] Activate platform service profile when deploy

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7858:
URL: https://github.com/apache/hudi/pull/7858#issuecomment-1418520568

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14942",
       "triggerID" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "triggerType" : "PUSH"
     }, {
       "hash" : "37d0732dc0087e3641be7f0c512d6bc6dcc4dddd",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14947",
       "triggerID" : "37d0732dc0087e3641be7f0c512d6bc6dcc4dddd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c40424b09ad02bef6877592595279e4ae81a0615",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c40424b09ad02bef6877592595279e4ae81a0615",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 25a6a1b0790ab895ab65f7adccb10ee003ee71f0 UNKNOWN
   * 3cce453804b24944ce27a962f109808a34ea0e50 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14942) 
   * 37d0732dc0087e3641be7f0c512d6bc6dcc4dddd Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14947) 
   * c40424b09ad02bef6877592595279e4ae81a0615 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 #7858: [HUDI-5638] Activate platform service profile when deploy

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7858:
URL: https://github.com/apache/hudi/pull/7858#issuecomment-1418395010

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14942",
       "triggerID" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "triggerType" : "PUSH"
     }, {
       "hash" : "37d0732dc0087e3641be7f0c512d6bc6dcc4dddd",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "37d0732dc0087e3641be7f0c512d6bc6dcc4dddd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 25a6a1b0790ab895ab65f7adccb10ee003ee71f0 UNKNOWN
   * 3cce453804b24944ce27a962f109808a34ea0e50 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14942) 
   * 37d0732dc0087e3641be7f0c512d6bc6dcc4dddd 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 #7858: [HUDI-5638] Activate platform service profile when deploy

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7858:
URL: https://github.com/apache/hudi/pull/7858#issuecomment-1418526345

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14942",
       "triggerID" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "triggerType" : "PUSH"
     }, {
       "hash" : "37d0732dc0087e3641be7f0c512d6bc6dcc4dddd",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14947",
       "triggerID" : "37d0732dc0087e3641be7f0c512d6bc6dcc4dddd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c40424b09ad02bef6877592595279e4ae81a0615",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c40424b09ad02bef6877592595279e4ae81a0615",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 25a6a1b0790ab895ab65f7adccb10ee003ee71f0 UNKNOWN
   * 37d0732dc0087e3641be7f0c512d6bc6dcc4dddd Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14947) 
   * c40424b09ad02bef6877592595279e4ae81a0615 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] xushiyan commented on pull request #7858: [HUDI-5638] Activate platform service profile when deploy

Posted by "xushiyan (via GitHub)" <gi...@apache.org>.
xushiyan commented on PR #7858:
URL: https://github.com/apache/hudi/pull/7858#issuecomment-1418241970

   for this change we just need to wait for github actions CI (bundle validation ) to pass


-- 
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] xushiyan commented on pull request #7858: [HUDI-5638] Activate platform service profile when deploy

Posted by "xushiyan (via GitHub)" <gi...@apache.org>.
xushiyan commented on PR #7858:
URL: https://github.com/apache/hudi/pull/7858#issuecomment-1418549317

   ![Screen Shot 2023-02-05 at 11 43 16 PM](https://user-images.githubusercontent.com/2701446/216892730-6b33d977-0ff1-46fd-939f-011fd886e6a4.png)
   
   bundle validation passed


-- 
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 #7858: [HUDI-5638] Activate platform service profile when deploy

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7858:
URL: https://github.com/apache/hudi/pull/7858#issuecomment-1418256793

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 25a6a1b0790ab895ab65f7adccb10ee003ee71f0 UNKNOWN
   * 3cce453804b24944ce27a962f109808a34ea0e50 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 #7858: [HUDI-5638] Activate platform service profile when deploy

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7858:
URL: https://github.com/apache/hudi/pull/7858#issuecomment-1418390214

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14942",
       "triggerID" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 25a6a1b0790ab895ab65f7adccb10ee003ee71f0 UNKNOWN
   * 3cce453804b24944ce27a962f109808a34ea0e50 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14942) 
   
   <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 #7858: [HUDI-5638] Activate platform service profile when deploy

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7858:
URL: https://github.com/apache/hudi/pull/7858#issuecomment-1418532076

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14942",
       "triggerID" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "triggerType" : "PUSH"
     }, {
       "hash" : "37d0732dc0087e3641be7f0c512d6bc6dcc4dddd",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14947",
       "triggerID" : "37d0732dc0087e3641be7f0c512d6bc6dcc4dddd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c40424b09ad02bef6877592595279e4ae81a0615",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c40424b09ad02bef6877592595279e4ae81a0615",
       "triggerType" : "PUSH"
     }, {
       "hash" : "9bc40213b0ac6103bf5122b7c62e0118c40e28b4",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "9bc40213b0ac6103bf5122b7c62e0118c40e28b4",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 25a6a1b0790ab895ab65f7adccb10ee003ee71f0 UNKNOWN
   * 37d0732dc0087e3641be7f0c512d6bc6dcc4dddd Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14947) 
   * c40424b09ad02bef6877592595279e4ae81a0615 UNKNOWN
   * 9bc40213b0ac6103bf5122b7c62e0118c40e28b4 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 #7858: [HUDI-5638] Activate platform service profile when deploy

Posted by "hudi-bot (via GitHub)" <gi...@apache.org>.
hudi-bot commented on PR #7858:
URL: https://github.com/apache/hudi/pull/7858#issuecomment-1418440532

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "25a6a1b0790ab895ab65f7adccb10ee003ee71f0",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14942",
       "triggerID" : "3cce453804b24944ce27a962f109808a34ea0e50",
       "triggerType" : "PUSH"
     }, {
       "hash" : "37d0732dc0087e3641be7f0c512d6bc6dcc4dddd",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14947",
       "triggerID" : "37d0732dc0087e3641be7f0c512d6bc6dcc4dddd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 25a6a1b0790ab895ab65f7adccb10ee003ee71f0 UNKNOWN
   * 3cce453804b24944ce27a962f109808a34ea0e50 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14942) 
   * 37d0732dc0087e3641be7f0c512d6bc6dcc4dddd Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=14947) 
   
   <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