diff --git a/tools/one_off/gather_athena_telemetry.sh b/tools/one_off/gather_athena_telemetry.sh index 6b08f7bb..610880dd 100755 --- a/tools/one_off/gather_athena_telemetry.sh +++ b/tools/one_off/gather_athena_telemetry.sh @@ -54,6 +54,6 @@ for epoch in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22; do --engines athena \ --data-s3-bucket geoffxy-research \ --data-s3-path imdb_specialized_100g/telemetry/telemetry.csv \ - --times 1 \ + --load-times 1 \ --schema-name $schema_name done