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/31 09:57:37 UTC

[GitHub] [hudi] TJX2014 opened a new pull request, #7094: [HUDI-5107] Fix hadoop config in DirectWriteMarkers, HoodieFlinkEngineContext and StreamerUtil are not consistent issue

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

   ### Change Logs
   Make hadoop config in 
   DirectWriteMarkers, HoodieFlinkEngineContext and StreamerUtil
   consistent with global.
   
   ### Impact
   bug fix
   
   ### Risk level (write none, low medium or high below)
   none
   
   ### Documentation Update
   none
   
   ### 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] danny0405 merged pull request #7094: [HUDI-5107] Fix hadoop config in DirectWriteMarkers, HoodieFlinkEngineContext and StreamerUtil are not consistent issue

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


-- 
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 #7094: [HUDI-5107] Fix hadoop config in DirectWriteMarkers, HoodieFlinkEngineContext and StreamerUtil are not consistent issue

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1c5538a10b227074dad563229e3714d9a4ec0d4c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1c5538a10b227074dad563229e3714d9a4ec0d4c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1c5538a10b227074dad563229e3714d9a4ec0d4c 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] TJX2014 commented on pull request #7094: [HUDI-5107] Fix hadoop config in DirectWriteMarkers, HoodieFlinkEngineContext and StreamerUtil are not consistent issue

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

   @danny0405 could you please help review this : )


-- 
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 #7094: [HUDI-5107] Fix hadoop config in DirectWriteMarkers, HoodieFlinkEngineContext and StreamerUtil are not consistent issue

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "1c5538a10b227074dad563229e3714d9a4ec0d4c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12683",
       "triggerID" : "1c5538a10b227074dad563229e3714d9a4ec0d4c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1c5538a10b227074dad563229e3714d9a4ec0d4c Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=12683) 
   
   <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] TJX2014 commented on pull request #7094: [HUDI-5107] Fix hadoop config in DirectWriteMarkers, HoodieFlinkEngineContext and StreamerUtil are not consistent issue

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

   Coodirnator will use hadoop config in writeClient from engine context to delete invalidate files, so engine context should have save hadoop config with global, not only from env, but also consider which user config.


-- 
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 #7094: [HUDI-5107] Fix hadoop config in DirectWriteMarkers, HoodieFlinkEngineContext and StreamerUtil are not consistent issue

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

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