Vertica 9 not handling permanent redirects on s3.
Hello -
Creating a cluster in EON mode fails with "Unable to parse ExceptionName: PermanentRedirect Message: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint."
We got the same error when trying to query a parquet file after upgrading to vertica 9 enterprise mode.
Case 00071999 has more details. The instances and the s3 bucket are in the same region.
-Bharath
0
Comments
Bharath,
Check this documentation about the s3- naming and usage: http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html
While s3 buckets appear to be globally accessible in once sense, there must be some kind of routing requirement that seems to be addressed in the URL.
Dave
David -
I tried pretty much everything on that website on Friday. I'll give it a shot again, but I have my doubts.
-Bharath
Seems like we had to change the default aws region to our region and re install the awslib package. Looks like its working now.
Thanks
-Bharath