Created
January 1, 2019 15:42
-
-
Save abhioncbr/db6923a30a0d5665756fd409d91ebea5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Caused by: java.lang.NoSuchMethodError: com.amazonaws.services.s3.transfer.TransferManager.<init>(Lcom/amazonaws/services/s3/AmazonS3;Ljava/util/concurrent/ThreadPoolExecutor;)V | |
at org.apache.hadoop.fs.s3a.S3AFileSystem.initialize(S3AFileSystem.java:287) ~[?:?] | |
at org.apache.hadoop.fs.FileSystem.createFileSystem(FileSystem.java:2669) ~[?:?] | |
at org.apache.hadoop.fs.FileSystem.access00(FileSystem.java:94) ~[?:?] | |
at org.apache.hadoop.fs.FileSystem$Cache.getInternal(FileSystem.java:2703) ~[?:?] | |
at org.apache.hadoop.fs.FileSystem$Cache.get(FileSystem.java:2685) ~[?:?] | |
at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:373) ~[?:?] | |
at org.apache.hadoop.fs.Path.getFileSystem(Path.java:295) ~[?:?] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment