|
|
|
|
|
by arnon
3288 days ago
|
|
Mostly what I'm hearing here is: "You're using it wrong" "You should start up a Hadoop cluster, create a table, load the CSV into that table, then export it as Parquet, and then load that into S3, so that Athena can scan it" Wouldn't you be honestly just better off creating a table and loading the CSV into a columnar database directly, like on Amazon RDS (Even if it means you bring the server instance down after you're done)? |
|