vinishjail97 commented on issue #433: URL: https://github.com/apache/incubator-xtable/issues/433#issuecomment-2109258870
Do you have multiple hadoop dependencies in your AWS environment by any chance ? It's picking up 2.x version of Hadoop connector when reading the file from s3. invokeTrackingDuration is present in hadoop jar 3.x which is used present in xtable's pom.xml https://github.com/apache/hadoop/blob/branch-3.3.6/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/statistics/impl/IOStatisticsBinding.java#L541 You can look at this question as well. https://stackoverflow.com/questions/44411493/java-lang-noclassdeffounderror-org-apache-hadoop-fs-storagestatistics -- 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]
