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/30 01:24:15 UTC

[GitHub] [hudi] yihua opened a new pull request, #5471: [HUDI-4002] Fix ClassCastException of HoodieWrapperFileSystem

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

   ## What is the purpose of the pull request
   
   This PR fixes the ClassCastException of HoodieWrapperFileSystem.
   
   ## Brief change log
   
   - Changes the context class loader to the one from the current thread when registering the file system.
   
   ## Verify this pull request
   
   This pull request is already covered by existing tests.
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] 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] yihua closed pull request #5471: [HUDI-4002] Fix ClassCastException of HoodieWrapperFileSystem

Posted by GitBox <gi...@apache.org>.
yihua closed pull request #5471: [HUDI-4002] Fix ClassCastException of HoodieWrapperFileSystem
URL: https://github.com/apache/hudi/pull/5471


-- 
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] yihua commented on pull request #5471: [HUDI-4002] Fix ClassCastException of HoodieWrapperFileSystem

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

   Closing this as there is another solution to the problem reported in #5457.


-- 
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] yihua commented on pull request #5471: [HUDI-4002] Fix ClassCastException of HoodieWrapperFileSystem

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

   @handmail The issue should be fixed by #5497 on the latest master and the fix is included in 0.11.1 release.  Could you check if 0.11.1 solves your problem?


-- 
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 #5471: [HUDI-4002] Fix ClassCastException of HoodieWrapperFileSystem

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

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

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2a8cb2cb19f2dc08673250b6cbd1e5d9bf56509b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2a8cb2cb19f2dc08673250b6cbd1e5d9bf56509b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2a8cb2cb19f2dc08673250b6cbd1e5d9bf56509b 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] handmail commented on pull request #5471: [HUDI-4002] Fix ClassCastException of HoodieWrapperFileSystem

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

   > @handmail The issue should be fixed by #5497 on the latest master and the fix is included in 0.11.1 release. Could you check if 0.11.1 solves your problem?
   
   Got it,then I guess upgrading Spark from 3.0.x to 3.2.x is required, right? Pls. correct me if any comments. Many 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 #5471: [HUDI-4002] Fix ClassCastException of HoodieWrapperFileSystem

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

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "2a8cb2cb19f2dc08673250b6cbd1e5d9bf56509b",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8400",
       "triggerID" : "2a8cb2cb19f2dc08673250b6cbd1e5d9bf56509b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2a8cb2cb19f2dc08673250b6cbd1e5d9bf56509b Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=8400) 
   
   <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] Chosen123Wang commented on pull request #5471: [HUDI-4002] Fix ClassCastException of HoodieWrapperFileSystem

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

   I added this line of code ,and still report this error 
   hudi 0.11.0-release      flink 1.14.3


-- 
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