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

[GitHub] [hudi] xccui commented on issue #8074: [SUPPORT] Incompatible commons.io version

xccui commented on issue #8074:
URL: https://github.com/apache/hudi/issues/8074#issuecomment-1449286865

   > > java.lang.NoSuchMethodError: 'void org.apache.hudi.org.apache.commons.io.IOUtils.closeQuietly
   > 
   > Seems we already shade the guava in the bundle jar, I guess we just need to use the suitable guava version.
   
   It's `commons-io:commons-io` (not guava). We need to force Hudi to use version 2.11.0 instead of 2.4. 
   
   The `hbase-server:2.4.9` we use relies on `commons.io` v2.7+, but the actual resolved version is 2.4. Try checking `HFileInfo.java` in the code base.


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