Created
October 17, 2016 12:22
-
-
Save koolhead17/f0389e0331778829fdc2210b13b87ccf to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ cat /home/ubuntu/alluxio-1.3.0/logs/master.log | |
2016-10-17 17:45:20,798 ERROR logger.type (S3AUnderFileSystemFactory.java:create) - Failed to create S3AUnderFileSystem. | |
com.amazonaws.services.s3.model.AmazonS3Exception: A header you provided implies functionality that is not implemented (Service: Amazon S3; Status Code: 501; Error Code: NotImplemented; Request ID: 3L137), S3 Extended Request ID: 3L137 | |
at com.amazonaws.http.AmazonHttpClient.handleErrorResponse(AmazonHttpClient.java:1305) | |
at com.amazonaws.http.AmazonHttpClient.executeOneRequest(AmazonHttpClient.java:852) | |
at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:630) | |
at com.amazonaws.http.AmazonHttpClient.doExecute(AmazonHttpClient.java:405) | |
at com.amazonaws.http.AmazonHttpClient.executeWithTimer(AmazonHttpClient.java:367) | |
at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:318) | |
at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:3787) | |
at com.amazonaws.services.s3.AmazonS3Client.getAcl(AmazonS3Client.java:3008) | |
at com.amazonaws.services.s3.AmazonS3Client.getBucketAcl(AmazonS3Client.java:915) | |
at com.amazonaws.services.s3.AmazonS3Client.getBucketAcl(AmazonS3Client.java:906) | |
at alluxio.underfs.s3a.S3AUnderFileSystem.createInstance(S3AUnderFileSystem.java:173) | |
at alluxio.underfs.s3a.S3AUnderFileSystemFactory.create(S3AUnderFileSystemFactory.java:45) | |
at alluxio.underfs.UnderFileSystemRegistry.create(UnderFileSystemRegistry.java:114) | |
at alluxio.underfs.UnderFileSystem$Cache.get(UnderFileSystem.java:136) | |
at alluxio.underfs.UnderFileSystem.get(UnderFileSystem.java:207) | |
at alluxio.underfs.UnderFileSystem.get(UnderFileSystem.java:194) | |
at alluxio.master.file.FileSystemMaster$Metrics.registerGauges(FileSystemMaster.java:2715) | |
at alluxio.master.file.FileSystemMaster$Metrics.access$000(FileSystemMaster.java:2658) | |
at alluxio.master.file.FileSystemMaster.<init>(FileSystemMaster.java:274) | |
at alluxio.master.file.FileSystemMaster.<init>(FileSystemMaster.java:247) | |
at alluxio.master.AlluxioMaster.<init>(AlluxioMaster.java:258) | |
at alluxio.master.AlluxioMaster$Factory.create(AlluxioMaster.java:208) | |
at alluxio.master.AlluxioMaster.main(AlluxioMaster.java:86) | |
2016-10-17 17:45:20,813 ERROR logger.type (AlluxioMaster.java:<init>) - All eligible Under File Systems were unable to create an instance for the given path: s3a://kline/data | |
com.amazonaws.services.s3.model.AmazonS3Exception: A header you provided implies functionality that is not implemented (Service: Amazon S3; Status Code: 501; Error Code: NotImplemented; Request ID: 3L137), S3 Extended Request ID: 3L137 | |
java.lang.IllegalArgumentException: All eligible Under File Systems were unable to create an instance for the given path: s3a://kline/data | |
com.amazonaws.services.s3.model.AmazonS3Exception: A header you provided implies functionality that is not implemented (Service: Amazon S3; Status Code: 501; Error Code: NotImplemented; Request ID: 3L137), S3 Extended Request ID: 3L137 | |
at alluxio.underfs.UnderFileSystemRegistry.create(UnderFileSystemRegistry.java:130) | |
at alluxio.underfs.UnderFileSystem$Cache.get(UnderFileSystem.java:136) | |
at alluxio.underfs.UnderFileSystem.get(UnderFileSystem.java:207) | |
at alluxio.underfs.UnderFileSystem.get(UnderFileSystem.java:194) | |
at alluxio.master.file.FileSystemMaster$Metrics.registerGauges(FileSystemMaster.java:2715) | |
at alluxio.master.file.FileSystemMaster$Metrics.access$000(FileSystemMaster.java:2658) | |
at alluxio.master.file.FileSystemMaster.<init>(FileSystemMaster.java:274) | |
at alluxio.master.file.FileSystemMaster.<init>(FileSystemMaster.java:247) | |
at alluxio.master.AlluxioMaster.<init>(AlluxioMaster.java:258) | |
at alluxio.master.AlluxioMaster$Factory.create(AlluxioMaster.java:208) | |
at alluxio.master.AlluxioMaster.main(AlluxioMaster.java:86) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment