1 Answer
- Newest
- Most votes
- Most comments
0
Hiii Chris,
Downloading Avro files from athena-examples-us-east-1 might be restricted. Here's why:
- Public bucket, but files might have private permissions.
Instead, try:
- Check Athena sample data documentation for alternative sources: https://docs.aws.amazon.com/athena/latest/ug/getting-started.html
- Use public Avro datasets from other sources.
or
Download the file using this command:
aws s3 cp s3://athena-examples-us-east-1/flight/avro/year-2015/000015_0 C:\Temp\avroflight\year-2015\000015_0
If you prefer to download directly from a web browser, use this URL:
https://athena-examples-us-east-1.s3.amazonaws.com/flight/avro/year-2015/000015_0
Relevant content
- asked 4 years ago
- AWS OFFICIALUpdated 8 months ago
