jerqi commented on PR #922: URL: https://github.com/apache/incubator-uniffle/pull/922#issuecomment-1578278103
> should we fix this test case ? it can run in my local computer. > > ``` > > Error: Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.625 s <<< FAILURE! - in org.apache.tez.runtime.library.common.shuffle.impl.RssSimpleFetchedInputAllocatorTest > Error: testAllocate Time elapsed: 0.622 s <<< ERROR! > java.lang.NoSuchMethodError: org.apache.hadoop.security.authentication.util.KerberosUtil.hasKerberosTicket(Ljavax/security/auth/Subject;)Z > at org.apache.hadoop.security.UserGroupInformation.<init>(UserGroupInformation.java:657) > at org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:848) > at org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInformation.java:807) > at org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:680) > at org.apache.hadoop.fs.FileSystem$Cache$Key.<init>(FileSystem.java:2978) > at org.apache.hadoop.fs.FileSystem$Cache$Key.<init>(FileSystem.java:2968) > at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2830) > at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:389) > at org.apache.hadoop.fs.FileSystem.getLocal(FileSystem.java:360) > at org.apache.tez.runtime.library.common.shuffle.DiskFetchedInput.<init>(DiskFetchedInput.java:53) > at org.apache.tez.runtime.library.common.shuffle.impl.RssSimpleFetchedInputAllocator.allocate(RssSimpleFetchedInputAllocator.java:134) > at org.apache.tez.runtime.library.common.shuffle.impl.RssSimpleFetchedInputAllocatorTest.testAllocate(RssSimpleFetchedInputAllocatorTest.java:72) > ``` You shoud fix this issue. You can use your own github pipeline to reproduce it. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
