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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to