Cloning into '/home/user/.rally/benchmarks/tracks/default'...
remote: Enumerating objects: 6780, done.
remote: Counting objects: 100% (1341/1341), done.
remote: Compressing objects: 100% (154/154), done.
remote: Total 6780 (delta 1275), reused 1191 (delta 1182), pack-reused 5439
Receiving objects: 100% (6780/6780), 1.71 MiB | 1.72 MiB/s, done.
Resolving deltas: 100% (4602/4602), done.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 252M 100 252M 0 0 10.4M 0 0:00:24 0:00:24 --:--:-- 22.0M
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 20985 100 20985 0 0 14452 0 0:00:01 0:00:01 --:--:-- 14452
Created data for geonames in rally-track-data-geonames.tar. Next steps:
1. Copy it to the user home directory on the target machine(s).
2. Extract with tar -xf rally-track-data-geonames.tar (will be extracted to ~/.rally/benchmarks).
but when i try to download on CentOS Stream release 8
i am not getting any error but no data is downloaded
/home/user/.rally/benchmarks/tracks/default
cloning repo
Cloning into '/home/sfdev/.rally/benchmarks/tracks/default'...
remote: Enumerating objects: 6780, done.
remote: Counting objects: 100% (1341/1341), done.
remote: Compressing objects: 100% (154/154), done.
remote: Total 6780 (delta 1275), reused 1191 (delta 1182), pack-reused 5439
Receiving objects: 100% (6780/6780), 1.71 MiB | 3.74 MiB/s, done.
Resolving deltas: 100% (4602/4602), done.
Created data for geonames in rally-track-data-geonames.tar. Next steps:
1. Copy it to the user home directory on the target machine(s).
2. Extract with tar -xf rally-track-data-geonames.tar (will be extracted to ~/.rally/benchmarks).
Yours is the output we would expect if track data was already resident in the target. Can you check if it is there?
$ ls -l ~/.rally/benchmarks/data/geonames
total 259024
-rwxrwxrwx 1 1024 100 20985 May 26 10:04 documents-2-1k.json.bz2
-rwxrwxrwx 1 1024 100 265208777 May 26 10:04 documents-2.json.bz2
If track data is not present in the target, then we'll need to find out why. Could you send the complete output of download.sh executed with bash -x , including the command?
+ curl -o /home/sfdev/.rally/benchmarks/data/geonames/documents-2-1k.json.bz2 http://benchmarks.elasticsearch.org.s3.amazonaws.com/corpora/geonames/documents-2-1k.json.bz2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
Can you please share the output of curl -I http://benchmarks.elasticsearch.org.s3.amazonaws.com/corpora/geopoint/documents.json.bz2? I don't see a redirect here, so I don't understand why -L would help.
Anyway, @dliappis added -L in https://github.com/elastic/rally-tracks/pull/274 and used a more suitable URL. Indeed, the one in the previous version of the download.sh script should not be used anymore. Please use this new version and tell us if anything goes wrong.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.