Troubleshooting UNLOAD from Timestream for LiveAnalytics
Following is guidance for troubleshooting related to the UNLOAD command.
Category |
Error message |
How to troubleshoot |
---|---|---|
S3 Key length |
UNLOAD result file key when using the S3 prefix [%s] provided in the destination will exceed the S3 allowed key length. See documentation for more details. |
When exporting query results using the |
UNLOAD result file key when using partitioned_by [%s] will exceed the S3 allowed key length. See documentation for more details. |
When exporting query results using the |
|
UNLOAD result file key when using the S3 prefix [%s] along with the partitioned_by [%s] will exceed the S3 allowed key length. See documentation for more details. |
When exporting query results using the |
|
The generated S3 object key: %s is too long. See documentation for more details. |
While processing your query using the |
|
S3 throttles |
We have detected that Amazon S3 is throttling the writes from UNLOAD command. See Amazon Timestream documentation for more information |
Refer to S3 documentation here. S3
API call rate could be throttled when multiple readers/writers
access the same folder. Please audit the call volume to the bucket
provided. If you are using same bucket for multiple concurrent
|