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/10/08 15:26:36 UTC

[GitHub] [hudi] xushiyan opened a new pull request, #6896: [HUDI-4975] Fix datahub bundle dependency

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

   ### Change Logs
   
   - Make parquet-avro and avro scope provided in datahub bundle
   - 
   ### Impact
   
   _Describe any public API or user-facing feature change or any performance impact._
   
   **Risk level: none | low | medium | high**
   
   _Choose one. If medium or high, explain what verification was done to mitigate the risks._
   
   ### Documentation Update
   
   _Describe any necessary documentation update if there is any new feature, config, or user-facing change_
   
   - _The config description must be updated if new configs are added or the default value of the configs are changed_
   - _Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the
     ticket number here and follow the [instruction](https://hudi.apache.org/contribute/developer-setup#website) to make
     changes to the website._
   
   ### 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 commented on pull request #6896: [HUDI-4975] Fix datahub bundle dependency

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

   @codope verified the bundle working ok with utilities slim and and different spark version bundles


-- 
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 #6896: [HUDI-4975] Fix datahub bundle dependency

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "97406bce1fcbf575139682cd0659fa154fbb214f",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12074",
       "triggerID" : "97406bce1fcbf575139682cd0659fa154fbb214f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e185f00b79069df14222048fb0b7b834292d2c6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1e185f00b79069df14222048fb0b7b834292d2c6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 97406bce1fcbf575139682cd0659fa154fbb214f Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12074) 
   * 1e185f00b79069df14222048fb0b7b834292d2c6 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 #6896: [HUDI-4975] Fix datahub bundle dependency

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "97406bce1fcbf575139682cd0659fa154fbb214f",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12074",
       "triggerID" : "97406bce1fcbf575139682cd0659fa154fbb214f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e185f00b79069df14222048fb0b7b834292d2c6",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12077",
       "triggerID" : "1e185f00b79069df14222048fb0b7b834292d2c6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1e185f00b79069df14222048fb0b7b834292d2c6 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12077) 
   
   <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] codope merged pull request #6896: [HUDI-4975] Fix datahub bundle dependency

Posted by GitBox <gi...@apache.org>.
codope merged PR #6896:
URL: https://github.com/apache/hudi/pull/6896


-- 
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 #6896: [HUDI-4975] Fix datahub bundle dependency

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "97406bce1fcbf575139682cd0659fa154fbb214f",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12074",
       "triggerID" : "97406bce1fcbf575139682cd0659fa154fbb214f",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1e185f00b79069df14222048fb0b7b834292d2c6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12077",
       "triggerID" : "1e185f00b79069df14222048fb0b7b834292d2c6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 97406bce1fcbf575139682cd0659fa154fbb214f Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12074) 
   * 1e185f00b79069df14222048fb0b7b834292d2c6 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12077) 
   
   <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 #6896: [HUDI-4975] Fix datahub bundle dependency

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "97406bce1fcbf575139682cd0659fa154fbb214f",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "97406bce1fcbf575139682cd0659fa154fbb214f",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 97406bce1fcbf575139682cd0659fa154fbb214f 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 #6896: [HUDI-4975] Fix datahub bundle dependency

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

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